MXML is an XML-based declarative language similar to CFML
If I am creating say a input field through MXML, I can set the width to 100%. But I cannot seem …
apache-flex flash actionscript-3 mxml flex4Is it possible to use the Flex Framework and Components, without using MXML? I know ActionScript pretty decently, and don't …
apache-flex actionscript-3 mxml flashdevelopAs the title suggests, what's the difference between a "Component" (New –> MXML Component) and a "Module" (New –> MXML …
apache-flex mxmlI'm using Flash Builder and created a spark-application Flex project that will stream video from the local camera. If I …
actionscript-3 apache-flex flash-builder mxml flex-sparkI've only done a bit of Flex development thus far, but I've preferred the approach of creating controls programmatically over …
apache-flex actionscript-3 data-binding mxmli have an editable DataGrid, something like: <mx:Datagrid editable="true" dataProvider="{arrayListPreferences}" id="preferencesGrid"> <mx:columns&…
apache-flex actionscript-3 datagrid mxmlI have several mxml components in an app, all of which need the same variable called genericX. I've included that …
apache-flex actionscript adobe mxml flex4What I'd like to do: create an MXML component with some children, then extend it via MXML to create a …
apache-flex flex4 mxmlI get the following error: 1119: Access of possibly undefined property color through a reference with static type mx.controls:Label. …
actionscript-3 label mxmlim writting an actionScript class to handle my web service calls. When i retrieve a result i want to call …
apache-flex actionscript mxml