Sound file (help please)

Folks

i am working on a flash movie, which have 5-6 scenes. Now i want to use a sound looop behind the movie.

how can i pause that sound file any moment, so when we again play it should start from where i have stopped it.

please help me.

Check this link, it might help you:
http://www.kennybellew.com/

i have a sound clip which i want to call in every scene how it is possible…

s = new Sound(this);
s.attachSound("file");
s.start(0, 1);

since i am a beginer… so please help in detail…

i have a mp3 file…

and a movie with 6 scene i want pause and stop for that sound

please help

Have you checked the link i gave you?

claudio i did but i amnot able to figure out how i can do that

You didnt check enough.
Theres a topic explaining how to pause sound and you can even download the source.