What are the differences between the Flash Professional and the Flash Builder?
Asked Answered
T

3

10

I couldn't find a comparation on the web, so, what's the difference between the Flash Professional and the Flash Builder?

--update

I saw in a video that I can edit some code in the Flash Professional. And I just saw coding in Flash Builder. So, my understand is that Flash Professional does what Flash Builder does, but not the oposite. Is it right?

Tonsillitis answered 30/7, 2010 at 15:0 Comment(0)
T
5
  • Flash Professional refers to the traditional Flash IDE that is a member of the Creative Suite family.

  • Flash Builder refers to the actionscript code editor built upon Eclipse (previously known as Flex Builder).

Tote answered 30/7, 2010 at 16:16 Comment(3)
Flash Professional doesn't "do" what Flash Builder "does" (or vice versa)... however, there is some minor crossover in that they are both tools that enable designers/developers to compile swf's. Check out this link for a description of all the different technologies associated with the Flash Platform: adobe.com/flashplatformTote
Another good explanation can be found here.Tonsillitis
I think this is the best explanation I have seen quora.com/…Inconvincible
S
3

Flash Builder: Flash Builder 4.7 software is a professional-grade development tool for rapidly creating games and applications for the web and mobile devices using ActionScript and the open source Flex framework. It includes support for intelligent coding, interactive step-though debugging, and multiplatform publishing workflows.

Flash Professional: Flash Professional is a timeline-based productivity tool for creating animated SWF and FLV content, used by creative professionals to add interactivity to websites. Flash Professional contains an ActionScript editor for basic ActionScript editing. However, for advanced ActionScript editing, most ActionScript developers use Flash Builder.

http://www.adobe.com/in/products/flash-builder/faq.html

Stuccowork answered 14/5, 2013 at 1:37 Comment(1)
Very awesome summarized answer in a nutshell.Tetryl
C
1

Flash Builder is better suited for user interface programming where the focus is creating, reading, updating, and deleting data. It provides you with layout and data access tools, and many more that would be extremely difficult (I'd like to say practically impossible) to achieve (and more importantly, maintain) in Flash Pro.

Flash Pro is more focused on creating and animating graphics. Your focus is the timeline, thus, what visually happens to each graphic object in which frame[s]. You create ActionScript code, most likely writing event handlers for frame events and any other visual-related manipulation.

Childe answered 1/12, 2012 at 4:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.