Adobe Edge Animate Events
A couple essential events for telling when your composition has loaded and when it has finished playing the timeline. Loaded Event [pastacode lang=”javascript” message=”” highlight=”” provider=”manual”] AdobeEdge.bootstrapCallback(function (compId) { console.log('composition loaded: ' + compId); }); [/pastacode] According to the documentation, this callback function will tell you when a composition has loaded and is ready to play. The event fires just