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
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
Comment