i ave developed a java media player.. also i ave converted it to jar files so that the player opens by double-clicking it.. i ave 2 ques,
1. i can just play a file by selecting it.. but i want to add playlist..
2. also i want to start the player at system startup.. i.e wen i logon in to ma account the media player should start...
any ideas.. thanx in advance..
Advertisements. Register and be a member of the community to get rid of them.
For the second thing wont adding it to StartMenu > Startup folder do the job?
And for the playlist I guess you can make use of lists? Like, load all file names and play them one by one .. Am not well versed in Java enough to tell more though.
Yup for the 2nd.. Just create a new entity called a playlist which is a text file containing the location of the files on the disk and give any good ext like .pl.. And make it open with urapp.. Easy to import and export