Replacing EMBED with OBJECT
Posted: Sun Aug 01, 2004 12:29 am
Hi
I want to use the OBJECT tag to play movie files on the page. I don't want to use the EMBED tag since its deprecated in HTML 4.01 though I got it to work.
But I cannot get OBJECT to work properly. It seems the classid is unique for each type of object and for each object ?
If I have this : its loading java plugin and says applet not initialized. I need to know the paramters that onject requires and have.
Thanx
I want to use the OBJECT tag to play movie files on the page. I don't want to use the EMBED tag since its deprecated in HTML 4.01 though I got it to work.
But I cannot get OBJECT to work properly. It seems the classid is unique for each type of object and for each object ?
If I have this :
Code: Select all
<OBJECT CODE="videos/avi1.avi" width="100" height="50"></OBJECT>Thanx