Plugin version : Hana Flv Player V2.4.2
Here is the URL where i'm using your sample code for displaying the video: http://becominghmc.com/?p=1
Here is the code which i'm using in the post :
[hana-flv-player
video="https://becoming.s3.amazonaws.com/teaser.flv"
width="400"
height="320"
description="Sarah is having fun in a merry-go-round"
clickurl="http://becominghmc.com"
clicktarget="_blank"
player="1"
autoplay="false"
loop="false"
autorewind="true"
/]
I tried all the players but none of them are working at the moment?
I also tried in side bar and used following code:
<?php
if (function_exists('hana_flv_player_template_call')){
$hana_arg="
video='https://becoming.s3.amazonaws.com/teaser.flv'
player='2'
width='180'
height='150'
more_2=\"showStopButton: false, showScrubber: false, showVolumeSlider: false,showMuteVolumeButton: false,
showFullScreenButton: false, showMenu: false, controlsOverVideo: 'locked',controlBarBackgroundColor: -1,
controlBarGloss: 'none', usePlayOverlay:false \"
";
echo hana_flv_player_template_call($hana_arg);
}
?>
resolved