Hello Sir,
I am working on flash product demo. In the main timeline i used movieclip, In movieclip i used button to play movieclip. Now when i press button i want to go on main timeline.
i have used script in button
on (rollOver) {
play();
}
on (rollOut) {
gotoAndPlay(9);
}
[COLOR=DarkRed][COLOR=Black]This below code not work in firefox but run in IE[/COLOR]
on (release) {
_parent.gotoAndPlay(“StartSlideShow”);
}
[COLOR=Black]It will be glad u if u solve my problem.
Looking forward for your reply.
Regards and Thanks
Peeyush
[/COLOR][/COLOR]