Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Converting Flash component to HTMLCanvas

Explorer ,
Aug 18, 2017 Aug 18, 2017

i want to convert "Flash component" to HTML5canvas. Currently i have converted flash canvas fla to "xfl" format. usually, i will change the "DOMComponetInstance" to "DOMSymbolInstance" in xml and in component XML i will change "DOMComponentItem" to "DOMSymbolItem". if i use without changing the tag, objects are created with missing object name after lib. object name is missing. eg (lib. = function(options) { . in the initialization place "new lib.({"   in the generated js file . if i try with symbol tag, object initialization section is not found.

398
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Aug 22, 2017 Aug 22, 2017

i found solution, symbols will not have parameters, after removing parameters it is working.

Translate
Adobe Employee ,
Aug 21, 2017 Aug 21, 2017

Not an expert on this topic but I found a discussion on Stack Overflow that could help you

Conversion of Flash Components and 9-Slice Scaling to HTML5 canvas - Stack Overflow

Thanks,

Preran

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 22, 2017 Aug 22, 2017
LATEST

i found solution, symbols will not have parameters, after removing parameters it is working.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines