Several years ago, I figured out how to be able to pass a variable from the
URL to my app using the FlexGlobals Parameters. And when I did it, I saved
an example of that URL. Except somehow, I cant find that example any
longer. Would someone help me figure this out again?
<code>
protected function
application1_creationCompleteHandler(event:FlexEvent):void
{
if (FlexGlobals.topLevelApplication.parameters.companyid != null)
companyid = FlexGlobals.topLevelApplication.parameters.companyid;
}
</code>
File:///D:/AccountsFlex/Accounts/bin-debug/BMSAccounts.html?companyid=501
Also, what are the code tags? These didnt work.
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/FlexGlobals-Parameters-passed-in-the-URL-tp13008.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.