PDA

View Full Version : Question


AudioSam
02-04-2008, 01:48 PM
I thought I had done every route with the
Music Player.
I have m3u files in a folder.
I want to add them to a listbox
and then be able to double click the
items (m3u tracks) in the listbox
and play them thru Audio Channel_background.

I need this before I can finish the drag and drop project.

If anyone can help with this?
Thank You

AudioSamIam:huh

TimeSurfer
02-04-2008, 05:30 PM
Here Sam,

Sometin I whipped up for you. Hope it helps.

[note] You cannot load m3u files into an audio channel. I have tried this before and it doesn't seem to work. However I did a simple work around for this by adding a hidden media player object to the project and loading the m3u files accordingly. I also used a tree object instead of a listbox as i think this option works better.

RizlaUK
02-04-2008, 05:57 PM
You cannot load m3u files into an audio channel.

not directly no, but there is a way

read the m3u to a table, now you have a table of file paths, load them in turn into the audio channel, use on finish to start the next track in the table

AudioSam
02-05-2008, 04:11 PM
Thanks for helping,
I got this solved.

AudioSamIam:D