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.
Application.application.parameter.name
You can bind to it:
<mx:Label text="{Application.application.parameters.name}"/>