加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

flash and video html example

发布时间:2020-12-15 06:14:03 所属栏目:百科 来源:网络整理
导读:flash ?xml version="1.0" encoding="UTF-8"?!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"html xmlns="http://www.w3.org/1999/xhtml" headtitleflash/title/headbodypobject type="app

flash

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head>
<title>flash</title>
</head>
<body>
<p>
<object type="application/x-shockwave-flash" data="down.swf" width="650" height="500" id="ww" bgColor="#ff0000"> 
        <param name="movie" value="player.swf"/> 
        <param name="allowFullScreen" value="true" /> 
        <param name="FlashVars" value="xml=vcastr.xml" /> 
</object> 
</p>
</body>
</html>


video

<!DOCTYPE html>
<html>
<title>HTML5 Video</title>
<head></head>
<body>
<!--<p>	
<audio controls="controls">
<source	src="2.mp3" type="audio/mp3">
</audio>
</p>-->
<p>	
<video controls width="480" hight="270" poster="google.png">
<source src="test.3gp" type="video/3gpp">
</video>
</p>
</body>
</html>


other study notes(need to be cleaned up)

1.java final a.final data. basic type,do not change value; object type,do not change reference. b.final as parameters reference cann't be changed. c.final method like inline,cann't be inherited. d.final class cann't be inherited 2.interface a.interface can have variables b.class inherited from interfaces can be upcasted to many types. c.can't use return value to override.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读