orangejuice
Technical User
This is a bit complicated but here goes...
I have a jpg file, named "laser.jpg". I am loading this into my movie by creating an empty movie clip on the stage (instance name "empty"
. Then in my timeline, I have the actionscript: loadMovie("laser.jpg", "empty"
;. This works fine. The image loads correctly when I test the .swf file (named one.swf). However, I then need to load this .swf file into my main movie. Because this project is very large, I have my files set up in folders. Therefore, in my main movie, I have an empty movie clip on the stage, (instance name "containerMC"
. In the main timeline, I have the actionscript: loadMovie "Movie1/one.swf", "_root.containerMC"
. (Movie1 is the folder containing the file one.swf and the laser.jpg) When I test this main movie, the .swf file loads - I can see all the text & everything else in the movie - but the .jpg file does not load!!! I have tried using various combinations of "GET" and "POST". These do not work. I've also tried loading the .jpg into a level of the .swf file - this does not work. Could it be screwing up because its in a separate folder???? PLEASE HELP!
Thanks in advance!
I have a jpg file, named "laser.jpg". I am loading this into my movie by creating an empty movie clip on the stage (instance name "empty"
Thanks in advance!