Page is a not externally linkable
cherokee - 2:47 am on Apr 2, 2009 (gmt 0)
var FLASH_VER = getVersion().split(" "); if(FLASH_VER[0] < 8)
yes, add something like this in your first frame of your flash movie, if the client flash player was older then 8 redirect them to update message....
FLASH_VER = FLASH_VER[1].split(",");
{
_root.gotoAndStop(20); //Display update flashplayer link for example...
}