hello,
im using this:
Actionscript Code://load question 1
var q1:Sound= new Sound();
q1.loadSound("audio/Quiz question 1a.mp3" , false);
q1.onLoad = function() {
q1.start();
}
to load in some external audio and it all works fine... except for some reason it wont work in Internet Explorer...???
It only works in IE if i set the method to 'true' so it streams the audio rather than loading it but then it becomes a bit jumpy.
Anyone come across this before?
Thanks!