How to send flash video to bottom layer
www.parisperspective.com
I am using the flash pluggin called hana flv player and I have put the embed code into the page template as follows:
<center>
<img src="http://www.parisperspective.com/wp-content/uploads/2011/12/banner.png" />
<div style="margin-top:-50px; z-index: 0;">
<?php
if (function_exists('hana_flv_player_template_call')) {
$hana_arg="
video='http://www.parisperspective.com/wp-content/uploads/2011/12/Paris-Perspective-Video.flv'
player='4'
width='640'
height='360'
autoplay='true'
loop='true'
more_4=\"plugins: { controls: null } \"
";
echo hana_flv_player_template_call($hana_arg);
}
?>
</div>
</center>
I have tried using the z-index code but that is not working, or maybe I am just using it wrong. Any help would be greatly appreciated. Thanks so much.
-
msam029 -
Thanks - 1 reply
{{ DiscussionBoard.errors[5217890].message }}-
jleavitt13 -
Thanks
{{ DiscussionBoard.errors[5218072].message }} -
-