Flash
From WikiLinks
[edit] CSS in Flash
[edit] Embedding Flash
- Flash Satay, embedding flash while supporting standards (A list apart)
- Unobtrusive Flash Objects by Bobby Vandersluis. Drawback: doesn't work in Safari 1.x
- Embedding Flash without <embed>
- SWFobject uses javascript.
- Joe Clark's list of Flash embedding methods
[edit] Flash Books
Colin Moock is one of the best technical writers I have ever read. His books are a pleasure to read, and are relatively easy to follow. You come away from reading them with an in-depth knowledge on ActionScript. If you want to learn ActionScript, these are the books to get.
- ActionScript: The Definitive Guide by Colin Moock, on O'Reilly
- ActionScript for Flash MX: The Definitive Guide by Colin Moock on O'Reilly
- Essential ActionScript 2.0 by Colin Moock, on O'Reilly
Joey Lott has written a Flash ActionScript book in the O'Reilly Cookbook series: ActionScript Cookbook. It has loads of useful bits of code, and explains writing re-usable code. Joey uses a library of functions, classes and extensions of built-in classes, and explains these to you. His code is sometimes a little heavy-weight for my purposes, but is certainly a fantastic first place to look if you're not sure where to begin or how best to tackle a problem. Highly recommended.
