Some things for component developers in Flash 2004

Some of the little things that will make life easier for component developers in Flash 2004

  • Auto Live-Preview: As long as your component knows how to redraw itself, converting a component to an swc will give it a live preview automatically.
  • Meta tags: Using special Meta-tags in your class file of your component, Flash can automatically pick up the parameters rather than you needing to specify it in the component inspector (example: [Inspectable(name="Title Position",enumeration="top,bottom",defaultValue="top")])
  • Easy event dispatching: The component framework has built-in support for broadcasting events. All that you would have to do to is “dispatchEvent({type:”click”});” and the rest is taken care of for you. No more AsBroadcaster.initialize(this)

I’ll try to post some more when i get the chance.

Macromedia announces Flash MX 2004!

Macromedia announced Flash MX 2004, its latest upgrade to their Flash development environment. With this release Macromedia has also announced Flash MX Professional 2004, a version of Flash specifically targeted towards professional.

Rather than re-hash everything you are going to see out today about the new product, I will highlight a few of the new additions…
Continue reading