Find Bevel, Gradient in Animate
I have imported an old Flash timeline into a fresh HTML5 Canvas. I have changed the ActionScript to JS. (luckily it was just stop(); actions changed to this.stop();) I have the old flash banner functioning as HTML5. But I get the following Output warnings:
Frame numbers in EaselJS start at 0 instead of 1. For example, this affects gotoAndStop and gotoAndPlay calls. (29)
Feature not supported: Bevel, gradient glow, and gradient bevel filters. (3)
Content with both Bitmaps and Buttons may generate local security errors in some browsers if run from the local file system.
1) Are any of these things I should worry about?
2) There was a color blend warning that I was able to remove from the timeline and that got rid of that warning
3) I would love to get rid of all these warnings.
4) Is there anyway to search in the document for which MovieClip has a Bevel, Gradient, etc?
Trying to get used to creating banners in this app. Finally got comfortable building them in Adobe Edge Animate, only for Adobe to discontinue the app. Hopefully, this will be the way things are done for years to come.
