Flash Macro - Organizing Library using JSFL Adobe Flash / Utilities
In this tutorial we will write a jsfl file, which will convert the library into a well-organized library. Usually the designers/developers tend to ignore Library of the FLA file and end up cluttering it linearly with no folder structure.
Changing Colors inside Symbols Adobe Flash / Animation
Changing the colors inside a symbol isn't hard to do if you know how to do it! Whether you want to customize the colors of a Character Pack, or change the colors of a hand pose to match the character you are animating with, this video tutorial demonstrates how easy it can be! Watch for Ryan's tip on quickly selecting the colors you need to change.
Makin' a RPG: Part 1 - Your character Adobe Flash / Games
When you need a game, you need a character! Learn how to script you character to move and animate when a key is down! Real easy to do! Just follow the steps!
How to put video on your website? Adobe Flash / Web Designing
FLV (Flash Video) is a proprietary file format used to deliver video over the Internet via Adobe Flash Player (formerly known as Macromedia Flash Player) version 6, 7, 8, or 9. Recently a number of notable Websites, such as Youtube, Google video and Reuters, use FLV format.If you don't want your video to be watermarked by Youtube or other video hosting website, you should convert your video yourself, and host the converted FLV video yourself.
BitmapData.loadBitmap Gone in Actionscript 3 Adobe Flash / ActionScript
When playing with the BitmapData API in Flash 8, it was often necessary to work with an image embedded in the library. To achieve this you could assign a 'Linkage Identifier' to the image in the library and then use BitmapData.loadBitmap to retrieve a BitmapData instance pre-populated with the specified image from the library.
BitmapData.loadBitmap gone in Actionscript 3 Adobe Flash / ActionScript
When playing with the BitmapData API in Flash 8, it was often necessary to work with an image embedded in the library. To achieve this you could assign a 'Linkage Identifier' to the image in the library and then use BitmapData.loadBitmap to retrieve a BitmapData instance pre-populated with the specified image from the library.
Using Flash for video animation Adobe Flash / Animation
How to export Flash animations into a video format such as Windows AVI or Quicktime, and using it in a home video production. For advanced users, how to superimpose animation over video background sources using chromakeying.
How to use an external .swf as a library Adobe Flash / Tips and Tricks
I'm sure you already know that if you load an external .swf into your movie, you can then use actionscript in the main movie to attach movie clips in that movie's library IN THE LOADED LAYER ONLY.For instance, if I had a .swf called "myswf.swf" and it had a movie clip in it's library exported for actionscript and labeled "myMovie":
Flash to video - the Hard Way Adobe Flash / Tips and Tricks
Ever tried making video for television from Flash anim? I trieed, it's on the air. But I'd rather do it in an other way, with some video editor and stuff like that. But if you'd like to try it, or have no other way here's the harder way to do it. Mainly for maniacs. As I'm not a big guru some might know easier ways but until then...
Video Delivery Options Adobe Flash / Getting Started
When we talk about delivering Flash Video, two options step into our mind: Embedded video and use ActionScript to playback external FLV file. Here I tell you the difference between them and help you choose one to match your needs.
Preloading Shared Libraries Adobe Flash / Tips and Tricks
Do you know for sure your shared library is downloaded in time? Ever had problems displaying stuff due to shared libraries not being there? Want to use a shared library larger than 300k? Check this tutorial and see what you can do about it.
Integrating Video in a Flash Movie Adobe Flash / Video
Want to integrate video in your Flash movie? You have two choices. You can embed the video in your Flash document, or keep progressively download it into a SWF file using from a FLV (Flash Video) file. In this tutorial you'll learn to use the Media Playback Component to display a FLV file in a Flash movie.