|
Prev: help with .apw file
Next: Pulldown menu?
From: Like Fries w/ That? on 3 Aug 2007 10:06 I know this is probably something I should know, but how can use A'ware to check which version of Flash Player a user has? A large number of my users can't view some of my Flash content with version 8. I would like to be able to detect the version and if it is 8, then display a link to the upgrade. Tom
From: Marc Lee on 3 Aug 2007 18:32 In a flowline place a Flash ActiveX control sprite with a calc below it...place this in the calc =========================================== FlashVersion := CallSprite(@"Check Player", #FlashVersion) FlashVersion := FlashVersion/65536 ========================================== ....where 'Check Player' is the name of the sprite. You'll get a FlashVersion in a single digit (6, 7, 8...). HTH, Marc Lee Where 'check player' is the name of the sprin "Like Fries w/ That?" <webforumsuser(a)macromedia.com> wrote in message news:f8vcpk$3tb$1(a)forums.macromedia.com... > I know this is probably something I should know, but how can use A'ware to > check which version of Flash Player a user has? A large number of my users > can't view some of my Flash content with version 8. I would like to be able to > detect the version and if it is 8, then display a link to the upgrade. > > Tom >
From: Like Fries w/ That? on 8 Aug 2007 08:22 Thanks for the assist, well actually the answer. I appreciate it, Mark.
|
Pages: 1 Prev: help with .apw file Next: Pulldown menu? |