[flexcoders] Re: Flashvars using Application.application

2006-09-13 Thread Adam Dorritie
On 9/13/06, niuscha.massoudi [EMAIL PROTECTED] wrote: I had the same Problem like Kyle. It works with the solution from Adam. But only in Firefox and not in IE. What is the Problem? I tried also param name=FlashVars value=id=123456, it doesn't work. I use IE when I develop here at work and my

[flexcoders] Re: Flashvars using Application.application

2006-09-05 Thread Kyle
My html wrapper contains the normal scripts to check the flash version, etc.. And the embed code looks like this: object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 id=UserStats width=100% height=100%

Re: [flexcoders] Re: Flashvars using Application.application

2006-09-05 Thread Tom Bray
You'll need to add FlashVars as an attribute to the embed tag as well like this:embed FlashVars=id=123456...so that it works in non-IE browsers. I bet your code works in IE the way you have it. HTH,TomOn 9/5/06, Kyle [EMAIL PROTECTED] wrote: My html wrapper

Re: [flexcoders] Re: Flashvars using Application.application

2006-09-05 Thread Adam Dorritie
On 9/5/06, Kyle [EMAIL PROTECTED] wrote: My html wrapper contains the normal scripts to check the flash version, etc.. And the embed code looks like this: code snipped Kyle, It looks like what may be biting you is the same thing that bit me for a while. The code you posted looks like the