Embedding video.ogg file into HTML4?

Hi,

I'm using Bluefish to develop web pages on Debian GNU/Linux Lenny
system.

Bluefish uses <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"> document type here.

I want to embed a video.ogg file in a web page.
This video I can ply with SMplayer.

I tried:
1.
<object data="video.ogg" type="application/ogg">
</object>

2.
<source src='video.ogg' type='video/ogg; codecs="theora,
speex"'></video>

When I open this webpage, the video isn't shown. Why?

How can I embed a video.ogg file in a web page using HTML4?

Any advices will be appreciated!

--
Regards, Paul Chany
You can freely correct me in my English.
http://csanyi-pal.info

Received on Wednesday, 14 July 2010 23:05:15 UTC