Hi, how can I view the Thumbnails? I'm tring to create a video with Thumbnails and I don't view this. The code is:
<object type="application/x-shockwave-flash" data="FlowPlayerLP.swf" width="400" height="330" id="FlowPlayer">
<param name="allowScriptAccess" value="always" />
<param name="movie" value="FlowPlayerLP.swf" />
<param name="quality" value="high" />
<param name="scaleMode" value="showAll" />
<param name="allowfullscreen" value="true" />
<param name="wmode" value="transparent" />
<param name="allowNetworking" value="all" />
<param name="flashvars" value="config={
autoPlay: false,
loop: false,
initialScale: 'scale',
showLoopButton: false,
showPlayListButtons: false,
showMenu: false,
playList: [
{ url: 'example.flv' }
],
thumbs: [
{ thumbNail: 'Thumb1.jpg', time: 10 },
{ thumbNail: 'Thumb2.jpg', time: 24 },
{ thumbNail: 'Thumb3.jpg', time: 54 },
{ thumbNail: 'Thumb4.jpg', time: 74 },
{ thumbNail: 'Thumb5.jpg', time: 94 },
{ thumbNail: 'Thumb6.jpg', time: 110 }
]
}" />
</object>
The thumbnails jpg files are at the same directory of the html file. I can view the video but without thumbnails.