ice78991
Programmer
- Nov 20, 2006
- 216
I am trying to load a gif with some transparency over another image
The image has been prepared in fireworks using index transparency
It has been given a linkage name of pic0 in the library
Yet the following code renders nothing on the stage
createEmptyMovieClip("clip",1);
clip.attachMovie("pic0","pic_mc",2);
The image has been prepared in fireworks using index transparency
It has been given a linkage name of pic0 in the library
Yet the following code renders nothing on the stage
createEmptyMovieClip("clip",1);
clip.attachMovie("pic0","pic_mc",2);