Hi, I have a problem in getting SWF from a SWC.
Actually
I added a compiled SWF of a CSS file in SWC library. Then add that SWC
in to project now wana use that SWF into project but runtime error
occuresÂ
Example:
StyleManager.loadStyleDeclarations("fontCss.swf");
StyleManager.loadStyleDeclarations("CSS2.swf");
fontCss.swf
is SWF that i create in current project and CSS2.swf is library SWF...
Now kindly help me out to how access this SWF from the SWC
Thanks

