flash and video html example

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.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值