Can this embedded media palyer play multiple songs?

Discussion in 'Graphics & Multimedia' started by unitedlocalbands, Jul 28, 2007.

  1. #1
    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):

     
    unitedlocalbands, Jul 28, 2007 IP
  2. whoamifooling

    whoamifooling Peon

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Use this www.jeroenwijering.com/?item=JW_MP3_Player
    I am sure that your script can not do what you want it too.
     
    whoamifooling, Jul 30, 2007 IP