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.
1 Correct answer
i found solution, symbols will not have parameters, after removing parameters it is working.
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
Copy link to clipboard
Copied
i found solution, symbols will not have parameters, after removing parameters it is working.

