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>
|