在網頁中使用realplayer播放rm檔案 (轉)

amyz發表於2007-11-28
在網頁中使用realplayer播放rm檔案 (轉)[@more@]

第1回
1.1 Intorduces
 embeded Real使realPlayer嵌入在ie或scape中來rm流,透過netscape plug-in 或你能訪問的屬性方法,控制
 影片的播放,與進行互動,他們通常透過,,,c++,...等來訪問
 
 1.2 embeded presentations
 嵌入樣式包括影片視窗,音量控制,以及一些控制按鈕等。
 1.2.1 Using Tags for the Netscape Plug-in
 
 在Netscape中使用有三個必需的引數(SRC,WIDTH,HEIGHT),還有其他的一些引數,但是可選的。
 例如:
 Tip:SRC是可以省略的,當mime Type 引數如下時:
 ,這樣做會產生不可預料的結果,因此強烈推薦你包含SRC屬性,
 並且提供一個空的的檔名。
 
 1.2.2 Using <> Tags for the ActiveX Control
 在IE中使用RealPlayer的Activex必需包含下列的classID:
 CLASSID="clsid:CFCDAA03-8BE4-11cf-B848-0020AFBBCCFA"
 並且指定播放區域的寬度和高度。如果你想對該Activex控制元件進行請指定ID屬性,例如ID=RM1.
 例子:
  ...parameters...
 

 1.3.1Using RealPayer Methods through JavaScript
 
  CENTER=TRUE>
 你可以透過一下程式碼來控制它:
 
 
 
 1.3.2 Using RealPlayer Methods through VBScript
 
 
  
 
 
 

 你可以如下控制它:
 


 
 
language="VBScript" for="doplay" event="onClick"><BR>&nbsp;javademo.DoPlay<BR>&nbsp;

 ........
 

 
 
 第二回 Using Method  and parameters(介紹簡單的)
 DoStop() 停止
 DoPlay()播放
 doPause()暫停
 set()設定檔案來源
 
 console 用於指定控制是用於哪個embeded presentation
 controls 用於指定embeded presentation的控制,如image window ,playbutton,.....
 backgroundcolor 用於指定imagewindow的背景
 width
 height
 autostart 自動播放
 
 第三回 同時播放多個檔案(所有檔案請放於 server上)
 3.1編輯.rpm檔案
 1.rpm的內容:
 
 
 3.2完整原始檔
 
<embed><embed><embed><embed><embed>


<embed>


 
 
 
 
 



來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752019/viewspace-985499/,如需轉載,請註明出處,否則將追究法律責任。

相關文章