0
Does anyone know if there is any way to convert MXML (Flex) to HTML? If so, what is the means to make this conversion?
0
Does anyone know if there is any way to convert MXML (Flex) to HTML? If so, what is the means to make this conversion?
0
Not "technically".
However there is a project called Flexjs that should already adjust enough (I can’t state details of the compatibility and support of Flexjs for Flex):
Note that currently (05/02/2018) it is still in version 0.8.0, that is it may not have full compatibility with Flex nor be free of Bugs, but it should help a lot.
To install via npm use the command (which makes it much easier to use this) use the command:
npm install flexjs -g
Commands available in the CLI (terminal/cmd) after installation will be mxmlc
, compc
, asjsc
, asjscompc
, asnodec
, and externc
.
Converting .mxml
mxmlc <caminho do seu .mxml PRINCIPAL>
Converting .as
asjsc <caminho do seu .as PRINCIPAL>
Browser other questions tagged html flex
You are not signed in. Login or sign up in order to post.