FLV playlist with thumbs/previewimages
-
hello,
I use the plugin Jeroen Wijering’s FLV Media Player and SWFObject by Geoff Stearns adapted for wordpress by Joshua Eldridge.
I have following problem:
The playlist of 4 items (video) shows up fine in my post, but playlist plays only the first video of the xml file.
Mediaplayer.swf and playlist.xml are in the same directory.This is the code I use to embed the playlist in a post:
[flashvideo filename=https://mysite.org/wp-content/plugins/flash-video-player/playlist.xml width=360 height=380 displayheight=198 overstretch=none thumbsinplaylist=true /]This is a chunk of my xml playlist (x 4 videos):
<?xml version=’1.0′ encoding=’UTF-8′?>
<playlist version=”1″ xmlns=”https://xspf.org/ns/0/”>
<title>interviews</title>
<trackList>
<track>
<title>video1</title>
<location>https://mysite.org/films/video1.flv</location>
<image>https://mysite.org/films/video1.jpg</image>
</track>
</trackList>
</playlist>the wordpress FLV player plugin overrides the commands:
– overstretch=none
– thumbsinplaylist=true
and plays only the first video of the list.Can someone give me advise how to solve this problem?
thanks.
- The topic ‘FLV playlist with thumbs/previewimages’ is closed to new replies.