Lets start with this code for a windows media player.
Code:
<OBJECT id="VIDEO" width="320" height="240"
style="position:absolute; left:0;top:0;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<PARAM NAME="URL" VALUE="your file or url">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="PlayCount" value="9999">
</OBJECT>
and lets use a .asx file for the playlist.
Can javascript look at mysql database and and filter the songs for that .asx playlist?
That way when a uers picks a profile to view the media players palylist only contains songs from that profile.
Thanks for your response.
I'm still working on my own custom audio / video player. It is going to be a while before I get it working because I dont know anything about actionscript.
I dont mind though, because 8 months ago I didnt even know what coldfusion, html, javascript, or css was either. Now atleast I know I can learn it.
Bookmarks