PDA

View Full Version : list box mp3 playlist



dj_flyer2000
04-04-2003, 12:13 PM
ok i got a working mp3 player i created a list box and i have set the mp3.load to the load button well what i wanted has happened it loaded and then i wanted id3 info thats working now i wanted to do a play list so i set a listboxobject action in the mix
the only problem is this it reveals the full path to the mp3 this is correct because i set it that way

IF (%FullPath% != "CANCEL")
ListBoxObject(playlist).Add (1,"%FullPath%")
MP3.Play
END IF

well now that you know what i did the full path shows but hmm why is it that when i click on the full path it doubles its self instead of showing the one path it creates 2 and if clicked (single or double click) again it doubles if there were to be 4 full paths then it would turn to 8

see im shooting for a play list that generates the file name in to it when it loads the mp3 id like to be able to load more then one file into the play list i think i might be on the right track not sure im very new to this please help thankyou

dj_flyer2000
04-04-2003, 12:33 PM
ok nevermind i fixed the doubling problem

Corey
04-04-2003, 01:12 PM
Often one will find that a little self-experimentation fixes most problems and answers most questions. /ubbthreads/images/icons/smile.gif

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

byd
04-11-2003, 01:49 PM
Hi, dj how did you make that mp3 playlist using a listbox, ive been reading the help file several days and still cant figure how to load an action from a listbox per item double clicked /ubbthreads/images/icons/frown.gif I even tried learning the global list to try it but i couldnt figure it out, anyone can help? Thanks

dj_flyer2000
04-11-2003, 02:17 PM
byd it really wasnt that hard
id suggest using the global list if you plan future thing with the play list but heres a small example <a href="www.weblanceit.com/playlist.zip">Play list zip file</a>

byd
04-11-2003, 08:29 PM
Thanks alot for the help DJ, ive been messing with it and i got a general idea of how it works, im so apprecciative /ubbthreads/images/icons/smile.gif, is it possible to make it load a directory in the distribution folder loading those mp3s into the list? Thanks

Hadzic
04-24-2003, 03:47 PM
Link is broken.
Please,i need help about Autoplay media studio.
I dont know how to make action to open MP3 playlist.
I have about 100 mp3s in my project and i have mp3 winamp playlist
with all 100 mp3s.When i load mp3s and select my winamplist,winamp is
open too,but i don't wanna to open winamp.So,can you help me?
Sorry for my broken english and regards from Serbia.


Srdjan

Corey
04-24-2003, 04:55 PM
This may help:

http://www.indigorose.com/temp_web/listmenu.zip

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

Hadzic
04-25-2003, 06:59 PM
Thanks!