1、 视频内容来源于本地,通过本地播放器播放

代码:

<!-- 此段视频源文件在本地,通过本地Flash播放器播放,不需要连接网络 -->
<EMBED style=" margin: 5px auto; width:900px; height: 400px"; 
src="video\shipin.swf" 
quality= "high" 
wmode="transparent"
pluginspage="Flash\FlashUtil10p_Plugin.exe"
type="application/x-shockwave-flash">

注: 本地播放,需要Flash播放器。如果电脑上没有,则需要自己

下载安装



官方下载



2、 视频内容来源于网络(如优酷网),通过网络播放器播放

代码:

<!-- 此段视频源文件来源于网络,通过网络播放器播放,需要连接网络 -->
<EMBED style=" margin: 5px auto; width:900px; height: 400px"; 
src="http://player.youku.com/player.php/sid/XNDU4MjM3Mjg=/v.swf" 
quality= "high" 
wmode="transparent"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash">


源码下载