embed中 src属性动态更改。
生活随笔
收集整理的這篇文章主要介紹了
embed中 src属性动态更改。
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
只需在源代碼中加入下面加粗的代碼:
<embed runat="server" id="embed1" src="2.jpg"
type="audio/x-pn-realaudio-plugin" console="chip1"
controls="imagewindow" width=320 height=240 autostart=true align="middle">
</embed>
然后再對應的.cs程序中響應事件(比如button)中加入
this.embed1.Attributes["src"]="d.mp3"//舉個例子即可完成。
<embed runat="server" id="embed1" src="2.jpg"
type="audio/x-pn-realaudio-plugin" console="chip1"
controls="imagewindow" width=320 height=240 autostart=true align="middle">
</embed>
然后再對應的.cs程序中響應事件(比如button)中加入
this.embed1.Attributes["src"]="d.mp3"//舉個例子即可完成。
轉載于:https://www.cnblogs.com/activities/archive/2012/05/21/2511343.html
總結
以上是生活随笔為你收集整理的embed中 src属性动态更改。的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: iOS7.1.1越狱后闪退修复方法
- 下一篇: UVa 489 - Hangman Ju