A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: loading audio :(

  1. #1
    Senior Member
    Join Date
    Mar 2006
    Posts
    139

    loading audio :(

    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!

  2. #2
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    nope, but maybe THIS?
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center