Hi,
Thanks for updated the script. Works well now. Except for the windows media objects on my page. John, I browsed through that link you pasted. How do I set the z-index for the windows media object?
Code:
<object id="MediaPlayer" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" 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='transparentatStart' value='true'>
<param name='autoStart' value="true">
<param name='showControls' value="true">
<param name="wmode" value="transparent">
<embed type="application/x-mplayer2" src="<? echo $get_video_row["link"]; ?>" name="MediaPlayer" width="<? echo $get_video_row["width"]; ?>" height=<? echo $get_video_row["height"]; ?>" ShowStatusBar=1
wmode="transparent"></embed></object>
Bookmarks