flash 6 detect help
flash 6 detect help
- Started
- Last post
- 1 Response
- flippers
i have what seems to be an extreemly simple bit of actionscript to check to see if the browser's flash plug-in is verion 6 or higher, but it just doesn't seem to work and i have no idea why? can anybody either see what is wrong with this code, or send me to a bit of script that will do this.. thanks in advance for any help
version = getVersion();
vernumber = version.split(",");
ver = vernumber[2];
if (ver > 64) {
gotoAndPlay("got6");
} else {
gotoAndPlay("get6");
}
stop ();
- smartK0
I think moock has a pretty good flash detect
it must be somewhere around here http://www.moock.org/webdesign/f…