orangejuice
Technical User
I am having trouble loading an .swf into an empty movie clip. I have placed an empty movie clip on the stage, and named the instance "empty". Then on the frame I have placed the following script:
empty.loadMovie("Applanix POS.swf"
;
The .swf file loads fine, but stops while playing. The original flash files for this contain a "stop" command right where the file stops playing. However, autoplay features have been incorporated, and it works fine when you just open the .swf file in a flash player. Can anyone tell me why it doesnt work the same way when loaded into my movie???
empty.loadMovie("Applanix POS.swf"
The .swf file loads fine, but stops while playing. The original flash files for this contain a "stop" command right where the file stops playing. However, autoplay features have been incorporated, and it works fine when you just open the .swf file in a flash player. Can anyone tell me why it doesnt work the same way when loaded into my movie???