Hi,
sometimes i feel like such a beginner... I want so serve some video's on my site. They are available as .MP4 files, gotten from a FlipShare camera.
Now i tried converting them to WMV (which succeeded, but when embedded in html in a <object id='mediaPlayer' width='320' height='285' classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' etc'
tag, users have to install an addon and the user experience of 10 windows media players on the site isn't just so good.)
So then i look at youtube and wonder how they do it, but i can't figure out what format they convert the video to.
So my question is: what format do i have to convert my video to, to show it in a player which does not need to be installed in the users browser, what tool do i need and what is the html code to embed such a video?
As you can see: starting from scratch.
ps. I often hear: this or that file extension is just a container, there can be anything inside. If you're using this in your answer, can you explain this to me, because i never understood this. For me a .cs is a c# file and a .doc a Word file, and not 'a container'.