Hi all,
Sorry for this repeated question.
I’m trying to a create a button in scrollpane “thumbnail”, and when clicked, it will load a movieclip into another scrollpane “window1” in the same MC.
Managed to succeed in loading the external SWF into _root.content, but the problem is, my scrollpane is in a MC at frame 45, which I can’t direct the action to.
this is the action for one of the button in scrollpane “thumbnail”
on (release) {
loadMovie (“picture1.swf”, _root.content);
}
How do i direct the button to Frame 45, scrollpane “window1” ?
Thank you for reading… Will appreicate if anyone could help. Pardon for my bad english.
Regards,
Karen