Hi
These are all similar to what I want but I have the music player embed in a htm page of it's own. Here is my code.
Code:
<body>
<table border="0" width="75" cellspacing="0" cellpadding="0" height="30">
<tr>
<td align="center" valign="bottom"><font style="font-size: 2pt"> <script type="text/javascript" src="Player/swfobject.js"></script>
</font>
<div id="flashPlayer" style="width: 75px; height: 30px"></div>
<script type="text/javascript">
var so = new SWFObject("player/PlayerLoopMini.swf", "player", "75", "30", "7", "#FFFFFF");
so.addVariable("autoPlay", "yes");
so.addVariable("soundPath", "player/popcorn.swf");
so.write("flashPlayer");
</script>
</td>
</tr>
</table>
</body>
I need to be able to call this player up into my index page , preferably bottom left and then stay in place while I go from page to page.
Has anyone any idea how to do this?
Thanks
Bookmarks