Another prob.....sound related

mySound = new Sound();
mySound.attachSound(“myMP3”)
mySound.start(1000);

My sound’s filename is “music1.wav”

does it look like this? cuz it doesn’t work :frowning:

mySound = new Sound();
mySound.attachSound(“music1.wav”)
mySound.start(1000);

Go into your library. Right click on the .wav file you want and click “Linkage…”. Check the radio button for “Export for Actionscript” (or something along those lines). Type a name in the name box at the top of that window. Use the name you typed there in your AS to load the sound.

I never tried this, but it works this way with Movie Clips and Graphics, so I don’t see why it wouldn’t work the same way with sound.

Opps, sorry i found it out.


my old message:
ok…

I couldn’t get it to work, and i don’t wanna try this for a long time.

So can someone tell me a easier way of making a sound loop?
Or is this the easiest way?