How to fix an Adobe Edge Html5 animate that restarts the loop before animation completes in live browser?
I have put together an animated banner ad with Edge Animate and embedded it within my website. When the looped ad plays, it finishes pre-maturely, then starts at the begining again. Each time the ad plays, abit more of the animation plays out before it stops and starts again. For example, the 1st play through may get to the 22 seconds of the 30 second ad. Then the 2nd it will make it to 27 second. Eventually the whole ad will play after maybe 4 times.
The preview within Edge and in the browser always loops correctly. Its only when the ad is embedded in the website.
The code I’ve used is super simple, and what I suspect might be the problem (I’m super sorry if this is a noob/obvious-solution problem, I’m not a coder at all )
sym.play(0);
That Trigger is placed at the 30 second mark on the timeline, which is when i want the ad to loop obviously.
Its being embedded with iframe on a joomla website. And I am using the latest Edge Animate release. The entire file size of the published ad is roughly 512kb.
Does anyone has a vauge idea of why its looping incorrectly?
Many Thanks