HELP>>> Load Movie on Mac
HELP>>> Load Movie on Mac
- Started
- Last post
- 2 Responses
- dreelondon
Having a nightmare trying to work out why my loadmovie functions work on PC but not on MAC...
Has anyone encountered such problems... I'm going mad trying to understand where the problem is...
www.solangeazagurypartridge.com
Hope you like the site :-)
- dreelondon0
I am using this code to load the movies... does the issue lie here do you think?
on (release) {
unloadMovie("_root.ringmovies");
loadMovie("rings/spin6.swf", "_root.ringmovies");
}
- londonBoy0
try re-arranging it like this:
on (release) { _root.ringmovies.loadMovie("ring...
}NB: As you are loading the movie into the same target, the unloadMovie is not necessary here. The new movie will replace whatever is in _root.ringmovies