Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.5 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows 7
Language Found: English
Description
Steps to reproduce:
1. have an image file with a "#" in it's name.
2. place an <s:Image> component in the application with source pointing to that file.
3. run the application.
Actual Results: The Image does not display.
Expected Results: The Image should display.
Workaround (if any):
Don't use images with # in their names.
Sometimes it's not possible as in some applications users select their own images.
Another workaround would be to copy the file in a temporary location with a different name and then display it.