Hi Brendan

Thanks for your quick response. As I thought it was obvious and I have
just realised what it was. I had edited the index.template.html file
to add some test 'flashVars' but I had only added them to the html
inbetween the 'noscript' tags. I hadn't really looked at the content
of the file...

I now realise that script enabled browsers get their object tag
content from the arguments of the AC_FL_RunContent method in the
browser/flash player detection gubbins above. Having edited that I now
have it working.

Thanks again for taking the time to reply all the same.

Graham

--- In flexcoders@yahoogroups.com, "Brendan Meutzner" <[EMAIL PROTECTED]>
wrote:
>
> can you post the html script/tags where the flashVars are embedded?
 They do
> work...
> 
> 
> 
> On 8/10/06, grahampengelly <[EMAIL PROTECTED]> wrote:
> >
> >   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 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to