# mp3 question

**URL:** https://forum.kirupa.com/t/mp3-question/90985
**Category:** Uncategorized
**Created:** [March 29, 2003, 5:47pm UTC](https://forum.kirupa.com/t/mp3-question/90985 "2003-03-29T17:47:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![imported\_ave](https://avatars.discourse-cdn.com/v4/letter/i/87869e/32.png) [@imported\_ave](https://forum.kirupa.com/u/imported_ave)
#### Post date: [March 29, 2003, 5:47pm UTC](https://forum.kirupa.com/t/mp3-question/90985/1 "2003-03-29T17:47:26Z")

</div>

Ok im doing a rough draft of a site (very rough so excuse layout colors all still experimental etc)  
Main thing is though my mp3 player , it is aseperate movie which loads into the main one with this code.  
[AS]Mysound = new Sound();  
\_root.button1.onPress = function() {  
Mysound.loadSound(“I\_Used\_To\_Write\_Songs.mp3”, false);  
Mysound.start(0);  
};  
\_root.button2.onPress = function() {  
Mysound.loadSound(“Slavedriver.mp3”, false);  
Mysound.start(0);  
};  
\_root.button3.onPress = function() {  
Mysound.loadSound(“Time\_To\_Buy\_A\_Futon.mp3”, false);  
Mysound.start(0);  
};  
stop();[/AS]  
problem is it works fine when i test the main movie on my computer but when i post the site to my server  
[http://www.freewebs.com/faroutonline/tests/Rake.html](http://www.freewebs.com/faroutonline/tests/Rake.html)  
the buttons cease to work WHY???  
Please help someone
