Hi, Our application currently checks for the minimum flash player version of 7.0.14 which is set in flex-config.xml:
<flash-player> <!-- enable/disable player detection --> <enable>true</enable> <!-- require 7.0.14 --> <!-- required player version --> <required-version>7</required-version> <!-- 'dot' release of the required player --> <required-major-revision>0</required-major-revision> <!-- minor revision number of the required player --> <required-minor-revision>14</required-minor-revision> <!-- auto-install the player on windows and ie-only --> <!-- When windows-auto-install is true, IE will attempt to download the ActiveX player without user intervention. When false, the user is directed to the download url for upgrade. --> <windows-auto-install>true</windows-auto-install> <!-- player upgrade page - users without the required Flash version will be directed here --> <download-url>{context.root}/flex-internal/detection-kit/upgrade_flash/upgra de_flash.html</download-url> <download-https-url>{context.root}/flex-internal/secure/detection-kit/upgrad e_flash/upgrade_flash.html</download-https-url> <!-- activex upgrade page - the location for downloading the ActiveX player--> <activex-download-url>http://download.macromedia.com/pub/shockwave/cabs/flas h/swflash.cab</activex-download-url> <activex-download-https-url>https://download.macromedia.com/pub/shockwave/ca bs/flash/swflash.cab</activex-download-https-url> <!-- plugin upgrade page - the location for downloading the Plugin version of the player --> <plugin-download-url>http://www.macromedia.com/go/getflashplayer</plugin-dow nload-url> <plugin-download-https-url>https://www.macromedia.com/go/getflashplayer</plu gin-download-https-url> </flash-player> I then changed the version number to be 8.0.22, redeploy my application and then my application doesn't load properly. The application shows the initialisation bar, reaches the end and stops. When I revert back the changes to check for 7.0.14, it works fine! What is happening? How can a check for player version stop my application from loading? I have installed 8.0.22 which I double checked on the macromedia website! This happens on both Firefox and IE browsers. Any help is appreciated, Kam. -- 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/