Friday, December 1st, 2006
The Morning Outline: Ajax Video
<>p>Take a view source on the Ajax Video Player at the morning outline.Related Content:





Friday, December 1st, 2006
Category: Showcase
Posted by Dion Almaer at 12:11 pm
6 Comments





Caching and dynamic views
My client does not want to change his cache settings on IE and I'm trying to figure out a way to dynamically update a view each time it is visited. I...
How to change html form tags to ajax
How to change html form tags to...
IE 8 Crashing Problem
Hello Everyone,
Here\'s the situation:
two iSeries boxes - Dev and Prod both V5R4M0
We\'re using AJAX to dynamically load content using a tabbed...
In Episode 25, we chat about IE 8, standards, Acid3, server side JavaScript, and more.
Who are the ajaxians? Find out.
Please contact us at . We would love to hear about any news that we could put up here.
We have individual blogs too:

AJAX Video
AJAX Video: I got a kick out of this; you may too. Can you figure out what’s going on? I’ve been checking through the HTML source and hitting some reference sites, and will put my best understanding in the comments, which you’re welcome to correct. …
Here:
http://www.codeproject.com/Ajax/AJAXVideoPlayer.asp
Hey guys!
First off thanks Ajaxian for sharing this! Boy my visitor counter skyrocketed over night. I got very good feedback and I will definitely improve this, add a NPAPI plug-in for audio support and add an ActiveX Base64 decoder for IE . It’s good to know how many people want an alternative media player based on the standards that we have. I welcome anybody who wants to contribute, just drop me a line.
Cheers!
Shahin
A video player that uses base64-encoded IMG src URLs. Creative. ;) I don’t see this taking on Flash-basd video a la YouTube any time soon, but it is a really cool Javascript experiment!
FWIW I recall IE 5 (and maybe 5.5) supported base64 and/or javascript: URLs when loading images, the old “wolfenstein 5K” project on the5k.org used this technique and it worked quite well.
“wolfenstein 5K” used xbm file format. It works in IE but is using 1 bit per pixel so black and white only.
Impressive demo though base64 XML is probably not the most bandwidth saving data type for video streaming.
Depending on Plugins will make it browser dependant. Right now your solution is based on standards. Once you go for plugins to add audio then I am afraid that not all browser.specially mobile based browsers won’t be able to use it.