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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top