Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Build a flex application with the flexTasks.jar ant tasks and generate the wrapper files with the <html-wrapper> task with template="express-installation" (default)
2. Define the required flash player version to be a higher version than the one installed on the client pc's.
3. Run the application from the browser.
New reproduce steps:
1. unzip the zip file
2. ant -Dsdk.dir=<your sdk folder>
3. go to output\express-installation folder, drag/drop index.html into a browser which has player version is older, <10.0.0.
Actual Results:
The user is presented with a white screen
Expected Results:
The user is presented with the option to upgrade the flash player
Workaround (if any):
Use the generated AC_OETags.js and playerProductInstall.swf generated by the Flex Builder in the html-templates folder instead of the generated files from the html-wrapper task