如何在微软Visual Studio 2010中的com组件中插入dewplayer

问题描述:

你好

i下载了露水播放器,在asp.net中播放选定的mp3文件,因为我绑定了一个htmlcode(代码内联)



< object type =application / x-shockwave-flashdata =dewplayer-vol.swf?mp3 = mp3 / test1.mp3

width =240height = 20id =dewplayer>

< param name =wmodevalue =transparent/>

< param name =movievalue =dewplayer-vol.swf?mp3 = mp3 / test1.mp3/>

< / object>



显示错误未指定控件类型或找不到指定的

hello
i downloaded the dewplayer to play the selected mp3 file in asp.net for that i bind a htmlcode in body(code inline)

<object type="application/x-shockwave-flash" data="dewplayer-vol.swf?mp3=mp3/test1.mp3"
width="240" height="20" id="dewplayer">
<param name="wmode" value="transparent" />
<param name="movie" value="dewplayer-vol.swf?mp3=mp3/test1.mp3" />
</object>

it shows an error"A control type was not specified or the specified could not be found"