<html>
<body>
<embed style="width:100px; height:100px;" type="video/3gp" src="http://xxxxxx.3gp">
</embed>
<p>object only</p>
<object data="http://xxxxxx.3gp"
width="100" height="100"
type="video/3gpp">
object not supported
</object>
<p>object and embed</p>
<object
width="100"
height="100"
<param name="type" value="video/3gpp">
<embed src="http://xxxxxx.3gp"
width="100"
height="100">
</embed>
</object>
</body>
</html>Users browsing this forum: No registered users and 2 guests