Hi,
I have a blank canvas and i want to load a jpeg in the same folder as my .swf file. what would the code be for this ?
Hi,
I have a blank canvas and i want to load a jpeg in the same folder as my .swf file. what would the code be for this ?
U can load jpg’s in the same way as u load movies.
_root.container.loadMovie(“image.jpg”);
container is the name of an empty movieclip.
:: Copyright KIRUPA 2024 //--