Hi!
First of all, I would like to say that the FLV player is a dream! There's is only one thing I run into and I can't seem to get it solved myself. I have implemented the player in my header and chose player nr 2 as I don't want to have any menus or borders shown. The purpose is to let the video show constantly. Therefore I have added the loop:true, attribute. But when I open my page, it only runs twice and then stops. When I try the other players, the loop works perfectly. Have I been missing anything while configuring the player or is it perhaps a bug?
Just to be complete, this is the code I use:
<?php
if (function_exists('hana_flv_player_template_call')){
$hana_arg="
video='theurltomyvideo.flv'
player='2'
width='940'
height='277'
more_2=\" showStopButton: false, showVolumeSlider: false, showMuteVolumeButton: false, hideControls: true, controlBarBackgroundColor: -1, controlBarGloss: 'none', showFullScreenButton: false, showScrubber: false, showMenu: false, controlsOverVideo: 'locked',controlBarBackgroundColor: '-1',autoRewind:true, autoplay: true, loop: true, usePlayOverlay: false,,
\"
";
echo hana_flv_player_template_call($hana_arg);
}
?>
Thank you very much in advance and keep up the good work!
Ilse
resolved