Page is a not externally linkable
youyou - 4:39 am on Nov 27, 2008 (gmt 0)
i'm useing Jw flv player & i'm useing playlist .xml here is the code i'm useing RealPlayer 11 has got a download and recording popup that apears(when ever you hoover on the Falsh player) on the top of the Flash Player on my website. I've tried to block it by denying it access to the Directories where the music files are located, but when i do that the Falsh player has no access to the files. I'm concerned about any copyright issues and would like to have the "download this file" blocked. Please help.
hello guys how are you all? <playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>My Playlist</title>
<info>Funny videos</info>
<annotation>Funny videos playlist</annotation>
<trackList>
<track>
<title>cat & dog</title>
<creator>By: james</creator>
<location>funny1.flv</location>
</track>
<track>
<title>old man</title>
<creator>By: nick</creator>
<location>funny2.flv</location>
</track>
<track>
<title>2009 cars</title>
<creator>by: mike</creator>
<location>funy3.flv</location>
</track>
</trackList>
</playlist>