zoukankan      html  css  js  c++  java
  • 用google在线播放器播放MP3和FLV

    播放MP3文件

    <embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=MP3文件URL" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />

    播放FLV有缩略图点击播放:

    <embed src="http://video.google.com/googleplayer.swf?videoUrl=FLV文件URL&thumbnailUrl=缩略图文件URL&playerMode=normal" type="application/x-shockwave-flash" wmode="transparent" quality="high" width="450" height="370" autostart="true"></embed>


    播放FLV有缩略图自动播放:

    <embed src="http://video.google.com/googleplayer.swf?videoUrl=FLV文件URL&thumbnailUrl=缩略图文件URL&playerMode=normal&autoPlay=true" type="application/x-shockwave-flash" wmode="transparent" quality="high" width="450" height="370" autostart="true"></embed>


    播放FLV缩率图也可以不要:

    <embed src="http://video.google.com/googleplayer.swf?videoUrl=FLV文件URL" type="application/x-shockwave-flash" wmode="transparent" quality="high" width="450" height="370" autostart="true"></embed>


     

  • 相关阅读:
    新手建站必看
    88.com域名邮箱免费注册了
    屏蔽博客园的广告
    跳过烦人的hCaptcha验证
    pap.er 专为 Mac 设计的壁纸应用
    TrafficMonitor
    利用CloudFlare自动DDNS
    P.SDA1.DEV
    谷歌浏览器又隐藏的HTTPS和WWW前缀
    谷歌浏览器扩展 crx 下载
  • 原文地址:https://www.cnblogs.com/Excellent/p/1451694.html
Copyright © 2011-2022 走看看