- Chèn nhạc hoặc Flash:
Code:
<embed width="độ rộng px" height="chiều cao px" src="Đường dẫn tới file" loop="true" volume="80">
- Chèn video:
Code:
<OBJECT ID="Player" width="200" height="200"
classid="clsid:6bf52a52-394a-11d3-b153-00C04f79faa6"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/
nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject" align="center">
<param name="url" value="666.wmv">
<param name="AutoStart" value="True">
<param name="ShowControls" value="True">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="666.wmv" align="middle" width="200" height="200" showcontrols="1" showdisplay="0" showstatusbar="1"> </embed>
</OBJECT>
thay lại value và src
bạn thử xem