Just created this open source video player styled like hulu. It’s adapted and rewritten code from: http://chrisbrimelow.com/blog/?p=15 . Some of the changes I made were pretty basic including separating the ui from some of the nitty gritty stuff that drives the video. There’s also file streaming capabilities built into the player.
To take advantage of streaming video, I’m running nginx with flv-streaming-module compiled into my install. Seems to work pretty well and handles tons of connections simultaneously.
Source code on github for this video project is located here: http://github.com/elguapo1611/opthumb-videoplayer/tree/master
You must be logged in to post a comment.
Hey Jonathan.
I have been goofing around with Chris’ HULU player for about 8 hors straight, and I just can’t figure something out. I thought I would contact you, since I am about to pull all of my hair out.
All I need it to do is loop back to the beginning after the video is complete. I am at a stand-still!
Can you PLEASE help me out? I know how annoying it can be for people to ask for help, but I would really apprciate it.
I suppose I am on the wrong path, but this isn’t working:
import flash.events.Event;
video_mc.attachNetStream.addEventListener(Event.COMPLETE, onVideoDone);
function onVideoDone(evt:Event):void {
bigPlay_mc.gotoAndStop("play");
}
So can you help a brother out? Much thanks,
jim