一只船的港吧 关注:3贴子:355
  • 4回复贴,共1

很好的播放器

收藏回复

  • 222.191.243.*
http://www.nicediary.com/left/index1.htm


1楼2006-02-23 15:16回复
    • 222.191.243.*
    <div align="center"><iframe src="http://www.nicediary.com/left/index1.htm " width="255" height="62" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe></div>


    2楼2006-02-23 19:47
    回复
      • 222.191.243.*
      <div align="center"><iframe src="http://www.nicediary.com/left/index1.htm " width="255" height="62" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe></div>


      3楼2006-02-23 19:47
      回复
        • 222.191.243.*
        几款实用的播放器代码

        第一款:页面插入REAL播放器代码(可以播放RM.RAM.RA等音乐文件)



          (object classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA height=60 id=video1 style=LEFT:0px;TOP:0px width=209> 


        第二款:页面插入Media Player播放器代码(可以播放WMA音乐文件)


         
          (OBJECT id=mPlayer1 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6 width=220 height=64 type=’application/x-oleobject"’> 


        第三款:页面插入Media Player(视频)播放器代码(可以播放结尾是MTV视频文件)


         
          (object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id="MediaPlayer1" height=260 width=320> ) 


        第四款:可自动检测


         
          (embed src=”媒体文件地址” width=200 height=200 autostart=”true” loop=”true”> 


        第五款:最简单的播放代码


         
          (embed src="为WMV格式的视频文件地址";; autostart="true" loop="true" width="200" height="150" )

        注意:把这个网址换成你要看的电影就行了,autostart="true" loop="true"表示自动播放,autostart="false"表示手动控制拨放(推荐使用)。

        说明:以上代码中的“(”和“)”都要改成“<”和“>”。


        4楼2006-02-23 20:01
        回复
          • 218.90.110.*
          <embed src=链接地址 width=178 height=42 type=audio/mpeg 
          loop="true" autostart="true">


           2、width height分别是视频播放器的宽度和高度,
           3、autostart="true"为打开网页自动播放,autostart="false"为不
          自动播放,即当打开网页时是关闭的,手动播放 


          5楼2006-05-16 19:05
          回复