FlexJS uses the same exact MXML that Flex SDK uses. It just operates on a
different default namespace - Flex SDK, with mx, spark, etc. and FlexJS
with basic, js etc. Structurally they are (should) be the same.
Thanks,
Om
On Tue, Jan 19, 2016 at 1:18 PM, jude wrote:
> Alex, et al,
>
> Is ther
Agreed, MXML is a markup language and it it's AST form really has nothing
to do with SWF, JS or AS, it's it's own language spec. This is why JS can
be gleaned from the same thing AS is.
I know I am stating the obvious but man, working with MXML since Josh
released it for Feathers has been some of
I don't think it needs a special name. MXML is good as it is. No
differentiation required.
- Josh
On Jan 19, 2016 1:19 PM, "jude" wrote:
> Alex, et al,
>
> Is there a name or 3-4 letter acronym we can use for FlexJS MXML to
> differentiate it from Flex MXML? I'm drawing a blank and these don't s
Alex, et al,
Is there a name or 3-4 letter acronym we can use for FlexJS MXML to
differentiate it from Flex MXML? I'm drawing a blank and these don't seem
to fit:
FXML
FXJSML
FxJsML
FalconML
I don't think the JS part of the name fits because FlexJS also outputs SWF.
It's a hybrid of Flex, MXML,