josef.van.niekerk
josef.van.niekerk

Reputation: 12121

Wanted - better Flash Professional tools

Can anyone recommend a plugin/extension for Flash Professional that can improve debugging features for Flash Professional. Currently, I'm using FlashDevelop to assist with coding tasks, but breakpoints etc. don't yet work well with FLA based projects.

Thanks!

Upvotes: 0

Views: 95

Answers (1)

Branden Hall
Branden Hall

Reputation: 4468

Well, one possibility is to do the majority of your development with FlashDevelop, FDT or FlexBuilder (soon to be called FlashBuilder) and have your output be a SWC. Flash CS4 can now compile in SWCs - it's in the publish settings under ActionScript settings.

We build the majority of our Flash projects in this manner or sort of in reverse where we build the assets in Flash Professional, output a SWC of the graphics and use that SWC in a better development environment (we prefer FDT).

Upvotes: 1

Related Questions