g’day
i searched the forums but coulnd’t find the answer:
i have .swfs loaded externally - the .swfs have a close button that closes the swf and loads another swf ( this is what we expect him to do ) - works fine when published in flash 6 / as2 - it doesn’t when published in flash 8 / as2
code on the button:
on (release) {
unloadMovie(target_mc);
loadMovie("imagestack.swf", target_mc);
}
i checked for case sensitivity and pathes and…and…and…
please enlight me / thank you in advance