Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Mac
Affected OS(s): Mac OS 10.6
Browser: Safari
Language Found: English
Description
Steps to reproduce:
1.Create a flex project.
2.Add an image using <mx:Image x="356" y="259" source="images/iconbuildyourinterface.png"/>
3. Generate an export release build and move it a folder with spaces in it for eg: /users/sudhirs/Desktop/new test/
4. Open the the swf in a browser
Actual Results:
1. The image doesnt load. On inspection of the html page using "show web Inspector" in safari, its found that the relative path is interpreted as /users/sudhirs/Desktop/new%2520test/images/iconbuildyourinterface.png. Observe the %2520 interpreted for space. It should be just %20 for space.
Expected Results:
1. Images should load as expected.
Workaround (if any):
1. This works fine with Flashplayer 10.1 but this error is caused with the latest FP version 10.2.152.3 integrated with Flash builder 4.5. Hence this is most likely an FP bug
EDIT: Additionally with swf compiled with SDK 3.5, the images are getting loaded correctly with both FP 10.1 and 10.2.x