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

Converting Flash component to HTMLCanvas

Explorer ,
Aug 18, 2017 Aug 18, 2017

Copy link to clipboard

Copied

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.

Views

287

Translate

Translate

Report

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.

Votes

Translate

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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