案例:html案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<object width="420" height="360"
6
 classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
7
 codebase="http://www.apple.com/qtactivex/qtplugin.cab">
8
<param name="src" value="/img/movie.mp4" />
9
<param name="controller" value="true" />
10
</object>
11
12
</body>
13
</html>
14