|
Post by Izlude on Oct 21, 2019 0:10:08 GMT
Hi all. Adobe Animate project here, HTML5/Canvas.
Here's my configuration: Main clip -> press a button -> goes to frame 2. Frame 2 creates an iframe called iframe0. iframe0 has its own clip, it is 3 frames long. Frame1 of this clip creates iframe1. iframe1 has its own clip. Click a button here, and I want it to make the timeline in iframe0 to move ahead 1 frame.
How can I make this work? Not sure if you need the names of the files, but main clip is index.html, iframe0's clip is Ecards.html, and iframe1's clip is Ecardsbirthday.html.
PS: Not sure if the following info will help, but when I execute most code from iframe1, I often times have to use window.parent and in one instance, "location." in order to make things work. Maybe that'll give you a bit of insight on what I'm dealing with. Thanks all!
|
|