greetings - how do i add a splash image to this code.?
<?php
if (function_exists('hana_flv_player_template_call')){
$hana_arg="
video='http://www.mywebsitename.com/flv/movie.FLV'
player='2'
width='275'
height='185'
more_2=\"showStopButton: true, showScrubber: true, showVolumeSlider: false,showMuteVolumeButton: false, showFullScreenButton: true, showMenu: false, controlsOverVideo: 'locked',controlBarBackgroundColor: -1,
controlBarGloss: 'none', usePlayOverlay:false \"
";
echo hana_flv_player_template_call($hana_arg);
}
?>
please explain where and HOW to add the splash image, thanks!
JN
resolved