iPhone, Safari, and HTML5, Oh My!

iPhone Video
iPhone Video

iPhone Safari is purpoted to be trying to release HTML5’s newest spec that allows video tags. This means that we will soon be able to watch video inline easily not only on the web in general but on our pretty little phones.

Some of you may be saying, “I already can playvideo on my phone”. Which although true isnt really the whole picture. Have you noticed that when there is video you must play in in a seperate quicktime panel that pops out. Witht the inclusion of this new spec you will be ale to just press play from within the web  page.

For developers this also menas that including images in a pahge will be as easy as using a simple <video> tag as appose to needing to use a plugin like quicktime or flash. As Isaac put it, we are one step closer to getting rid of flash.

Example:

<video src=”http://www.ananova.com/about/vap_windows_check.wmv”&gt;
your browser does not support the video tag
</video>