i have problem about mediaplayer.filename

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have problem about mediaplayer.filename
i want my program read songs from a drive(c:\mysongs\?)
please help me what i type ?
 
You need to iterate through each file entry in the directory. My guess is
you would store a directory object and move on to the next one when the
current file has completed. Alternatively, you could build a playlist from
the files and play them all in one go.

You need to look at the Directory class.
 
Back
Top