Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): Linux
Affected OS(s):
Language Found: German
Description
Steps to reproduce:
1.
create an Image Object
2.
try to load an picture with absolute path
Actual Results:
Expected Results:
successful loaded picture
Workaround (if any):
1. create an File Object with absolute pciture path
2. load picture File.load()
3. create an Loader Object and use Loader.loadBytes(File.data)
4. after loading complete you can add Loader to UIComponent