`HTML5 Components cannot be imported in Flash document`
I created a Flash file (for SWFs) using Flash Pro CC. This project contains a particular Movieclip component with external AS3 Linkage. I say "particular" because, as far as I have seen, this problem has occurred with only this one component. Others work fine.
After saving and publishing in Flash Pro CC, it works fine. The swf works as expected.
Then I get this problem when I open the same .fla file in Adobe Animate. The Output window gives me the following message:
Warnings generated while copying/importing in [FLA file]:
* HTML5 Components cannot be imported in Flash Document.
And the component doesn't show up. More specifically, there's something on the stage, but none of the pieces are visible. As a side effect to this, when I type trace(this.totalFrames) on the parent timeline and attempt to run it, the value is 1 too high. E.g. If the timeline has 20 frames, the output window will tell me there are 21 frames.
All I know about this component that's different from the others I've defined is that it's a movieclip that contains buttons, but I don't see how that would be a problem. Is there something I can at least do to work around this? I'd like to make it forward compatible if possible.
Also, what does this have to do with HTML5? This is purely a SWF thing.
