Add some color to your Standard FLV -Playback Component!
Do you know these nice flat-screen tvs with the cool ambient color effect? Why don’t you use this for your standard FLV -Playback Component. Just copy the VideoAmbienceEffect.as to your project, add 3 lines of code – READY !
Features:
- Uses the standard Flash FLV Playback Component
- Pure AS3 Code – lightweight and ultrafast
- Very easy to add, no hard coding required
- Many optional settings possible:
- Ambience Width
- Ambience Quality
- Ambience BlendMode
- Ambience Alpha
- Ambience Refresh Rate
- Ambience ColorMatrix
- etc….thats all a “can”, no “must”
Simple example for usage:
var vb:VideoAmbienceEffect = new VideoAmbienceEffect();<br />vb.registerVideoPlayer(nameOfFlvPlayerComponent, this);<br />vb.init();
Last but not least – the really fantastic demo trailers are (of course) not included – you can find them here:
Demotrailer No. 1 (Fashion Promo 3) by Alex Zlatev:
http://videohive.net/user/AlexZlatev/portfolio
Demotrailer No. 2 (X-Trailer) by AlexZlatev:
http://videohive.net/user/AlexZlatev/portfolio
Demotrailer No. 3 (Movie Intro) by Djordje:
http://videohive.net/user/dorde/portfolio
Thanks to Alex and Djordje for their permission!
Like always: Have Fun!
P.S.: Your even can use the effect on Standard-MovieClips (its not commented, but integrated in the SourceCode )…