ak7861
11-15-2006, 10:04 PM
Hi,
I'm experiencing an issue on firefox 2. I fixed the issue for the other browsers, but for firefox 2, it doesn't seem to budge!
Heres the issue..
I have a windows media object:
<!--[if gte IE 6]><script language="javascript">document.write("<NOSCRIPT class=clickfix><OBJECT style=\"display:none\">"); </script> <![endif]-->
<object id="MediaPlayer" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Windows Media Player components..."
type="application/x-oleobject" width="<? echo $get_video_row["width"]; ?>" height="<? echo $get_video_row["height"]; ?>">
<param name="filename" value="<? echo $get_video_row["link"]; ?>">
<param name='animationatstart' value='true'>
<param name='autostart' value="true">
<param name='showcontrols' value="true">
<param name="showstatusbar" value="true">
<param name="windowlessvideo" value="true">
<param name="wmode" value="transparent">
<embed type="application/x-mplayer2" style="position: relative; z-index: 88;" src="<? echo $get_video_row["link"]; ?>" width="<? echo $get_video_row["width"]; ?>" height="<? echo $get_video_row["height"]; ?>" showstatusbar="1" windowlessvideo="1" wmode="transparent"></embed></object>
<!--[if gte IE 6]></OBJECT></NOSCRIPT><![endif]-->
<script type="text/javascript" src="/ssv3/js/click_fix.js"></script>
My drop down is from dynamicdrive. When someone is trying to select an item which is over the windows media object, in the drop down menu, he is unable to click the item. But for ie, he is able to do so.
I tried z-indexing.
Thanks
I'm experiencing an issue on firefox 2. I fixed the issue for the other browsers, but for firefox 2, it doesn't seem to budge!
Heres the issue..
I have a windows media object:
<!--[if gte IE 6]><script language="javascript">document.write("<NOSCRIPT class=clickfix><OBJECT style=\"display:none\">"); </script> <![endif]-->
<object id="MediaPlayer" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Windows Media Player components..."
type="application/x-oleobject" width="<? echo $get_video_row["width"]; ?>" height="<? echo $get_video_row["height"]; ?>">
<param name="filename" value="<? echo $get_video_row["link"]; ?>">
<param name='animationatstart' value='true'>
<param name='autostart' value="true">
<param name='showcontrols' value="true">
<param name="showstatusbar" value="true">
<param name="windowlessvideo" value="true">
<param name="wmode" value="transparent">
<embed type="application/x-mplayer2" style="position: relative; z-index: 88;" src="<? echo $get_video_row["link"]; ?>" width="<? echo $get_video_row["width"]; ?>" height="<? echo $get_video_row["height"]; ?>" showstatusbar="1" windowlessvideo="1" wmode="transparent"></embed></object>
<!--[if gte IE 6]></OBJECT></NOSCRIPT><![endif]-->
<script type="text/javascript" src="/ssv3/js/click_fix.js"></script>
My drop down is from dynamicdrive. When someone is trying to select an item which is over the windows media object, in the drop down menu, he is unable to click the item. But for ie, he is able to do so.
I tried z-indexing.
Thanks