• 用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>


     

  • 相关阅读:
    如何更好的发现问题
    【刷题 Python Tip】题目6~10
    No module named MYSQLdb 问题解决
    第一个python爬虫,爬取百度图片
    【刷题 Python Tip】题目1~5
    Python sql数据的增删改查简单操作
    一个简单的flask程序
    open函数
    句柄的创建
    内核对象
  • 原文地址:https://www.cnblogs.com/Excellent/p/1451694.html
Copyright © 2020-2023  润新知