<?php
if (function_exists(’hana_flv_player_template_call’)){
$hana_arg=”
video=’http://www.simagineering.com/wp-content/plugins/hana-flv-player/babyhana.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);
}
?>
