Todd Dominey comments on some of the new features in the Flash 7 player by posting a series of links which specify the new Objects and Methods and some early …
OOP in ActionScript and Flash
Joey Lott, the author of ActionScript Cookbook has written a first part series article in Web Dev on Object-oriented programming (OOP) in ActionScript for Flash MX. The article is an …
Undocumented Flash MX features
Cafedave posts a great link to some Flash MX undocumented features. In particular, undocumented ActionScript such as NetStream which helps further control the use of MICs and CAMERAs in Flash …
Detecting if a file exits in ActionScript
A useful tutorial by Guy Watson from Flash Guru on “Detecting if an include file exists”. http://www.flashguru.co.uk/000310.php [js] fileExists=new LoadVars(); fileExits._parent=this; fileExists.onLoad=function(success) { //success is true if the file exists, …
The ActionScript Toolbox
The ActionScript Toolbox website is a useful resource of sample files in Flash MX. It was created by Helen Triolo for the Corcoran College of Art and Design in Washington …
Robert Penners easing functions
An example of Robert Penners easing functions for Flash MX. These equations are useful for slowing or accelerating objects using ActionScript. They are an taken from Robert’s “Programming Macromedia Flash …
Coding kinetics & elasticity with ActionScript
‘Nooflat’ is sharing some nice examples of ActionScript and Flash using kinetics, elasticity, etc, & JavaScript www.nooflat.nu
Embedding text in Macromedia Flash using XML & ActionScript
These two websites are using XML and ActionScript to embed Blogger text content in Macromedia Flash 5. 1. dis.tor.tion 2. WickedIntellect