html5 issues from Animate CC 2019
Hi,
Im trying to find a way to fix an issue I am having when exporting a file from the 2019 version of Animate. The same file exports without issue from Animate 2018, but would like to update the version we use in the office.
We are loading the js file using createjs. There is a timeline slider in html/js that we get the position from (int frame number). Then we use exportRoot.gotoAndPlay(position). The code then calls stage.update(). However the stage/movieclip doesnt skip to the new position, instead continues from the initial position.
2019 version also get the following console warnings for each frame, but i dont think it is relevant: Depreceated property or method Container.getNumChildren
