![]() |
http://www.shuilongs.com/cios/cios255multi.html |
Using the embed tag:Assignment:
<embed src="running.avi" align="baseline" border="0" width="200" height="200">
Using the OBJECT tag:
<OBJECT DATA = "running.avi"
TYPE = "video/msvideo"
HEIGHT = "200"
WIDTH = "200">
<PARAM NAME ="autostart" VALUE ="true">
You are unable to play AVI movies.
Please install the correct plug-in for them.
</OBJECT>
Using the embed tag:Assignment:
<embed src="sample.wrl" align="baseline" border="0" width="400" height="250">
Using the OBJECT tag:
<OBJECT DATA = "running.wrl"
TYPE = "model/vrml"
HEIGHT = "200"
WIDTH = "200">
<PARAM NAME ="color" VALUE ="brown">
We're sorry. Your broswer is unable to play this great video.
</OBJECT>
Using a Frame tag:
<FRAME SRC="running.wrl" NAME="3DPictures">
SLC | ![]() |
![]() |