
Chris Brimelow have released the source code of his awesome Flash Player. You can now customize or improve this great “Hulu kind” FLV player.
Tags: Actionscript 3, Adobe, AS3, code, download, Files, Flash, flv, hulu, Resources, Source, Video, video player
ShareThis
June 2nd, 2008 at 4:26 pm
This flash player (AS3) – is not working in internet explorer.
please have a replay
November 18th, 2008 at 4:01 pm
Thanks for your great job
When I try to import in Flash CS3, I have 2 problems :
Impossible to import carina Transitions ( first Line)
Tweenet function not found –> 1120: Accès à la propriété non définie Tweener (line 83 and line 88).
Can you tell me please how I can fix these ?
November 19th, 2008 at 3:53 am
You can download the tweener library here and included in the class path.
http://code.google.com/p/tweener/
November 20th, 2008 at 5:42 pm
Thanks for your great work,
but you forgot to initialize the volPercent. This cause problems with the mute function.
var volPercent:Number = 1;
Dirk