MrGNewport
Instructor
I have a Flash CS3 file with three layers.
Layer 1 is background and simply contains the background image in PNG format.
Layer 2 has a PNG image file that has been converted to a movie clip called picture_mc with the instance name of picture.
Layer 3 is an actionscript layer with the single line of loadMovie("germany.png", picture).
In the same folder as the FLA and generated SWF is a picture file called germany.png.
I have also tried germany.jpg (as I understand that loadMovie is AS2 and so was originally limited) but I get the same issue: error 1180.
Why?
Layer 1 is background and simply contains the background image in PNG format.
Layer 2 has a PNG image file that has been converted to a movie clip called picture_mc with the instance name of picture.
Layer 3 is an actionscript layer with the single line of loadMovie("germany.png", picture).
In the same folder as the FLA and generated SWF is a picture file called germany.png.
I have also tried germany.jpg (as I understand that loadMovie is AS2 and so was originally limited) but I get the same issue: error 1180.
Why?