Jan 17 2010

How to use SWC

Category: FAQadmin @ 7:08 pm

What is SWC?

SWC is a file containing ActionScript source codes in a compiled status. The good thing about a SWC file is that it will help your projects compile faster because your compiler (flash CS4 for example) doesn’t have to compile everything from scratch any more.

In simple words, you use SWC files to access class packages instead of accessing the class .as files manually. This is how flash and flex source codes are orgenized also. There might be other good things about SWC also but that’s what I know about, feel free to let me know if there’s anything else :)

Continue reading “How to use SWC”

Tags: , , ,


Jan 17 2010

Bg Class

Category: Utilsadmin @ 4:32 am

It’s very hard to explain the features of this class! because it seems like a very basic small piece of class! but beleive me, it’s more than a simple background :) with this class, you can create your background effects like loading an external image (even an animated GIF file) and place it on the top left of your stage and then set the “repeat” parameter and your whole stage will be covered with that image! you don’t have to deal with external images always, you can use a simple color as the background and also maybe you wish to use a vista like glassy Aero effect!

CHECK OUT THE DEMO HERE

Continue reading “Bg Class”

Tags: , , , , , ,