[Flashcoders] can't get swfObject flashvars to work

2010-04-23 Thread Mendelsohn, Michael
Hi list... I'm trying to pass along navigator.userAgent to flahsvars through swfObject and I can't get it to work. Here's what I have: script type=text/javascript var flashvars = {}; flashvars.navUA = navigator.userAgent; var params = {};

RE: [Flashcoders] can't get swfObject flashvars to work

2010-04-23 Thread Merrill, Jason
To: Flash Coders List Subject: [Flashcoders] can't get swfObject flashvars to work Hi list... I'm trying to pass along navigator.userAgent to flahsvars through swfObject and I can't get it to work. Here's what I have: script type=text/javascript var flashvars = {}; flashvars.navUA

Re: [Flashcoders] can't get swfObject flashvars to work

2010-04-23 Thread Jared
try root.loaderinfo.parameters Sent from my iPhone On Apr 23, 2010, at 11:37 AM, Mendelsohn, Michael michael.mendels...@fmglobal.com wrote: Hi list... I'm trying to pass along navigator.userAgent to flahsvars through swfObject and I can't get it to work. Here's what I have: script