ScreencastTeam video tutorials

Nick Ali nali at ubuntu.com
Mon Jul 20 06:54:37 UTC 2009


On Sun, Jul 19, 2009 at 6:10 PM, Shane
Fagan<shanepatrickfagan at ubuntu.com> wrote:
> I have to say the <video> tag could be quite useful but what about
> people who try to look at the videos in Windows Internet Explorer? Like
> we would have to think about how to deal with that.

This is can handled. For instance, this is how we did the last Ubuntu
Podcast episode:

<video controls="controls" width="640" height="360">
<source src="http://blip.tv/file/get/Ubuntupodcast-UbuntuPodcastQuickie9844.m4v"
type="video/mp4" />
<source src="http://blip.tv/file/get/Ubuntupodcast-UbuntuPodcastQuickie9709.ogv"
type="video/ogg" />
<embed src="http://blip.tv/play/gqFXgZGfFgA"
type="application/x-shockwave-flash" width="640" height="390"
allowscriptaccess="always" allowfullscreen="true"></embed>
</video>

Safari uses the m4v, FF 3.5 uses the ogv, everyone sees the flash.

nick

-- 
http://boredandblogging.com
http://ubuntupodcast.net




More information about the ubuntu-doc mailing list