I am trying to use this little flash player to display a play and stop button to start and stop a piece of background music. Works fine in all browsers but when I upload it and view it in a browser, the sound no longer starts. Contained in the index.htm and the flash file is in the same folder, any ideas? <object type="application/x-shockwave-flash" data="player_mp3_maxi.swf" width="50" height="20"> <param name="movie" value="player_mp3_maxi.swf" /> <param name="bgcolor" value="#5c85a3" /> <param name="FlashVars" value="mp3=Dalhous-Loop3.mp3&width=50&loop=1&autoplay=1&autoload=1&showstop=1&showslider=0&buttonwidth=25&sliderwidth=220&bgcolor=5c85a3&bgcolor1=5c85a6&bgcolor2=5c85a3" /> </object> index.htm