Top "Mxml" questions

MXML is an XML-based declarative language similar to CFML

Set Flex component width to 100% at runtime?

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 flex4
Possible to use Flex Framework/Components without using MXML?

Is 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 flashdevelop
Flex: What's the difference between an MXML "Component" and an MXML "Module"?

As the title suggests, what's the difference between a "Component" (New –> MXML Component) and a "Module" (New –> MXML …

apache-flex mxml
How do I attach camera to Spark.components.VideoDisplay

I'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-spark
Flex: does painless programmatic data binding exist?

I'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 mxml
Using validators in DataGrid - Flex

i have an editable DataGrid, something like: <mx:Datagrid editable="true" dataProvider="{arrayListPreferences}" id="preferencesGrid"> <mx:columns&…

apache-flex actionscript-3 datagrid mxml
Sharing variables between mxml components

I 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 flex4
Extending MXML custom components via MXML

What I'd like to do: create an MXML component with some children, then extend it via MXML to create a …

apache-flex flex4 mxml
How can you change a Label's color at runtime in ActionScript 3.0?

I get the following error: 1119: Access of possibly undefined property color through a reference with static type mx.controls:Label. …

actionscript-3 label mxml
flex 3 accessing main mxml from actionscript code

im writting an actionScript class to handle my web service calls. When i retrieve a result i want to call …

apache-flex actionscript mxml