flash sound question

Out of context: Reply #3

  • Started
  • Last post
  • 3 Responses
  • chikkapow0

    I had a similar thing a while ago.. can't quite remember how I fixed it tho! I think I just rebooted.. it was a very strange thing - either that or I redid the mp3's.. even tho they sounded fine when played on the computer, flash just didn't like the files for no reason..

    also why don't you just leave the sound files in your library, then use a bit of actionscript to call the file when you play it? something like:

    on (rollOver){
    mySound = new Sound();
    mySound.attachSound("soundFileNa...
    mySound.start(0, 1);
    mySound.setVolume(10);
    }

View thread