Discussed in #64
🤔 It seems as though Adobe has changed the output file format yet again. What version of Adobe Animate have you used to generate the JS and html files?
Originally posted by bigbadbrad August 11, 2021
Hi,
I have the example running locally. I added an elephant animation which comes with Animate. I exported it as html canvas and added it to public. I updated index with: <script src="./elephant.js" type="text/javascript"></script>
and I call it in App.js:
<AnimateCC
animationName="elephant"
getAnimationObject={getAnimationObject}
paused={paused}
/>
animations.zip
But it isn't rendering. I read the documentation but cannot figure out what I'm missing. Attached are the assets. thx!
Discussed in #64
🤔 It seems as though Adobe has changed the output file format yet again. What version of Adobe Animate have you used to generate the JS and html files?
Originally posted by bigbadbrad August 11, 2021
Hi,
I have the example running locally. I added an elephant animation which comes with Animate. I exported it as html canvas and added it to public. I updated index with: <script src="./elephant.js" type="text/javascript"></script>
and I call it in App.js:
animations.zip
But it isn't rendering. I read the documentation but cannot figure out what I'm missing. Attached are the assets. thx!