Need help with Sound

Hi

I have finish sound.swf in flash. I put into the html, and i preview the html , it does not work.

Can anyone please help me out with this problem.

Sorry, i cant post swf or fla file bcos it is exceed 2MB for swf and 37MB for fla.

did you set your audio to stream?

my play button action

on (release) {
if (playing02!=true) {
songIsLoaded=1;
myEvent=1;
myStreaming=0;
myMusic.loadSound(“farewell-song.mp3”);
myMusicPosition=0;
myMusicVolume=50;
myMusic.setVolume(myMusicVolume);
if (playing02!=true && playing!=true ) {
playing=true;
paused=false;
stopped=false;
myMusic.start(myMusicPosition,0);
myEvent=1;
myMusic.onSoundComplete=function() {
playing=false
stopped=false
paused=false}
}}}

Could you post your fla along with the song file in a zip?

Check the best of Kirupa, there’s a very good sound tute.

pom :cowboy:

Yes, i have learn tutorial from kirupa “sound with actionscript”.
Is there any other site to learn about sound tutorial? I need to learn more. I also learnt volume control.

hey electrongeek, my fla size is 37MB - only 1 mp3 song which is size 2.73 MB!!! But my swf file is only 2.63. I cant enclose one of these files to show up bcos there is limited 102400 bytes for attachment.

Maybe i want to redo my sound fla. But i dont know how to do it. Can anyone write sound fla that I request.

I request a menu scroll down and select mp3 song and then play/stop/pause.

I hope someone can help me to write this fla file.

Ilyas was referring to the best of kirupa section of this forum, where there is a thread posted by him with awesome tutorials on the sound object.

http://www.kirupaforum.com/showthread.php?s=&threadid=8216