HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

playlist
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> Multimedia
View previous topic :: View next topic  
Author Message
DJSPACER



Joined: 02 Aug 2007
Posts: 4

Posted: Thu Aug 02, 2007 11:35 am     playlist  

hi,i have a drop list code i need to make it start play
automaticly and play all songs without stop.
anyone help me please or if you have a better code i will be glad to used ti.
thanks




[/code]

<div align=center>
<SELECT id=cancion onchange=document.all.music.filename=document.all.cancion.value; size=1 name=Music>
<OPTION selected>::::::::::::: Choose your message Here :::::::::::::</OPTION>
<OPTION value=http:///media/friday-01.mp3>wilner prudent - 7th ANNIVERSARY friday </OPTION>
<OPTION value=http:///media/saterday_-01.mp3>WILNER PRUDENT - 7th ANNIVERSARY saterday</OPTION>
<OPTION value=http:///media/SUNDAY-01.mp3>WILNER PRUDENT - 7th ANNIVERSARY sunday</OPTION>
<OPTION value=http:///media/2007_05_20_10H24M_AM_-_Movie_01.wmv>adoration</OPTION>
<OPTION value=http://urltoyoursong.mp3>Artist - Song Title</OPTION> </SELECT><BR>
<OBJECT id=music height=44 width=230 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95>
<PARAM NAME="AutoStart" VALUE="-1">
<PARAM NAME="Balance" VALUE="0">
<PARAM NAME="DisplaySize" VALUE="0">
<PARAM NAME="Filename" VALUE="">
<PARAM NAME="Mute" VALUE="0">
<PARAM NAME="SelectionStart" VALUE="-1">
<PARAM NAME="SelectionEnd" VALUE="-1">
<PARAM NAME="ShowControls" VALUE="-1">
<PARAM NAME="ShowAudioControls" VALUE="-1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowPositionControls" VALUE="-1">
<PARAM NAME="Volume" VALUE="0">
<PARAM NAME="AudioStream" VALUE="-1">
<PARAM NAME="AutoSize" VALUE="0">
<PARAM NAME="AnimationAtStart" VALUE="-1">
<PARAM NAME="AllowScan" VALUE="-1">
<PARAM NAME="AllowChangeDisplaySize" VALUE="-1">
<PARAM NAME="AutoRewind" VALUE="1">
<PARAM NAME="BaseURL" VALUE="">
<PARAM NAME="BufferingTime" VALUE="5">
<PARAM NAME="CaptioningID" VALUE="">
<PARAM NAME="ClickToPlay" VALUE="-1">
<PARAM NAME="CursorType" VALUE="0">
<PARAM NAME="CurrentPosition" VALUE="-1">
<PARAM NAME="CurrentMarker" VALUE="0">
<PARAM NAME="DefaultFrame" VALUE="">
<PARAM NAME="DisplayBackColor" VALUE="0">
<PARAM NAME="DisplayForeColor" VALUE="16777215">
<PARAM NAME="DisplayMode" VALUE="0">
<PARAM NAME="Enabled" VALUE="-1">
<PARAM NAME="EnableContextMenu" VALUE="-1">
<PARAM NAME="EnablePositionControls" VALUE="-1">
<PARAM NAME="EnableFullScreenControls" VALUE="0">
<PARAM NAME="EnableTracker" VALUE="-1">
<PARAM NAME="InvokeURLs" VALUE="-1">
<PARAM NAME="Language" VALUE="-1">
<PARAM NAME="PlayCount" VALUE="1">
<PARAM NAME="PreviewMode" VALUE="0">
<PARAM NAME="Rate" VALUE="1">
<PARAM NAME="SAMILang" VALUE="">
<PARAM NAME="SAMIStyle" VALUE="">
<PARAM NAME="SAMIFileName" VALUE="">
<PARAM NAME="SendOpenStateChangeEvents" VALUE="-1">
<PARAM NAME="SendWarningEvents" VALUE="-1">
<PARAM NAME="SendErrorEvents" VALUE="-1">
<PARAM NAME="SendKeyboardEvents" VALUE="0">
<PARAM NAME="SendMouseClickEvents" VALUE="0">
<PARAM NAME="SendMouseMoveEvents" VALUE="0">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="-1">
<PARAM NAME="ShowCaptioning" VALUE="0">
<PARAM NAME="ShowGotoBar" VALUE=0">
<PARAM NAME="ShowStatusBar" VALUE="0">
<PARAM NAME="ShowTracker" VALUE="-1">
<PARAM NAME="TransparentAtStart" VALUE="-1">
<PARAM NAME="VideoBorderWidth" VALUE="0">
<PARAM NAME="VideoBorderColor" VALUE="0">
<PARAM NAME="VideoBorder3D" VALUE="0">
<PARAM NAME="WindowlessVideo" VALUE="0">
</OBJECT>
</div>


Corey Bryant



Joined: 15 May 2004
Posts: 8428
Location: Castle Pines North, CO USA

Posted: Thu Aug 02, 2007 12:35 pm      

Where is your playlist? Usually this is like an ASX file which can be created using Notepad, and then calling the multimedia files. Multiple music videos and Windows Media ASX Files might also help.

_________________
Corey
Toll Free Fax Numbers | Mile High Merchant Accounts | LoudCISP
DJSPACER



Joined: 02 Aug 2007
Posts: 4

Posted: Fri Aug 03, 2007 5:48 am     PLAYLIST SSONG  

thanks for reply this my playlist.if you have the full code can you send it to me







OPTION value=http://www.besthaitiantv.com/media/friday-01.mp3>wilner prudent - 7th ANNIVERSARY friday </OPTION>
<OPTION value=http://WWW.BESTHAITIANTV.COM/media/saterday_-01.mp3>WILNER PRUDENT - 7th ANNIVERSARY saterday</OPTION>
<OPTION value=http://www.besthaitiantv.com/media/SUNDAY-01.mp3>WILNER PRUDENT - 7th ANNIVERSARY sunday</OPTION>
<OPTION value=http://www.besthaitiantv.com/media/2007_05_20_10H24M_AM_-_Movie_01.wmv>adoration</OPTION>
<OPTION value=http://urltoyoursong.mp3
Corey Bryant



Joined: 15 May 2004
Posts: 8428
Location: Castle Pines North, CO USA

Posted: Fri Aug 03, 2007 6:49 am      

Did you look at the URL Windows Media ASX Files that gave you the code? Code: <ASX version="3">
<Entry>
<ref href="videofilename.asf" />
</Entry>
</ASX>
_________________
Corey
Toll Free Numbers for Real Estate Agents | Merchant Accounts
DJSPACER



Joined: 02 Aug 2007
Posts: 4

Posted: Fri Aug 03, 2007 9:11 am      

hi,isaw that code but i do not how to put all MY media file to asf or
Corey Bryant



Joined: 15 May 2004
Posts: 8428
Location: Castle Pines North, CO USA

Posted: Sat Aug 04, 2007 4:21 am      

They have a forum that you might check out. It's my understanding that you just keep adding the MP3s but I stopped messing with music on the websites a long time ago.

_________________
Corey
My Merchant Account Blog | Merchant Accounts | Bookkeeper Program
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> Multimedia
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group