开发者

retrieve flashvar from Flex3 using mxml

开发者 https://www.devze.com 2022-12-12 15:21 出处:网络
Is it possible to retrieve flashvar parameter in mxml code and if so how? Up to 开发者_JAVA百科now i have been using Application.application.parameter.name to get what i need.You can bind to it:

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


You can bind to it:

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


I'm fairly certain that's the only way to get it - you'll have to use that bit of actionscript. How would you like to use it in MXML? If you post an example of what you'd expect it to look like we might have more ideas.

0

精彩评论

暂无评论...
验证码 换一张
取 消