Visit the FlashNewz Directory

Software
Download, Desktop...

Communities
Communicate, Help...

Forums
search, learn...

Animation
Animate, Frames...

Resources
books, help...

Tools
add ons, extra's...

Tutorials
books, help...

News
Technology, Business...

Submit your site for FREE

Archive for the ‘ActionScript’ Category

ActionScript 3.0: NOT Hard to Learn

Friday, January 4th, 2008

O’Reilly Digital Media just released an article from Colin Moock titled “ActionScript 3.0: Is It Hard or Not?“.

Here is a warning: This article is best suited for ActionScript Beginners.

I regularly hear people claim, incorrectly, that to use ActionScript 3.0, you have to know object-oriented programming, or every variable’s datatype must be declared, or everything has to be in packages and classes. In practice, none of those assertions are true. ActionScript 3.0 code can be placed on timelines, exactly as it was in ActionScript 2.0 and ActionScript 1.0. The code doesn’t have to reside in classes. Variable datatypes don’t have to be declared, even in the strict compilation mode. The language is designed to provide as much or as little structure and flexibility as the task at hand requires. If you prefer to program procedurally with functions and variables declared in frame scripts, you can continue to do so in ActionScript 3.0.

(more…)

Web Video Goes Wild

Wednesday, October 3rd, 2007

Adobe will not allow third party streaming servers to stream H.264 video or AAC Audio into the Flash Player?

(more…)

Review: Actionscript Cookbook 3.0

Wednesday, October 3rd, 2007

I remember starting off beta testing huge bunch of ActionScript codes from Joey Lott which was supposed to be for the ActionScript 2.0 CookBook.

(more…)