Joined: July 11th, 2008, 7:44 pm Posts: 16 Location: Oss, The Netherlands
|
I don't know if i say it right in the title, but let me explane.
I made an application that can play video and mp3 files.
So far no problem.
To assign video to the player i open a videofile copy the path to vars, and tell the playbutton to copy that var into the var op the video object.
When i save the list with references as a .txt it works fine. I can easely open an other .txt file with other videos to play.
Now the problem... to do this with an mp3 file i need to open a file, copy it to a dir on the disk, and then play it from that position.
Saving a txt file with the path of the files won't work because i need to open them using the openfile function.
Isn't there an easyer way to do with mp3 files, just refer?
Kind regards from the (rainy) Netherlands,
Marian
|
|