PDA

View Full Version : Just like loading a SWF, is there a way to load a picture in the same kind of way?



mdjstudios
February 28th, 2005, 10:27 AM
I know to load an swf, its like:

loadMovie(yadayada);

But is there a way similar to the way above but it loads a picture instead?

glkngs
February 28th, 2005, 10:34 AM
Yes.
the same way, but ONLY jpg's.
loadMovie("yadda.jpg")

mdjstudios
February 28th, 2005, 11:09 AM
Omg! Wow! Thanks so much! This is going to make my website so much more dynamic and easier..