Posts tagged as:

video

I have been waiting to upgrade to the new version of Firefox. Yesterday I decided to take the plunge and download it. As expected, some of the plugins didn’t work, including Firebug and Alexa’s Sparky (although I then got an update that Firebug does now work with 3.5).

Upon restarting my machine and opening the new browser client, I got into a welcome page where a lot of the bells and whistles are explained. But what caught my attention the most was the fact that the new Firefox supports the new native video tag from HTML 5 which I had read about in the past. The video looks like the still above, which renders a basic video player with a play button, a scrub bar and a volume widget. The video looked fantastic.

I immediately went to look at the page source and peeked at the code. The tag has the ability to switch to different versions of player based on what browser and support you have, but the simplicity of the whole thing is a welcome sight.

ff5-code

Click image for full preview

Of course of all that code, only the first three lines are necessary to render the player on Firefox 3.5. The rest of the code is for legacy purposes.

I tried to open the page on Chrome but only got the YouTube version of the video.

I took a new look at the specs of the video tag, and I have to say, working on a daily basis with video embedding and SWFObject will be a thing of the past. Best of all, the rendered player is fully JavaScript aware, so you can tie events that happen on the player to whatever you need to trigger based on those events. I don’t know how much you can style the player, but I can certainly see a big threat to Flash’s ubiquity on the video player front. If I knew all ExpoTV‘s users supported the video tag, I would switch without a beat, and say goodbye to the technically complex code of our ActionScript player.

On a side note, when I tried to add the <video> tag on my WordPress editor, it kept disappearing upon save. Looks like TinyMCE doesn’t support it and erases it after its HTML cleaning routine.

I’ve included the YouTube video below. Hopefully, sometime soon, I’ll just use a video tag.

{ 11 comments }

YouTube Flipflops Users, Limiting Video Duration Again

February 11, 2009
Thumbnail image for YouTube Flipflops Users, Limiting Video Duration Again

Is YouTube playing a prank on its users? Or did someone in their technical department just screw up and they finally realized it?

Later last month I posted an article about YouTube finally relaxing the 10 minute video limit, which I found was a stupid rule, based on the fact that as long as the size of the video is under 1 Gig, there’s no real infrastructure overhead related to the duration of the video.

Read the full article →

YouTube’s Video Quality is Noticeably Better Than Viddler’s

January 29, 2009

With YouTube’s time limit gone, I was now thinking about what other factors could influence me on sharing my personal videos with family and friends using Google’s service.

Quality sealed the deal.

Read the full article →

YouTube Removes Time Limit on Videos

January 23, 2009

I was having a great vacation in Ecuador and thanks to my new USB digital camera, I was capturing great moments that I wanted to share with my family and friends on a daily basis.

It seems an easy task with all the tools and services we have nowadays: YouTube, Facebook and all the other social sites.

I was up for a rude awakening.

Read the full article →