Click to See Complete Forum and Search --> : having MPEG play on my website


modifier_guy
01-10-2004, 06:20 PM
how do i make an MPEG show on my site

i wnat ti to when u clcik on the link to the video it plays right on the screen

Robert Wellock
01-12-2004, 11:40 AM
<object data="video.mpg" type="video/mpeg" width="100" height="100"></object>

However, you may like to use <embed /> to give you more control as to whether the browser will load a helper application.

Though probably the only place you'll find a valid version of <embed /> anywhere on the internet is on my website.

Because I created "XHTML 1.0 Embed" last year by using XHTML 1.0 extensibility thus the normal copyright rules apply.

That is not exactly what you wanted but it is the most logical solution for embed multimedia.