Retrieve videos feeds from the YoutubeData API with the AS3 YoutubeData Library

I found some library to deal with the youtube API but all of them use a remoting service like amfphp. I didn't want to use a remoting service. I just needed a simple way to retrieve video feeds. So I create a library wich use the JSON-C format. (http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_jsonc.html).

This allows you to quickly retrieved search results and information about each video using only actionscript.

How To ?

Download

Docs

online documentations

I will add support for more API query's propeties later so stay tuned ! follow me on twitter : dipigraph

comments (0)
| More

Away3D #02 VideoMaterial

online demo

comments (2)
| More

Playing with Molehill and Away3D Broomstick

I had finally a moment monday to try the new molehill API using Away3D 4.0 Broomstick.

The scene has 256 cubes, a "pointLight" and a simple colorMaterial on each cube. By clicking on the page you launch a tween. You can download the project source if you want.

You can test it here : http://dipi-graphics.com/as3/molehill/01/demo3D.html
You must have the flash player 11 incubator installed.

comments (0)
| More