mediaplayer控制項為silverlight附帶的乙個附加在vs2008開發環境的乙個控制項。在初安裝silverlight2.0 for vs2008支援時,工具欄只多了2個選項,乙個是silverlight,另外乙個就是mediaplayer
asp<
asp:mediaplayer
id="mediaplayer1"
runat
="server"
autoplay
="true"
height
="200px"
mediaskinsource
="~/articles/console.xaml"
volume
="0.6"
width
="250px"
scalemode
="stretch"
>
asp:mediaplayer
>
然後在頁面後台可以繫結對應的歌:
code
protected
void
page_load(
object
sender, eventargs e)}//
這裡用dropdownlist選擇自動回發切換歌
protected
void
dropdownlist1_selectedindexchanged(
object
sender, eventargs e)
private
void
bindmusicmethod()
if(dropdownlist1.items[
1].selected)
}忘記補充一點,要是繫結asx的。asx檔案**如下:(注意href的路徑,如果不成功,最有可能路徑的問題)
code
<
asx
version
="3.0"
>
<
title
>
music
title
>
<
entry
>
<
title
>
1title
>
<
author
>
author
>
<
ref
href
= "../uploads/iouvm.***"
/>
<
starttime
value
="0:0:0"
/>
<
duration
value
="0:5:0"
/>
entry
>
<
entry
>
<
title
>
2title
>
<
author
>
古巨基author
>
<
ref
href
="../uploads/nzny.***"
/>
<
starttime
value
="0:0:0"
/>
<
duration
value
="0:10:0"
/>
entry
>
asx>
mediaplayer控制項別名衝突錯誤的處理
裝置的名稱已被此應用程式用作別名。請使用唯一的別名。改vcl源 要注意備份和重新編譯,具體網上有很多方法,這裡不敖述。修改open函式,找到原始 openparm.lpstrelementname pchar felementname 在其下面新增一行 給別名乙個隨機不重複的數,建議使用guid o...
android 的mediaPlayer一些屬性
方法 說明mediaplayer 構造方法 create getcurrentposition getduration 得到檔案的時間 getvideoheight getvideowidth islooping isplaying pause 暫停prepare 準備 同步 prepareasyn...
Media Player在Web應用中的一些要點
程式 function setmediaaccess 程式 var media 2.player.newmedia media 程式 player.playlistcollection.newplaylist playlist 程式 player.playlistcollection.getall ...