Is there a simple way to make this media player play songs from a playlist? <OBJECT id="VIDEO" width="320" height="240" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" <cfoutput query="music">VALUE="#music#"</cfoutput>> <PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> <PARAM NAME="AutoStart" VALUE="True"> <PARAM name="uiMode" value="FULL"> <PARAM name="PlayCount" value="9999"> </OBJECT> Code (markup):
Use this www.jeroenwijering.com/?item=JW_MP3_Player I am sure that your script can not do what you want it too.