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











