This one has been pickling my brain, all the books I have come close but don't really cover it...
I want to be able to call up indivdual movies without having to load them first - so that people can choose to load parts of the site as they look through - like say a photo album that pops up and loads when clicked?????
Large thank youz to anyone who helps me out of this.
not sure what u ment by "that pops up"
but u can load swf files into an empty mc in u'r main move with:
on (release) {
loadMovie("pictures.swf","someclipname");
}
by loading the swf's into the same mc the new swf will replace the current one (basically unloading it).
see example...
sean
Last edited by studioqtopia; 01-21-2004 at 09:52 PM.