This year will be an awesome one for Flash video. I hope some clever developer will add some interactivity and community tools to this sort of viewing experience. Whoever said that Tv was dead was dead right. Hey, that gives me an idea...
Double click the video to go full screen. Nice job Fabio!
Check out this demo. Once the main content starts to play you can click inside the video and drag your mouse into the direction you want to view. Make sure you check out the snowboarders at about 1 minute in - and follow them as they go over the kicker.
There are more demos here.
Unfortunately I wasn't able to bring up any of the content which I presume is down to geographical restrictions. Hopefully viewers from the US could try the player and tell us about their experience by leaving a comment below.
Fortunately it is ot too difficult to add this piece of behaviour. The following code is applicable to an instance of the FLVPlayback component on stage (instance name 'player') not using a skin but using a custom UI seekbar component (instance name 'seekbar').
player.seekBar = seekb;
seekb.addEventListener( MouseEvent.MOUSE_DOWN, onclick);
seekb.useHandCursor = true;
seekb.buttonMode = true;
function onclick(e:MouseEvent):void
{
var seekto = ((this.mouseX-seekb.x)/seekb.width)*100;
trace(seekto);
player.playheadPercentage = seekto;
}
Give that a try and you should be able to click the seekbar to jump to any point in the video (provided you are streaming or - if using progressive download - the video has already loaded up to the part you are trying to seek to).
Viewing habits and TV consumption is rapidly changing and this announcement just underlines the obvious trend. I'm sure future generations will find it very strange indeed that programs used to start at set times. Of course the really cool thing about this announcement is the fact that Flash will once again play a key role, since the streams are likely to be streamed via the iPlayer or one of its live-streaming-baby-brothers. Personally, I'm determined to ride this wave... watch this space.
The full press release is here.
And the usual disclaimer for everyone not in the UK: sorry but you'll be GEOIP blocked when trying to access any of the BBC streams. Those fortunate enough to be in the UK must hold a valid TV license (yes, no kidding, even if you have no TV but watch on a laptop or mobile phone).
3d 3d Flash Actionscript actionscript 3 ActionScript 3.0 Adobe Adobe Air Adobe AIR (Apollo) Adobe Flash Adobe Flex AdobeMAX08 AIR AIR Adobe Integrated Runtime Announcements apollo as3 Asides awards BEA Beautiful Web Business Cairngorm ColdFusion Community Components Conferences design dev Development Events Examples Featured Flash Flash CS3 Flash experiments flash player Flex Flex 3 Flex Example FMS Fun Gallery General Google Jobs linux Marketing MAX MAX 2007 Misc News Open Source Other Papervision3D Personal photos Photoshop Process Processing RIA Singularity Stuff techmology Technology Thinking Loud Uncategorized Whatever