ReviewTube: YouTube/Flex mashup adds your captions to videos
October 13, 2006 on 1:01 pm | In Flex, Programming |ReviewTube is a Flex 2 application that allows users to create time-based subtitles for any YouTube video, a la closed captioning. These captions become publicly accessible, and visitors to the site can browse the set of videos with captions. Think of it as a “subtitle graffiti wall” for YouTube!
I wrote ReviewTube partly because I think it’s a fun and potentially useful idea, but also as a sample application illustrating design patterns covered in my MAX 2006 presentation on Flex Best Practices, with a subject that’s squarely in the Web 2.0 realm and which leverages a lot of the strengths of the Flex/Flash platform. I’ll be posting the full source code for the client here around the time of that presentation, in late October.
(The server side of ReviewTube is written in Ruby on Rails. It’s something of a parenthesis to the rest of the project. I had very little time available, and I chose Rails because I wanted to check it out and see if it was as productive an environment as I’d heard. I got the server app written and running in about 4 hours, and have spent maybe another 4 hours total on the server, so I’d have to say the answer is a resounding “yes”. I’m not ready to endorse Rails as a platform for full-blown production systems, but it certainly is great for hacking a database/XML web app in no time flat.)
4 Comments »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Entries and comments feeds.
Valid XHTML and CSS.
All content copyright (c) 2006-2007 Joseph Berkovitz. All Rights Reserved.
Nice, always fun to harness the power of Flex and the web. Take a look at Jumpcut.com for some ideas in the Video mashup area.
Comment by Renaun Erickson — October 13, 2006 #
Yup, Jumpcut is very nice! There are certainly some exciting tools out there for working with media. Jumpcut seems aimed more at video authoring, not so much about messy free-for-all commentary.
Confession: I have yet to shoot even one millisecond of digital video myself.
Comment by joe — October 13, 2006 #
http://www.overstream.net has a similar idea, but subtitles are more organically integrated into the video…
Comment by DEBEDb — December 13, 2006 #
Joe, how about turning this into a tutorial including the ROR server side? I am both learning Flex and ROR at the same time and this would make a great step-by-step tut.
Jason
Comment by jason — December 27, 2006 #