# URGENT HELP NEEDED! Sound/Actionscript... it MUST be simple?

**URL:** https://forum.kirupa.com/t/urgent-help-needed-sound-actionscript-it-must-be-simple/264145
**Category:** Uncategorized
**Created:** [June 23, 2008, 3:27pm UTC](https://forum.kirupa.com/t/urgent-help-needed-sound-actionscript-it-must-be-simple/264145 "2008-06-23T15:27:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![robthedesginer](https://avatars.discourse-cdn.com/v4/letter/r/71e660/32.png) [@robthedesginer](https://forum.kirupa.com/u/robthedesginer)
#### Post date: [June 23, 2008, 3:27pm UTC](https://forum.kirupa.com/t/urgent-help-needed-sound-actionscript-it-must-be-simple/264145/1 "2008-06-23T15:27:53Z")

</div>

hi Guys

firstly, thanks for your help on previous topics.

i have a seven-scene movie with one audio track running the length of the movie. actionscript on scene 1 frame 1 is as follows:

var my\_music:Sound = new Sound();  
my\_music.attachSound(“TomElliot\_Final\_1.mp3”);  
my\_music.start(0, 2);
