How to send flash video to bottom layer

2 replies
  • WEB DESIGN
  • |
Working on a new website and I am having a really hard time getting the video on the homepage to be below the image.
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.
#bottom #flash #layer #send #video
  • Profile picture of the author msam029
    can u try giving negative z - index i sujjest a - 99999
    {{ DiscussionBoard.errors[5217890].message }}
    • Profile picture of the author jleavitt13
      I was able to make it work using the z-index with just 1 and 0. I just had the code placed wrong last time... Thanks!
      {{ DiscussionBoard.errors[5218072].message }}

Trending Topics