Search  

SWFOBJECT NOT PASSING VARIABLE IN IE..

HomeForumsFlash Discussionswfobject not passing variable in IE..
Default-profile Scooby
61 posts
Bought between 1 and 9 items

I have this line of js on my page:

so.addVariable("mp3", "track1");

Then I have this line in my flash calling that variable:

var mp3File:String = _level0.mp3 + ".mp3";
dd.loadSound(mp3File);

This works great in all browsers except IE.. Would anybody happen to know why this would be so??

Posted 6 months ago