Hi,<br><br>For the first question, you can implement a NPAPI plugin.<br><br>You can get all the parameters in the plugin-side functions API(NPPluginFuncs->newp).<br><br>Thanks.<br><br>-Xiong<br><br><div class="gmail_quote">
On Wed, May 13, 2009 at 8:56 AM, naixuan guan <span dir="ltr"><<a href="mailto:guannaixuan@gmail.com">guannaixuan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hi, everyone</div>
<div> </div>
<div>Recently, I met a HTML page which has a object tag like this:</div>
<div> </div>
<div><OBJECT id=player style="LEFT: 0px; WIDTH:100%; TOP: 0px; HEIGHT:100%" codebase= classid=><br> <param name="URL" value="?"> <br> <PARAM NAME="ShowUI" VALUE="1"><br>
<PARAM NAME="volume" VALUE="90"><br> <PARAM NAME="autoPlay" VALUE="2"><br> <PARAM NAME="mute" VALUE="0"><br> <PARAM NAME="DropEnable" VALUE="0"><br>
<PARAM NAME="EnableFullScreen" VALUE="0"><br> <PARAM NAME="ShowVideo" VALUE="1"><br> <param name="loop" value="2"/><br></OBJECT><br>
<script language="JavaScript"><br>document.player.URL = urlpath+file;<br></Script></div>
<div> </div>
<div>I have two questions</div>
<div>1.how to detect the parameters in object tag?</div>
<div>2.specially, how to detect the "URL" param which is changed by Javascript?</div>
<div> </div>
<div>Thank you!</div>
<br>_______________________________________________<br>
webkit-dev mailing list<br>
<a href="mailto:webkit-dev@lists.webkit.org">webkit-dev@lists.webkit.org</a><br>
<a href="http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev" target="_blank">http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev</a><br>
<br></blockquote></div><br>