HTML——网页中嵌入 media play 和 real play 代码

HTML——网页中嵌入 media play 和 real play 代码

在网页中嵌入 media play的代码,比较简单实现 hoho,希望大家有用哇。。
< object align =middle classid =CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 class =OBJECT

id =MediaPlayer width =360 height =70 >
< param name =ShowStatusBar value =-1 >< param name =Filename

value =http://008.org.cn/mp3/rosebush/2.mp3 >
< embed type =application/x-oleobject

codebase =http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701

flename =mp src =http://008.org.cn/mp3/rosebush/2.mp3 width =360 height =70 ></ embed ></ object >
在网页中嵌入 real play 的代码:
htmlavi
< OBJECT  height =300  width =500  classid =clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA >< PARAM  NAME ="_ExtentX"  VALUE ="13229" >< PARAM  NAME ="_ExtentY"  VALUE ="7938" >< PARAM  NAME ="AUTOSTART"  VALUE ="-1" >< PARAM  NAME ="SHUFFLE"  VALUE ="0" >< PARAM  NAME ="PREFETCH"  VALUE ="0" >< PARAM  NAME ="NOLABELS"  VALUE ="0" >< PARAM  NAME ="SRC"  VALUE ="http://192.168.2.56:8085/pmi/resupload/00000000000000000042/100001/1087890034804_1.rm" >< PARAM  NAME ="CONTROLS"  VALUE ="ImageWindow" >< PARAM  NAME ="CONSOLE"  VALUE ="Clip1" >< PARAM  NAME ="LOOP"  VALUE ="0" >< PARAM  NAME ="NUMLOOP"  VALUE ="0" >< PARAM  NAME ="CENTER"  VALUE ="0" >< PARAM  NAME ="MAINTAINASPECT"  VALUE ="0" >< PARAM  NAME ="BACKGROUNDCOLOR"  VALUE ="#000000" ></ OBJECT >< BR >
< OBJECT  height =30  width =500  classid =clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA >< PARAM  NAME ="_ExtentX"  VALUE ="13229" >< PARAM  NAME ="_ExtentY"  VALUE ="794" >< PARAM  NAME ="AUTOSTART"  VALUE ="0" >< PARAM  NAME ="SHUFFLE"  VALUE ="0" >< PARAM  NAME ="PREFETCH"  VALUE ="0" >< PARAM  NAME ="NOLABELS"  VALUE ="0" >< PARAM  NAME ="CONTROLS"  VALUE ="ControlPanel" >< PARAM  NAME ="CONSOLE"  VALUE ="Clip1" >< PARAM  NAME ="LOOP"  VALUE ="0" >< PARAM  NAME ="NUMLOOP"  VALUE ="0" >< PARAM  NAME ="CENTER"  VALUE ="0" >< PARAM  NAME ="MAINTAINASPECT"  VALUE ="0" >< PARAM  NAME ="BACKGROUNDCOLOR"  VALUE ="#000000" ></ OBJECT >

你可能感兴趣的:(HTML——网页中嵌入 media play 和 real play 代码)