
local media files
has anybody experience with installation of the JW FLV Player playing files that are stored locally, i.e. player and playlists are stored on he webserver but the files are stored locally.
This is the way I tried to make it work with a local file on my mac computer:
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="0" xmlns = "http://xspf.org/ns/0/">
<trackList>
<track>
<location>file:///Users/schornoc/Documents/Dokumente_Reccoll/musikzimmer_todo/music2burn/1/2.mp3</location>
<image>http://www.musikzimmer.ch/pics/covers/albums/1.jpg</image>
<annotation>Track 2</annotation>
</track>
...
and on the PC respectively
<location>file:///f:/01_songs/1911/1.mp3</location>
Can anybody help?