Adobe Flex Progress Bar for LoadStyleDeclarations
Posted
by Max
on Stack Overflow
See other posts from Stack Overflow
or by Max
Published on 2009-11-29T14:11:51Z
Indexed on
2010/06/08
15:02 UTC
Read the original article
Hit count: 178
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.
© Stack Overflow or respective owner