I'm loading a rather large swf as style with the following command:
StyleManager.loadStyleDeclarations("assets/modules/"style.swf",true,false,ApplicationDomain.currentDomain);
The style is loaded fine but now I would like to add a progress bar to it, but I do not know how to do so. I am rather new to
Flex and found only examples referring to
…