Search code examples
apache-flexflashflashvars

retrieve flashvar from Flex3 using mxml


Is it possible to retrieve flashvar parameter in mxml code and if so how? Up to now i have been using Application.application.parameter.name to get what i need.


Solution

  • You can bind to it:

    <mx:Label text="{Application.application.parameters.name}"/>