I have a problem with the detection of flash player, I had some pages that use the espress installation detection that check for player 8, after installing the player 8.5 when I open those pages it ask me to install the player even if the version that I'm check for is lower then 8.5. This is the code that check the version:
// ------------------------------------------------------------------ ----------- // Globals // Major version of Flash required var requiredMajorVersion = 8; // Minor version of Flash required var requiredMinorVersion = 0; // Minor version of Flash required var requiredRevision = 20; // the version of javascript supported var jsVersion = 1.0; basiclly it should ask me to install a new player if I have a version more recent that 8.0.20. It shouldn't ask if I have version 8.5 instead it does. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

