Posts

Showing posts from February, 2010

Flash FLVPlayer in ActionScript 3.0

Actionscript 3.0 , oh my god am scared of it . Whenever i know about actionscript 3.0 am confused with it.I have exposure only in AS 2.0 . I searched google for a year and could not get rid of this fear. I read several books but none help me to understand the AS 2.0 . I have a good exposure in JAVA . But the thing is i can't differentiate OOPs with timeline based one. Then i got this book. Learning ActionScript 3.0 by Rich Shupe and Zevan Rosser It's wonderful and awesome . When started reading this book my curiosity cross the limits and started to experiment with AS 3.0. As my main area is video , i experiment it with a flv player . It may have problems and ubiquitous as it is my first experiment with AS 3.0. Anyway am sharing my source code and expecting some comments over it. Requirements 1. Flash CS4 http://www.adobe.com/products/flash/ 2. Learning ActionScript 3.0 http://www.learningactionscript3.com/

Dynamic XML/PHP driven rotating scroller using Tweenlite

Oh My god , i had a blog here. I really forgot about this. :( Now it's time to update my blog with a new thing . It's not so good one. Just tried to develop one simple scroller with rotating thumbs. You can change it to a XML/PHP driven scroller. Till now am using Adobe default tween and Tweener class . Then i found another famous one , Tweenlite .It's fast and reliable for me. I never tried it. So decide to try it and develpoed a simple scroller. You can have the source here . Requirements 1. Flash CS4 http://www.adobe.com/products/flash/ 2. TweenLite AS2.0 http://blog.greensock.com/tweenlite/ It's just another example . You can change to dynamic one by XML or PHP.