External image help

Hi,

I am trying to load an external image into an emptymc on my stage on a mouse action.(on press it loads an external image)

I know that for an external movie it is:
emptymc.loadMovie(“memory.swf”);

but for an image i dont know…
Can someone help??
Thanx

Mel*

Hi Melissa,
Its the same, just call the jpg rather than the swf - like this:

[AS]
emptymc.loadMovie(“myPic.jpg”);
[/AS]

Cheers

SteveD

Non-progressive jpgs to be exact :wink:

:stuck_out_tongue: lol kax …

thank you !