I'm a junior designer and right now working on island website. I hope that someone or somebody can help me with this...
my flash file have 1 main swf file and several sub swf file....(if u know what i mean)
anyway the problem is when i link the sub swf file to the main swf file using
on(release){
unloadmovie("aurisland.swf")
loadmovie("map.swf",_root._droptarget
}
It work but actually it preview the first scene in the main swf file. And actually i want it to preview directly to scene 9 in the main swf file...
i have been desperately searching for an answer for about a month now.
PLEASE HELP ME!