播放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>