Hi !
First I'll thank you for the great flv player, really class all the way, thank you so much !
My website here : http://www.musixplore.ca/retour
I want the video player always at the same place in all of my post but I want to be able to change the video URL for each of my post.
So I add theses lines in my single-video.php page into the editor.
<?phpif (function_exists('hana_flv_player_template_call')){
$hana_arg="
video='HERE I DONT WANT TO ADD ANY VIDEO URL !!!'
splashimage='$splashimage'
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);}
?>
I just dont know how to code this to make a custom field when I post a new article.
Hope you understand what I want.
PS: Ive tried the $videolink thing that I found on an other post and it's not working.
Ill be really glad if you figure my problem and Ill donate money if you help me !
Have a good day,
Gravel22 from Quebec !
resolved