[ascoders] Probleme mit onLoad nur im IE

Hallo allerseits,

Ich bin mir zwar nicht sicher, ob es wirklich ein Actionscript Problem ist,
aber vieleicht fällt euch dazu ja was ein:

Ausschliesslich der INTERNETEXPLORER weigert sich bei folgendem simplen
Script per onLoad geladenen MP3s abzuspielen und zwar nur, wenn die Files
auf MEINEM Server liegen.
( Vielen Dank an dieser Stelle an Ralf "bokel" Bokelberg...)

Mit Netscape, Mozilla und Opera funtioniert dagegen alles tadellos...




function init_player(){
        delete this.sndobj;
        this.sndobj = new Sound();
}


but1.onPress=function () {
        init_player();
        sndobj.loadSound("http://www.audiotask.com/Sounds/shauf.mp3";, true);
}

but2.onPress=function () {
        init_player();
        sndobj.onLoad=function(){this.start()};
        sndobj.loadSound("http://www.audiotask.com/Sounds/shauf.mp3";, false);
}

but3.onPress=function () {
        init_player();
        sndobj.loadSound("http://www.qlod.com/experimentos/2002/test/shauf.mp3";,
true);
}

but4.onPress=function () {
        init_player();
        sndobj.onLoad=function(){this.start()};
        sndobj.loadSound("http://www.qlod.com/experimentos/2002/test/shauf.mp3";,
false);
}

Ausprobieren kann man das ganze hier:

www.audiotask.com/loadTest.html

Woran könnte das liegen?

Vielen Dank

Christoph
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.445 / Virus Database: 250 - Release Date: 21.01.2003

------------------------------------------------------
Archiv   : http://www.freelists.org/archives/ascoders/
Optionen : http://www.freelists.org/list/ascoders
------------------------------------------------------

Other related posts: