|
-
_global.chosenson="flash";
create a blank first frame. place this code in the frame.
var thisVersion = getVersion();
var stringVer = String(thisVersion);
var playerVer = stringVer.charAt(4);
if (playerVer != 6) {
getURL("http://www.yourhtmlsite.com");
}
this will test for player version. if it is not the version you need (6,5,4...) you can direct the viewer to a non flash page or a place to get the flashplayer. if the test is true this will just go on to you flash site.
If you have a question, need some help, email me: chosenson
It's always the simplest things that escape the complex mind!
always be just
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|