vcastr3.swf免費開源android可用的FLV播放器使用詳解

來源:互聯網
上載者:User

一、Vcastr 3.0  flash版的flv視頻播放器開源版特點:
使用as3.0重新寫了播放器 
播放器大小縮小,在20+k左右 
可以通過xml對播放器設定 
可以播放多個影片,並且有影片列表 
可以設定迴圈播放,自動播放,是否直接開始下載,控制欄的顏色和模式 
控制欄可以適應超小的尺寸 
可以使用外掛程式擴充播放器的功能 
可以用外掛程式設定logo及串連 
可以用外掛程式來用javascript控制播放器 
可以用外掛程式來用設定播放器開始或者結束的圖片或者flash(swf) beta 
本頁必須在伺服器(http://www.aaa.com,或者http://localhost)上測試,不能再本地檔案系統測試, 因為測試檔案http://vcastr.ruochi.com/video/happy_feet.flv是在伺服器端,不可在本地測試。
二、具體的開原始碼請參考原作者官方網頁:

http://www.ruochi.com/main/2008/03/19/vcastr-30/

三、參數詳解
使用xml傳遞參數

<object type="application/x-shockwave-flash" data="vcastr3.swf" width="650" height="500" id="vcastr3">

        <param name="movie" value="vcastr3.swf"/>

        <param name="allowFullScreen" value="true" />

        <param name="FlashVars" value="xml=vcastr.xml" />

</object>

參數說明

xml的可以設定的全部參數,以及預設的數值,一定要注意大小寫

<vcastr>

        <channel>

                <item>

                        <source>http://vcastr.ruochi.com/video/happy_feet.flv</source>

                        <duration></duration>

                        <title></title>

                </item>

                <item>

                        <source>http://vcastr.ruochi.com/video/happy_feet.flv</source>

                        <duration></duration>

                        <title></title>

                </item>

                <item>

                        <source>http://vcastr.ruochi.com/video/happy_feet.flv</source>

                        <duration></duration>

                        <title></title>

                </item>

        </channel>

        <config>

                <bufferTime>4</bufferTime>

                <contralPanelAlpha>0.75</contralPanelAlpha>

                <controlPanelBgColor>0xff6600</controlPanelBgColor>

                <controlPanelBtnColor>0xffffff</controlPanelBtnColor>

                <controlPanelBtnGlowColor>0xffff00</controlPanelBtnGlowColor>

                <controlPanelMode>float</controlPanelMode>

                <defautVolume>0.8</defautVolume>

                <isAutoPlay>true</isAutoPlay>

                <isLoadBegin>true</isLoadBegin>

                <isShowAbout>true</isShowAbout>

                <scaleMode>showAll</scaleMode>

        </config>

        <plugins>

                <logoplugin>

                        <url>LogoPlugIn.swf</url>

                        <logoText>Ruochi.com</logoText>

                        <logoTextAlpha>0.75</logoTextAlpha>

                        <logoTextFontSize>24</logoTextFontSize>                

                        <logoTextColor>0xffffff</logoTextColor>

                        <textMargin>10 auto auto 10</textMargin>

                        <logoClipUrl>http://www.ruochigroup.com/images/logo.png</logoClipUrl>

                        <logoClipAlpha>1</logoClipAlpha>

                        <clipMargin>10 10 auto auto</clipMargin>

                </logoplugin>

                <beginendimageplugin>

                        <url>beginEndImagePlugIn.swf</url>

                        <source>beginSwfTest.swf</source>

                        <type>begin</type>

                        <scaletype>exactFit</scaletype>

                </beginendimageplugin>

                <javascriptplugin>

                        <url>javaScriptPlugIn.swf</url>

                </javascriptplugin>

        </plugins>

</vcastr>

 

以下用”.”描述xml樹結構並說明參數作用

影片資訊

channel.item

影片資訊,可以設定多個影片

channel.itme.source

flv影片地址參數,此參數是唯一必須要有的參數,其他參數都可以不要,播放器有預設參數

channel.itme.duration

對應影片的總時間, 單位是秒,由於有些影片在製作過程中時間資訊丟失,可以通過這裡來設定

channel.itme.tilte

對應影片的標題

channel.itme.link

對應影片點擊後的連結

播放器設定

config.bufferTime

在緩衝區影片的時間,單位是秒

config.contralPanelAlpha

控制欄的透明度,在 0 — 1 之間

config.controlPanelBgColor

控制欄背景的顏色

config.controlPanelBtnColor

控制按鈕的顏色

config.controlPanelBtnGlowColor

控制按鈕光暈的顏色

config.defautVolume

預設的聲音大小,最大為1,最小為0

config.controlPanelMode

控制欄的顯示模式,

“float”: 預設的浮動模式,滑鼠移除播放器就會隱藏掉

“normal”: 正常模式,任何時候都在影片的下部浮動顯示

“bottom”: 下部模式,不浮動在影片之上,而是顯示在影片下方

“none”: 不顯示播放器控制欄

config.isAutoPlay

是否影片自動開始播放,預設是true

config.isLoadBegin

是否一開始就讀取影片,預設是true

config.isRepeat

是否迴圈播放影片,默然是false

config.isShowAbout

是否顯示關於資訊

config.scaleMode

影片放縮模式:

“showAll”: 可以看到全部影片,保持比例,可能上下或者左右

“exactFit”: 放縮影片到播放器的尺寸,可能比例失調

“noScale”: 影片的原始大小,無放縮

“noBorder”: 影片充滿播放器,保持比例,可能會被裁剪

外掛程式設定

plugIns 中每一個子節點代表一個外掛程式,可以設定多個外掛程式

plugIns.logoPlugIn,顯示logo外掛程式的參數設定 plugIns.logoPlugIn.url

外掛程式的地址,可以使用絕對位址,也可以使用相對位址,絕對位址需要http://開始

plugIns.logoPlugIn.logoText

logo文字,注意只可以使用英文和英文標點,不支援中文,如果想放中文,就把中文做成文字png透明圖片,用plugIns.logoPlugIn.logoClipUrl參數設定

plugIns.logoPlugIn.logoTextAlpha

文字的透明度

plugIns.logoPlugIn.logoTextLink

文字的串連

plugIns.logoPlugIn.logoTextFontSize

文字字型的大小

plugIns.logoPlugIn.logoTextColor

文字的顏色

plugIns.logoPlugIn.textMargin

文字的位置,用了css的margin概念,四個數值代表 上 右 下 左 相對於播放器的距離,四個數值用空格分開,不需具體數值用”auto”填寫 ,比如左上對齊並都有10像素的距離可以寫 “10 auto auto 10″, 右下角對齊是”auto 10 10 auto”

plugIns.logoPlugIn.logoClipUrl

圖片logo的url,可以使用絕對位址,也可以使用相對位址,絕對位址需要http://開始

plugIns.logoPlugIn.logoClipAlpha

圖片logo的透明度

plugIns.logoPlugIn.logoClipLink

圖片logo的串連

plugIns.logoPlugIn.clipMargin

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.