How can I control the root timeline from within a movie clip with HTML5?
Can anybody guide me on how to control the main root timeline from within a movieclip with HMTL5? I remember doing this years ago with actionscript and I think all I needed to do was add ".root" somewhere and it worked but I'm not sure how to go about it now with HMTL5.
Here's my specific scenario. I have a movieclip on my root timeline. That movieclip has a bunch of frames inside of it that you can flip through by clicking a next button which is also inside that movieclip. When you get to the final frame of the movieclip I want that next button to now take the use to a different point of the main root timeline.
I imagine the code would not be that different from basic timeline navigation but with some addition to specify which timeline I'm referring to but I dunno.
What do you guys think?
Thanks in advance.
