views:

49

answers:

3

Are there any plugins for Flash CS3 (or greater) that expand Flash's ability. Actually, i'm sure there are, where can I find them?

EDIT:

Preferably free and from places besides Adobe. (Not that Adobe's bad, but I want variety.)

EDIT2:

I amreferring to extesions, not components, although references to free component's are also helpful.

A: 

There aren't flash plugins per se (that I know about). Although Flash and Photoshop are merging functionality with each new generation of the CS suite (after the corporate merger of macromedia and Adobe). The flash IDE doesn't currently use "plugins" . If you use FLEX or Air SDK/builder there are tons of sample applications that extend the flash player libraries.

fergNab
What CS are you working with? last I checked there were plugins but I;m looking for non-adobe hosted stuff.
Moshe
A: 

what you are probably thinking of are components, and they are available pretty much anywhere and everywhere. you dump the SWC file into your flash directory (depending on your version) and they appear in the componants tab. They tend to be pretty specialised or company related (eg. Google analytics/maps etc) so your best way is to search by need. Very few I know of come free.

shortstick
I meant "mxp" plugings, or extensions - not SWC. Thanks though.
Moshe
+1  A: 

Do you mean Flash Extensions ?

If so here are a few resources(mostly on animation):

  1. Adobe Flash Exchange
  2. Dave Logan's extensions
  3. ToonMonkey extensions
  4. Animonger extensions
  5. Great and up to date extensions from AjarProductions.

If you need something that will declare stage instances, I wrote a tiny extension for that.

What functionality do you need ?

George Profenza
What does your extension do that Flash doesn't? I'm slightly confused.
Moshe
Flash declares stage instances by default, but when you want to link a class you write to an Actionscript symbol(instead of using the generated empty class from Flash and you have no access to), you will need to manually declare the instances you are going to use in that class. My extension makes it slightly easier, as it writes some of that code for you.
George Profenza