|
-
loading an external image on opening a movie clip symbol
Hi,
I'm trying to get an external image in a movie clip symbol when the movie is opened and I'm having no joy.
I can get it to work with a mouse over event...
on (rollOver) {
rootObject.activeMouse = true;
mcImage.loadMovie( "image1.jpg" );
}
However, I need it to load without pressing / rolling over anything.
Any help would be greatly appreciated.
Thanks
Last edited by shallowal; 11-05-2009 at 07:13 AM.
Reason: Title was missing word 'image'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|