htmlファイルをロードします.swf、音楽ファイル
6292 ワード
Flash、MP4、music:
:src=*.swf SWF , , , , 。width="00" height="00" 。
html5音乐播放器代码:
1
2
3
4
5
|
<
audio
controls>
<
source
src=”http://xx.com/html5/cc.ogg” />
<
source
src=”http://xx.com/html5/cc.mp3″ />
<
source
src=”http://xx.com/html5/cc.wav” />
|