can we conver flash Animation(.fla) to html canvas or animated svg with output file size is lessthan or equal to .swf file size.
hi All,
I exported the html5 Canvas js file(3MB) from animated .fla file. where publised .swf file size is in kilo bytes.
I integrated these animation files in ReactJS web app. The animation works in slow motion in system browser. when it comes to mobile, the animation is very slow.
I observed that, due to heavy .js file size, the browser get hanged and the useage of heap memory reaches 100MB and more..
I also tried that, conversion of animated .fla file to Animated SVG.
Here also the converted animated svg file size for .fla file with 30kb is 180KB. here also the heap memory consumes more when compared to .swf files.
we tried with sprite sheets also, but those are not scallable.
We have so many animations done in flash.
We need to convert and integrate all those animation in react js web app.
And we need to show all those animation at a time in web app.
please suggest the best way to achieve this.
