flash builder - Flex mobile SWFLoader not loading -
i'm trying load swf file flex mobile application swfloader whenever run app thing appears little square file icon. i've tried 2 swf files, both built in flash cs professionall 1 in as2 , 1 in as3 , same problem. i've tried setting autoload true , doesnt help. complete event never runs, i'm assuming result of issue. here how tried make swfloaders both cases of swf load.
<s:swfloader id="myswfloader" bottom="10" left="10" source="/_flash/fftalksimpleswf.swf" complete="setswfmc()" /> <s:swfloader id="loader" width="75%" height="75%" source="/module tester/itpm2/common/shell1/controller.swf" autoload="true" creationcomplete="done()"/>
i've tried embeding source , works second swf, don't want source embeded because swf needs communicate other files because controller file of application trying load.
thanks
Comments
Post a Comment