Adobe Flex Progress Bar for LoadStyleDeclarations
- by Max
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 HTML service calls.
Thank You for Your Help. It would be great to receive a small code example.