drop down playlist WITHOUT play/pause/stop, help? |
drop down playlist WITHOUT play/pause/stop, help? |
Aug 1 2004, 08:30 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2004 Member No: 18,856 |
hey i'm looking for a xanga code that i can use to play music. the dropdown menu thing. i know there's one on createblog with the play/pause/stop buttons but i'm looking for the same code minus those buttons. i just wnat the drop-down menu and when you click the song name on the menu it starts to play. yep so if anyone knows what the code is could you help?? thank you!
|
|
|
|
![]() |
Aug 1 2004, 08:40 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 215 Joined: Jul 2004 Member No: 26,839 |
why do u want it like that
|
|
|
|
Aug 2 2004, 10:22 AM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2004 Member No: 18,856 |
|
|
|
|
Aug 2 2004, 10:28 AM
Post
#4
|
|
![]() rawr ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 906 Joined: Jul 2004 Member No: 26,961 |
Post the code you're using
|
|
|
|
Aug 2 2004, 10:31 AM
Post
#5
|
|
![]() ^ moo... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 962 Joined: Jun 2004 Member No: 25,212 |
the buttons luk smaller in this script |
|
|
|
Aug 2 2004, 10:32 AM
Post
#6
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
Erase this code from your drop down playlist code:
CODE <!-- begin code provided by createblog.com --> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"></p> </form> <!-- end code provided by createblog.com --> I'm not sure if it works, if it doesn't just PM me and I'll help you. |
|
|
|
![]() ![]() |