
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
	<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head><card id="MainCard" title="&#x6B22;&#x8FCE;&#x5149;&#x4E34;"><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a><br/>&nbsp;</p><p><b>&#x6807;&#x9898;&#x3A;</b> &#x901A;&#x7528;&#x5A92;&#x4F53;&#x64AD;&#x653E;&#x5668;&#x28;&#x4A;&#x53;&#x7248;&#x2C;&#x41;&#x53;&#x50;&#x7248;&#x29;</p><p><b>&#x4F5C;&#x8005;&#x3A;</b> &#x64;&#x6E;&#x61;&#x77;&#x6F;</p><p><b>&#x65E5;&#x671F;&#x3A;</b> &#x32;&#x30;&#x30;&#x36;&#x2D;&#x31;&#x32;&#x2D;&#x30;&#x34;&#x20;&#x31;&#x30;&#x3A;&#x33;&#x31;&#x20;&#x50;&#x4D;</p><p><b>&#x5206;&#x7C7B;&#x3A;</b> <a href="wap.asp?do=showLog&amp;cateID=4">&#x811A;&#x672C;&#x8BED;&#x8A00;</a></p><p><b>&#x5185;&#x5BB9;&#x3A;</b> &#x4E00;&#x3001;JS&#x7248;&#xFF1A;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>&lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=gb2312&#34; /&gt;<br/>&lt;title&gt;JS&#x7248;&lt;/title&gt;<br/>&lt;style type=&#34;text/css&#34;&gt;<br/>&lt;!--<br/>.playerDIV {<br/>&#160;&#160;&#160;&#160;background-image: url(&#34;&#34;);<br/>&#160;&#160;&#160;&#160;width:320px;<br/>&#160;&#160;&#160;&#160;height:240px;<br/>}<br/>--&gt;<br/>&lt;/style&gt;<br/>&lt;script&gt;<br/>var rmID=&#34;clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA&#34;;<br/>var wmID=&#34;clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95&#34;;<br/>var swfID=&#34;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#34;;<br/>var thePlayer;<br/>function doPlay(fPath){<br/>&nbsp;&nbsp;if(!fPath)fPath=document.getElementById(&#34;txtURL&#34;).value;<br/>&nbsp;&nbsp;if(fPath==&#34;&#34;||fPath==null)return(false);<br/>&nbsp;&nbsp;fType=fPath.substring(fPath.lastIndexOf(&#34;.&#34;)+1).toLowerCase();<br/>&nbsp;&nbsp;if(thePlayer){<br/>&nbsp;&nbsp;&#160;&#160;&#160;&#160;document.getElementById(&#34;theTurePlayerID&#34;).outerHTML=&#34;&#34;;<br/>&nbsp;&nbsp;}<br/>&nbsp;&nbsp;thePlayer=document.cr&#101;ateElement(&#34;object&#34;);<br/>&nbsp;&nbsp;thePlayer.width=&#34;100%&#34;;<br/>&nbsp;&nbsp;thePlayer.height=&#34;100%&#34;;<br/>&nbsp;&nbsp;thePlayer.style.display=&#34;none&#34;;<br/>&nbsp;&nbsp;thePlayer.id=&#34;theTurePlayerID&#34;;<br/>&nbsp;&nbsp;document.getElementById(&#34;playerDIV&#34;).appendChild(thePlayer);<br/>&nbsp;&nbsp;switch(fType){<br/>&nbsp;&nbsp;&nbsp;&nbsp;case &#34;rm&#34;:case &#34;rmvb&#34;:<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;thePlayer.classid=rmID;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;with(thePlayer){<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;_ExtentX=12118;_ExtentY=8573;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;AUTOSTART=-1;SHUFFLE=0;PREFETCH=0;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;NOLABELS=0;CONTROLS=&#34;Imagewindow,StatusBar,ControlPanel&#34;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;LOOP=0;NUMLOOP=0;CENTER=0;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;MAINTAINASPECT=0;BACKGROUNDCOLOR=&#34;#000000&#34;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;thePlayer.Source=fPath;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;thePlayer.DoPlay();<br/>&nbsp;&nbsp;&nbsp;&nbsp;break;<br/>&nbsp;&nbsp;&nbsp;&nbsp;case &#34;swf&#34;:<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;thePlayer.classid=swfID;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;thePlayer.movie=fPath;<br/>&nbsp;&nbsp;&nbsp;&nbsp;break;<br/>&nbsp;&nbsp;&nbsp;&nbsp;default:<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;thePlayer.classid=wmID;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;thePlayer.fileName=fPath;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;thePlayer.AutoStart=1;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;thePlayer.ShowControls=1;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;thePlayer.Play();<br/>&nbsp;&nbsp;}<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;setTimeout(&#34;thePlayer.style.display=&#39;&#39;;&#34;,1000);<br/>}<br/>&lt;/script&gt;<br/>&lt;/head&gt;<br/>&lt;body onload=&#34;doPlay();&#34;&gt;<br/>&lt;div class=&#34;playerDIV&#34; id=&#34;playerDIV&#34; &gt;&lt;/div&gt;<br/>&lt;input id=&#34;txtURL&#34; value=&#34;http://www.fy100.cn/ken/tianbian.mp3&#34; type=&#34;hidden&#34; /&gt;<br/>&lt;a href=&#34;javascript:doPlay(&#39;http://www.fy100.cn/ken/tianbian.mp3&#39;);&#34;&gt;&#x5409;&#x7965;&#x4E09;&#x5B9D; (MP3)&lt;/a&gt;&lt;br /&gt;<br/>&lt;a href=&#34;javascript:doPlay(&#39;http://www.citb.gov.hk/cib/zhtml/image/service2_chi.rm&#39;);&#34;&gt;&#x77ED;&#x7247;(RM)&lt;/a&gt;&lt;br /&gt;<br/>&lt;a href=&#34;javascript:doPlay(&#39;http://www.cmfu.com/quest/130.swf&#39;);&#34;&gt;Flash&lt;/a&gt;&lt;br /&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;<br/>&#x5728;&#x539F;&#x7248;&#x57FA;&#x7840;&#x4E0A;&#x52A0;&#x5165;&#x4E86;&#x53EF;&#x81EA;&#x52A8;&#x64AD;&#x653E;&#xFF0C;rm&#x683C;&#x5F0F;&#x52A0;&#x5165;&#x63A7;&#x5236;&#x680F;&#x3002;<br/>&#x4E8C;&#x3001;ASP&#x7248;&#xFF1A;<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;&lt;%<br/>Sub SelPlay(strUrl,strWidth,StrHeight)<br/>&#160;&#160;&#160;&#160;Dim Exts,isExt<br/>&#160;&#160;&#160;&#160;If strUrl &lt;&gt; &#34;&#34; Then<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; isExt = LCase(Mid(strUrl,InStrRev(strUrl, &#34;.&#34;)+1))<br/>&#160;&#160;&#160;&#160;Else<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; isExt = &#34;&#34;<br/>&#160;&#160;&#160;&#160;End If<br/>&#160;&#160;&#160;&#160;Exts = &#34;avi,wmv,asf,mov,rm,ra,ram&#34;<br/>&#160;&#160;&#160;&#160;If Instr(Exts,isExt)=0 Then<br/>&#160;&#160;&#160;&#160; Response.write &#34;&#x975E;&#x6CD5;&#x89C6;&#x9891;&#x6587;&#x4EF6;&#34;<br/>&#160;&#160;&#160;&#160;Else<br/>&#160;&#160;&#160;&#160; Sel&#101;ct Case isExt<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp;Case &#34;avi&#34;,&#34;wmv&#34;,&#34;asf&#34;,&#34;mov&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.write &#34;&lt;EMBED id=MediaPlayer src=&#34;&amp;strUrl&amp;&#34; width=&#34;&amp;strWidth&amp;&#34; height=&#34;&amp;strHeight&amp;&#34; loop=&#34;&#34;false&#34;&#34; autostart=&#34;&#34;true&#34;&#34;&gt;&lt;/EMBED&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp;Case &#34;mov&#34;,&#34;rm&#34;,&#34;ra&#34;,&#34;ram&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;OBJECT height=&#34;&amp;strHeight&amp;&#34; width=&#34;&amp;strWidth&amp;&#34; classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;_ExtentX&#34;&#34; VALUE=&#34;&#34;12700&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;_ExtentY&#34;&#34; VALUE=&#34;&#34;9525&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;AUTOSTART&#34;&#34; VALUE=&#34;&#34;-1&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;SHUFFLE&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;PREFETCH&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;NOLABELS&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;SRC&#34;&#34; VALUE=&#34;&#34;&#34;&amp;strUrl&amp;&#34;&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;CONTROLS&#34;&#34; VALUE=&#34;&#34;ImageWindow&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;CONSOLE&#34;&#34; VALUE=&#34;&#34;Clip&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;LOOP&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;NUMLOOP&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;CENTER&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;MAINTAINASPECT&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;BACKGROUNDCOLOR&#34;&#34; VALUE=&#34;&#34;#000000&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;/OBJECT&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;BR&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;OBJECT height=32 width=&#34;&amp;strWidth&amp;&#34; classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;_ExtentX&#34;&#34; VALUE=&#34;&#34;12700&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;_ExtentY&#34;&#34; VALUE=&#34;&#34;847&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;AUTOSTART&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;SHUFFLE&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;PREFETCH&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;NOLABELS&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;CONTROLS&#34;&#34; VALUE=&#34;&#34;ControlPanel,StatusBar&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;CONSOLE&#34;&#34; VALUE=&#34;&#34;Clip&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;LOOP&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;NUMLOOP&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;CENTER&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;MAINTAINASPECT&#34;&#34; VALUE=&#34;&#34;0&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;PARAM NAME=&#34;&#34;BACKGROUNDCOLOR&#34;&#34; VALUE=&#34;&#34;#000000&#34;&#34;&gt;&#34;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp; Response.Write &#34;&lt;/OBJECT&gt;&#34;<br/>&#160;&#160;&#160;&#160; End Sel&#101;ct<br/>&#160;&#160;&#160;&#160;End If<br/>End Sub<br/>&#39;Call SelPlay(DvUrl,280,220)<br/>%&gt;</p><p> + <a href="#CommentCard">&#x67E5;&#x770B;&#x5F53;&#x524D;&#x65E5;&#x5FD7;&#x8BC4;&#x8BBA;</a> (1)</p><p>&nbsp;<br/><br/><a href="wap.asp?do=Login">&#x767B;&#x5F55;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.063&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="postCommentCard"><p><b>&#x6807;&#x9898;&#x3A;</b> <a href="#MainCard">&#x901A;&#x7528;&#x5A92;&#x4F53;&#x64AD;&#x653E;&#x5668;&#x28;&#x4A;&#x53;&#x7248;&#x2C;&#x41;&#x53;&#x50;&#x7248;&#x29;</a></p><p><br/>你没有权限发表评论</p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.063&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="CommentCard"><p>&#x6682;&#x65E0;&#x8BC4;&#x8BBA;</p><p><a href="#MainCard">&#x8FD4;&#x56DE;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.063&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card>
</wml>
