# Can someone PLEASE help me solve this mystery?

**URL:** https://forum.kirupa.com/t/can-someone-please-help-me-solve-this-mystery/229751
**Category:** flash
**Created:** [June 19, 2007, 10:25pm UTC](https://forum.kirupa.com/t/can-someone-please-help-me-solve-this-mystery/229751 "2007-06-19T22:25:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lilymc](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/lilymc/32/3676_2.png) [@lilymc](https://forum.kirupa.com/u/lilymc)
#### Post date: [June 19, 2007, 10:25pm UTC](https://forum.kirupa.com/t/can-someone-please-help-me-solve-this-mystery/229751/1 "2007-06-19T22:25:18Z")

</div>

Ok, a few weeks ago I had some difficulty getting an audio player to work properly on my site. I tried a few tutorials, and I finally got it to work, except for one thing - when I put a video on my site, it interfered with the sound of the video. If a person tried to play the video, and the music was still on in the background, when they turn off the music, the video also turned off… which means they would have to re-start the video, and that’s not the way it should be.

So, to avoid all the hassle, I purchased a [sound player maker](http://www.funsoundplayer.com/), which I thought would solve all these problems… but it hasn’t, I can’t get the sound player (which is an external swf) to play on my site. It works on its own, when I test it in a browser window… but it doesn’t play on my site.

Here is the code I have now (I changed the url for display purposes)

```auto
holder_mc.loadMovie("http://www.mysiteurl.com/flash/mysoundplayer2.swf")

```

I just want the player to work. And hopefully not interfere with the other sound on the site, like the old one did.

Please help?!!!
