Hi
Can someone please point out the glaringly obvious thing that I am doing that is preventing me accessing flashVars from my application. I have included the flashVars in the object tags of the html wrapper page (as param tags and in the embed) and am attempting to access them from my mxml like this:
labUserId.text = Application.application.paramaters.userId; (where userId is the name of one of the variables in my string)
I am getting nothing in the text field. In the debugger Application.application.parameters only contains:
historyUrl = "history.htm?"
lconid = "14877"
Where are my variables?
Excuse me if this is an obvious post but, after a few years of Flash IDE headaches I am taking the Flex plunge and am new to it...
Thanks in advance
Graham
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- Re: [flexcoders] Flashvars not available Brendan Meutzner
- [flexcoders] Re: Flashvars not available grahampengelly
Reply via email to
can you post the html script/tags where the flashVars are embedded? They do work...
On 8/10/06, grahampengelly <
[EMAIL PROTECTED]> wrote: