# How to play the same sound file through the scenes?

**URL:** https://forum.kirupa.com/t/how-to-play-the-same-sound-file-through-the-scenes/229022
**Category:** Uncategorized
**Created:** [June 13, 2007, 1:45pm UTC](https://forum.kirupa.com/t/how-to-play-the-same-sound-file-through-the-scenes/229022 "2007-06-13T13:45:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![charmander](https://avatars.discourse-cdn.com/v4/letter/c/f14d63/32.png) [@charmander](https://forum.kirupa.com/u/charmander)
#### Post date: [June 13, 2007, 1:45pm UTC](https://forum.kirupa.com/t/how-to-play-the-same-sound-file-through-the-scenes/229022/1 "2007-06-13T13:45:06Z")

</div>

if i have a mp3 file and i attach it to the movie by this code:

> var my\_sound:Sound = new Sound();  
> my\_sound.loadSound(“song1.mp3”,true);

how to play the mp3 file through the scenes without stop it and repeat it again from the first???  
thank you guys:D
