Nice Palla! It’s interesting to see the image in close up. Are you planning an interface to select from a number of images?
If you make a single swf file for each jpeg, you can use the ‘loadMovie’ method to load them dynamically (as external files) into the main swf file.
Nice Palla! It’s interesting to see the image in close up. Are you planning an interface to select from a number of images?
You can additionally drag that image: )
Uhmm…I hope to write spricts for loading outer JPEG files…
If you make a single swf file for each jpeg, you can use the ‘loadMovie’ method to load them dynamically (as external files) into the main swf file.
Actually, if you use MX you can load the jpegs directly… just one main swf file.
Thanks, Stu.
Using ‘loadMovie’…I see. I will give it a try!