Hello... Is there a way to play 3 videos one right after the other??? I have the PHP script embedded on the homepage... Not sure how to write up the code...
<?php
if (function_exists('hana_flv_player_template_call')){
$hana_arg="
video='http://mediasourcelink.com/wp-content/uploads/video/workforceinvestmentboard_kcal102810_2pm_jobfair.flv'
player='2'
width='600'
height='425'
autoplay='true'
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