Re: [Flashcoders] IE doesn't seem to want to recognize FlashVars

2006-10-11 Thread David Buff
I've got a similar problem with the cache of IE7.0, try to clean your cache, and try your swf again. If it resolve the problem, tell me, I'm working on a solution... - Original Message - From: Christopher Whiteford [EMAIL PROTECTED] To: Flashcoders@chattyfig.figleaf.com Sent:

Re: [Flashcoders] IE doesn't seem to want to recognize FlashVars

2006-10-11 Thread Christopher Whiteford
I got it working by using flashvars as well as passing it in the swf file string. Unfortunately I didn't write the piece so it took some time to decifer. It seems that how IE processes the flash allows for a difference in the timing. So maybe that will help you track down yours. Testing changes

RE: [Flashcoders] IE doesn't seem to want to recognize FlashVars

2006-10-11 Thread Alain Rousseau
It seems to work when I pass the Flashvars directly to the swf : http://www.iconicweb.com/home3.swf?page=PortfoliosubPage=toyotaEPNS But not through the html page. I believe that your problem is in the Javascript. You should try and debug that first do some alerts in your scripts to check your