View Single Post
  #9 (permalink)  
Old 10-03-2007, 12:21 PM
tricker tricker is offline
WebProWorld New Member
 

Join Date: Oct 2006
Posts: 15
tricker RepRank 0
Default Re: Is it possible to overlap a Flash movie with a layer?

Hi All,

even also tried that name="wmode" value="opaque" but it does'nt work
here is the code could you please review the code and make the correction if i did something wrong in it

<body>

<div style="height:125px; width:225px; background:transparent; position:absolute; top:125px; left:125px; z-index:1">
dsfdfdfsdf
</div>
<object>
<param name="movie" value="gb pages/gb_25-9_sunil/images/sport.swf" width="525" height="275" name="wmode" value="opaque" >
<embed src="gb pages/gb_25-9_sunil/images/sport.swf" width="525" height="275" name="wmode" value="opaque" ></embed>
</object>

</body>
Reply With Quote