-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Adobe Flex SDK 3.5 (Release)
-
Fix Version/s: None
-
Component/s: Styles
-
Labels:None
-
Environment:Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Other (specify version)
Language Found: English
Steps to reproduce:
I'm loading a stylesheet from a swf into another swf via this call:
private var styleSheetURL:String = "commonsStyles.swf";
private var dispatcher:IEventDispatcher;
dispatcher= StyleManager.loadStyleDeclarations( styleSheetURL + "?" + Application.application.parameters.myparam);
Actual Results:
I get Error #2035
Expected Results:
It works fine in all browsers except for Firefox 4.0.1, and even then
its inconsistent across all tests machines. I get Error #2035 . That is
URL Unknown error , which doesn't make sense because it works on IE so
the loaded .swf must be present.
Workaround (if any):
NONE