主旨: Re: 如何更改 realplayer 的功能   新聞組: comp.web
 寄件者: "rimring"    日期: 15 Aug 2006 02:01:03 +0800
 
 


太遲回答了...=.=
我自己無試過
但不妨看看real player自己的網站
http://service.real.com/help/library/guides/production/htmfiles/control.htm#controls
留意以下一段:
Adding RealPlayer Controls 
With the CONTROLS parameter, you can place RealPlayer controls such as a play/pause button in your Web page. A visitor to your page can then control the presentation playback just as if using RealPlayer as a separate application. The following example for the Netscape  tag displays the play/pause button:



For the ActiveX control, you define a CONTROLS parameter within the  tag structure:



The following sections describe each RealPlayer control you can use. A tag's WIDTH and HEIGHT parameters set the control's size. The suggested pixel widths and heights given below produce embedded controls approximately the same sizes as the RealPlayer controls. Specifying different pixel sizes scales the controls larger or smaller. You can also use percentage values for sizes, but this is recommended only for the image window.

     Additional Information 
      For information on adding more than one control to your Web page, see "Linking Multiple Controls".  


     Tip 
      If you have installed RealPlayer G2, click here to see a Web page with all the embedded controls.  




"獅子王"  撰寫於郵件新聞:44d1887a@news.nntp.hk...
> 在我的網頁內用 javascript 裝了個 realplayer(如圖),
> 但它的功能只有play, stop, slide和volume。
> 如果我想加上 previous(上一首)和 next(下一首),
> 甚至可彈出 menu讓visitor可以揀歌就更好。
> 請問 javascript應該點寫呢?
> 
> 謝謝~ 
> 
> 
> 


--------------------------------------------------------------------------------


> 
> 
> ----
> 最勁p2p論壇 mimip2p
> http://www.mimip2p.com/bbs/
> 
> Your free newsgroup server
> http://www.nntp.hk/webnews/
> http://www.nntp.hk/web/


太遲回答了...=.=
我自己無試過
但不妨看看real player自己的網站
留意以下一段:

Adding RealPlayer Controls

With the CONTROLS parameter, you can place RealPlayer controls such as a play/pause button in your Web page. A visitor to your page can then control the presentation playback just as if using RealPlayer as a separate application. The following example for the Netscape <EMBED> tag displays the play/pause button:


<EMBED SRC="..." WIDTH=26 HEIGHT=26 NOJAVA=true CONTROLS=PlayButton>

For the ActiveX control, you define a CONTROLS parameter within the <OBJECT> tag structure:


<OBJECT ID=RVOCX CLASSID="..." WIDTH=26 HEIGHT=26>
<PARAM NAME="SRC" VALUE="...">
<PARAM NAME="CONTROLS" VALUE="PlayButton">
</OBJECT>

The following sections describe each RealPlayer control you can use. A tag's WIDTH and HEIGHT parameters set the control's size. The suggested pixel widths and heights given below produce embedded controls approximately the same sizes as the RealPlayer controls. Specifying different pixel sizes scales the controls larger or smaller. You can also use percentage values for sizes, but this is recommended only for the image window.

Additional Information
For information on adding more than one control to your Web page, see "Linking Multiple Controls".

Tip
If you have installed RealPlayer G2, click here to see a Web page with all the embedded controls.

 
 
"獅子王" <lion@lionrock.com> 撰寫於郵件新聞:44d1887a@news.nntp.hk...
> 在我的網頁內用 javascript 裝了個 realplayer(如圖),
> 但它的功能只有play, stop, slide和volume。
> 如果我想加上 previous(上一首)和 next(下一首),
> 甚至可彈出 menu讓visitor可以揀歌就更好。
> 請問 javascript應該點寫呢?
>
> 謝謝~
>
>
>


>
>
> ----
> 最勁p2p論壇 mimip2p
>
http://www.mimip2p.com/bbs/
>
> Your free newsgroup server
>
http://www.nntp.hk/webnews/
> http://www.nntp.hk/web/

 


----
最勁p2p論壇 mimip2p
http://www.mimip2p.com/bbs/

Your free newsgroup server
http://www.nntp.hk/webnews/
http://www.nntp.hk/web/