neilwillis01
IS-IT--Management
Hi,
I need a little help with loading an external movie within an already loaded external movie...
I have my main movie and i am using a loader to load map.swf Then from this file i have the following code:
Code:
on(rollOver){
var holder = _root.info.createEmptyMovieClip("holder", 0);
holder._x = 0;
holder._y = 0;
holder.loadMovie("counties/contact.swf");
}
If run map.swf this works fine, but when i run my main movie and then load map.swf the contact.swf does not appear!
Any ideas?
Thanks,
Neil
I need a little help with loading an external movie within an already loaded external movie...
I have my main movie and i am using a loader to load map.swf Then from this file i have the following code:
Code:
on(rollOver){
var holder = _root.info.createEmptyMovieClip("holder", 0);
holder._x = 0;
holder._y = 0;
holder.loadMovie("counties/contact.swf");
}
If run map.swf this works fine, but when i run my main movie and then load map.swf the contact.swf does not appear!
Any ideas?
Thanks,
Neil