Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Author: Unknown Description: Uses JW FLV Media Player 4.2 swf: dl page place player.swf in root directory. Can handle (FLV, MP4, MP3, AAC, JPG, PNG and GIF)
BBCode:
<?xml version="1.0" encoding="windows-1250"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>Name of Playlist</title>
<info>More info.</info>
<tracklist>
<track>
<title>Name of Video</title>
<creator>Artist</creator>
<info>Description/</info>
<annotation>The first video that will appear in the playlist.</annotation>
<location>URL Video</location>
</track>
<track>
<title>name of Video</title>
<creator>Artist</creator>
<info>Descripion/</info>
<annotation>The second video that will appear in the playlist.</annotation>
<location>URL Video</location>
</track>
For more videos copy from <track> to </track> and get down.
Hi, have successfully installed the player but by me it is gray.
How do I get the black player or as it is here in the example?
Im from German sorry for my bad english.
<?xml version="1.0" encoding="windows-1250"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>Name of Playlist</title>
<info>More info.</info>
<tracklist>
<track>
<title>Name of Video</title>
<creator>Artist</creator>
<info>Description/</info>
<annotation>The first video that will appear in the playlist.</annotation>
<location>URL Video</location>
</track>
<track>
<title>name of Video</title>
<creator>Artist</creator>
<info>Descripion/</info>
<annotation>The second video that will appear in the playlist.</annotation>
<location>URL Video</location>
</track>