Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: F5 detection under F4 environment, please test this page |
From: | Motomichi |
Date: | Tue, 16 Jan 2001 15:07:02 GMT |
Hi to all, sorry again and again to post the same issue. I previously asked
a question about detecting F5 plugin. I received a very good answer but I
found out that it won't work with IE5 on PC with F4 plug-in.. Detecting F5
plug-in, especially under he browsers with F4 is pretty complicated. The
following one that I made some change and it seems to work.
NEW:
_root.version = getVersion;
if (_root.version=true) {
gotoAndPlay ("Scene 1", "stop");
} else {
gotoAndPlay ("noplug");
}
OLD:
_root.version = getVersion ();
if ( _root.version = true) {
nextFrame ();
}
stop ();
Please let me know if any of you see any problems with the page, URL is
www.qrime.com
Or if any of you need the fla file of this please let me know, I will be
happy to send it to you.
Thanks again
motomichi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre
Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: F5 detection under F4 enviro, Harald Kamke
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]