conversion of .fla to HTML5 canvas producing javascript error
HI,
I am on Adobe Animate CC 2018 i am trying to convert .fla file into html5 canvas but when i go to file and convert into html5 Canvas and this convert into html file and javascript file and the code of ActionScript is commented out but when i run this file it is throwing syntax error on console like this.
Uncaught SyntaxError: Unexpected token =
and here is the code that is generating error
this._element = new $.(options);
this._el = this._element.create();
var $this = this;
this.addEventListener('added', function() {
$this._lastAddedFrame = $this.parent.currentFrame;
$this._element.attach($('#dom_overlay_container'));
});
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(1,1,25.1,25.1);
[Moved from the Forum Comments forum (which is for issues related to these forums themselves) and into a forum for Animate questions - moderator]
