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
