Hi all,
I’m using an embedded swf for a progress indicator in a flex app i’m working on! When I run the mxml file in flex builder the embedded swf plays fine!! However, when I run the published flex app, the embedded swf doesn’t run??
I’ve used the following line to embed the swf
<mx:SWFLoader x=“122” y=“24” id=“progBar” source=“assets/src/images/fidelity_loader.swf” width=“75.5” height=“65” autoLoad=“true” scaleContent=“false”/>
Does anyone have any idea why the embedded swf doesn’t work in the published app?? Any help would be greatly appreciated! Thanks in advance!
Derm