if it doesnt, try to upload the two files in your server (the main and called .swf) and chmod to 777 (for testing), some hosting server may have problem doing this, as it happened to me, if thats ur case, and doenst even works having them liek this, maybe you should contact your provider.
On Jul 4, 9:16 am, desgraci <[email protected]> wrote: > try doing this: > > change > > var topMaterial:MovieMaterial = new MovieMaterial(new basicsEmbedded > (), {interactive:true, smooth:true, precision:5}); > > for > > var topMaterial:MovieMaterial = new MovieMaterial(new basicsEmbedded > (), {lockW:400, lockH:400, interactive:true, smooth:true, precision: > 5}); > > let me know if it works. ^^ > > On Jul 4, 7:56 am, MattMac <[email protected]> wrote: > > > Hello to everyone > > > i try to import this swf in Flash CS4. It indeed contains only > > actionscript 3. Is that the same issue with cs4 ? > > > Thanks for your Time > > > Matt
