我用下面的代码放到网页里可以看视频文件111.rmvb.请问我想点超连接直接弹出real播放此文件,该怎么做呢?
先谢谢了.
<object id=RAOCX height=285 width=356 classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA name=rmplay VIEWASTEXT>
<PARAM NAME="_ExtentX" VALUE="9419">
<PARAM NAME="_ExtentY" VALUE="7541">
<PARAM NAME="AUTOSTART" VALUE="-1">
<PARAM NAME="SHUFFLE" VALUE="0">
<PARAM NAME="PREFETCH" VALUE="0">
<PARAM NAME="NOLABELS" VALUE="0">
<PARAM NAME="SRC" VALUE="http://localhost/111.rmvb">
<PARAM NAME="CONTROLS" VALUE="imagewindow">
<PARAM NAME="CONSOLE" VALUE="Clip1">
<PARAM NAME="LOOP" VALUE="0">
<PARAM NAME="NUMLOOP" VALUE="0">
<PARAM NAME="CENTER" VALUE="0">
<PARAM NAME="MAINTAINASPECT" VALUE="0">
<PARAM NAME="BACKGROUNDCOLOR" VALUE="#000000">


<embed src="111.rmvb" autostart="true" controls="ImageWindow" console="Clip1" pluginspage="http://www.real.com"/’ target="_blank" >

http://www.real.com"; width="356" height="285">  </embed>
 </OBJECT> 
<br>
<object id=video1 height=27 width=356 classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA VIEWASTEXT>
<PARAM NAME="_ExtentX" VALUE="9419">
<PARAM NAME="_ExtentY" VALUE="714">
<PARAM NAME="AUTOSTART" VALUE="0">
<PARAM NAME="SHUFFLE" VALUE="0">
<PARAM NAME="PREFETCH" VALUE="0">
<PARAM NAME="NOLABELS" VALUE="0">
<PARAM NAME="CONTROLS" VALUE="ControlPanel">
<PARAM NAME="CONSOLE" VALUE="Clip1">
<PARAM NAME="LOOP" VALUE="0">
<PARAM NAME="NUMLOOP" VALUE="0">
<PARAM NAME="CENTER" VALUE="0">
<PARAM NAME="MAINTAINASPECT" VALUE="0">
<PARAM NAME="BACKGROUNDCOLOR" VALUE="#ffffff">


<embed type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel" height="27" width="356" autostart="0" _extentx="7276" _extenty="1058" shuffle="0" prefetch="0" nolabels="0" loop="0" numloop="0" center="0" maintainaspect="0" backgroundcolor="#ffffff">

</embed>
 </OBJECT>