background preloader

Youtube

Facebook Twitter

Dogs

Ffmpeg-php. YouTube ActionScript 2.0 Player API Reference - YouTube APIs and Tools - Google Code. Sample Code: Using the API with AS3 - YouTube APIs and Tools Discussion. YouTube ActionScript 2.0 API: Abdul Qabiz's Blog - India. I had small requirement of YouTube API in one of my personal ActionScript 2.0 project, I couldn’t find any ActionScript 2.0 version of YouTube API.

YouTube ActionScript 2.0 API: Abdul Qabiz's Blog - India

I wrote it couple of hours. You can look at source code and example (app I made to test it, quick and dirty) and you can download it with example files. You would notice, to construct FLV URL, I am doing client side parsing of YouTube html page to find out “t” param. This doesn’t work in Internet Explorer 6.0 (IE 6) because of a bug where IE 6.0 doesn’t uncompress gzipped page if requested through LoadVars? In production mode, I would prefer server-side proxy to find out “t” param because it’s optimized: