Flash, Flash Catalyst or Flash Builder ? ? ?

Hello all...
We would like to start creating RIA using Flash, focusing more-so on the side of enterprise level web applications rather than simple Flash animations.  I need to start getting my design/development group here up to speed on Flash, but cannot make heads or tails of the software to focus on from Adobe.  Can someone help in this guidance?
Flash Professional CS5, Flash Catalyst CS5 or Flash Builder 4?  Please help me weigh the differences.
Anyone?
Regards,
Froog

kglad,
Thanks so much for your time and response.
So, you're saying that the Flash Professional environment offers what Catalyst and Builder offer, and more?  Basically, the Flash Professional IDE is the standard and the other IDEs are variations of the standard?
Again, thanks for your time and effort.
Froog

Similar Messages

  • Using Flash Catalyst to create components in Flash Builder

    Hi,
    Apologies if this is a obvious question, but I wanted to solve the one way catalyst --> flash builder nightmare (there is no better word in my opinion) and create a number of basic components in catalyst (rather than an entire site), import them into flash builder and use them as components that I can extend, thus hopefully avoiding the need to affect the fxp file and prohibiting the catalyst updates. It also means I can have multiple people working on components in catalyst and assemble them into one app in Flash builder.
    My questions are:-
    1. Does what I'm proposing make sense?
    2. Is it possible to create SWC files from a project imported from an fxp file (generated in catalyst)?
    Many thanks for all of you who take the time to indulge a newbie like me :-)
    Kind Regards
    Jace

    Don't worry about the UI components development since there is a poweful GUI library that works
    for the J2ME PP. This is LwVCL that is available here: www.lwvcl.com
    See the www.lwvcl.com/online-demo.php demo applet to understand what the components set looks like.

  • Using Flash Catalyst Custom Component in Flash Builder

    I created a custom component in  Flash Catalyst that is intended to be used in the way that one would use  a BorderContainer in Flex/Flash Builder. Can anyone advise me how I  might go about doing this?
    many thanks,
    Mark

    And also there's a lot of new content to help every one started at http://www.adobe.com/devnet
    If you're a CF/Flex developer you're gonna enjoy the new content here too
    http://www.adobe.com/devnet/flex/flex_cf.html?devcon=f3

  • Flash Builder Design Preview Not Working With Catalyst Objects On Stage

    Hi there,
    I'm working with a flash catalyst component from a flex project library, and it will not preview in desing mode. Anyone ever run into this? It seems that it may be a memory issue as the custom components themselves will preview, but now a bunch of custom components all displayed in a view.
    Any insight would be greatly appreciated! For now I'm back to guessing x & y coords...

    Going to answer my own thread here. This issue doesn't seem to be with Flash Builder, I think the issue lies in the browser not being able to register the button modes, namely Firefox 4. I've seen it happen in other browsers too, like Chrome, where the fix is to embed the swf as param.wmode = "window". Hope this helps someone out.

  • Squiggly Flash Builder Error in Flash Catalyst Generated FXP File

    Flash Builder generates the following error message in a Flash Catalyst Generated project with PHP as the server when the Squiggly AdobeSpelling.swc is included in the LIBS folder: "Unable to load AdobeSpelling.swc in design mode" with the result that fds.swc, fiber.swc and serializers.swc do not load in design mode. Squiggly functionality consequently does not work. Any one else with a similar experience with a work around?

    Thanks for your report.  We are investigating and will get back to you.
    Thanks.

  • Round trip between Flash Builder and Catalyst?

    Is it, or will it, be possible to go back to Flash Catalyst once a project as been brought into Flash Builder?
    I have imported the .fxp project into Flash Builder, made some code changes, then exported a .fxp project out again.  I want to be able to edit this in Catalyst so I can make design changes, but when I try to open the project Catalyst says it cannot be opened becuase it has been edited outside of the application.  Is there something I am missing or has this simply not been implemented yet?
    It would be a shame to not be able to "round trip" from Catalyst to Builder.
    Thanks for your time and the product looks very exciting.

    Hi Watern,
    For the first version of Catalyst, we're focusing on the one-way workflow from Catalyst to Builder (start in Catalyst, finish in Builder). We realize this is a big limitation and hope to address soon after the first release.
    There are a number of partial solutions for this problem, which you can find by searching around the forum. Most of them involve dividing the work between Catalyst and Flash Builder as cleanly as possible, which is surprisingly easy to do given the new skinning architecture. Here's an excerpt from a post I wrote that seems to have been lost:
    "If you are iterating between Catalyst and Builder on a custom component, you may find it is worth splitting the custom component out in that fashion. I'm planning to write an article explaining this, but here's a preview:
      In Builder, create a new subclass of SkinnableComponent. Put the component logic in there.
      If you need to add visual logic like "now move the konfabulator 10px to the left", you should make konfabulator a skin part, using the metadata (see Scrollbar.as, in the Flex 4 SDK, for an example).
      If your component has states, declare them with the metadata.
      In Catalyst, make sure that your custom component has those parts and states.
      Then import the custom component into Builder.
      In the MXML file for the custom component, change the root tag <Group> to <Skin>. It's now a skin (not a custom component).
      In the MXML file for the skin, add the [HostComponent("com.me.MyComponent")] metadata (see HScrollbarSkin.mxml, in the Flex 4 SDK, for an example).
      Wherever you are creating the instance, change the code <MyComponent/> to <MySkinnableComponent skinClass="MyComponent"/>. Now you're creating an instance of your skinnable component and assigning it the skin created in Catalyst.
    Done! If you make more changes in Catalyst, you'll have to repeat steps 5-7 again (for now!)."
    -Adam

  • Flash catalyst 5 file opened in flash builder gives "Error #2032"

    Hi there,
    As the title suggests I created a file in Flash catalyst 5 and to give it resizeability I edited it in flash builder to add preinitialize="systemManager.stage.scaleMode='showAll'" in main.xhtml as I found suggested in the forums.
    The problem is when I try to load this in my web browser I get the #2032 error and nothing happens.
    Does anybody more knowledgeable than me have any ideas as to why I might be getting this error?
    Best regards,
    Gareth

    I'll give you the short answer, Flash Catalyst is built on top of the Flex Framework and it's libraries. When you launch or load a FC swf, it will contact the Adobe servers to check the status of various libraries. Since you are loading this into a standard Flash Professional created swf, you are by passing some of the fallbacks that exist.
    If the movieClip that you are creating is just a filler image, and you are just centering the FC swf, then I also recommend using CSS to display the filler and some HTML/CSS to center the content.
    Hope this helps a little.
    If you did the loading of the FC swf from a Flash Builder based project, you should not have the issue, since it is a Flex based SWF, the framework checks are already handled for you.
    Chris

  • How to put ActionScript into Catalyst project via Flash Builder?

    I don't know if this is the wrong place to put this, but I need to add some ActionScript into my Catalyst project... from what I understand, it can only be done via Flash Builder. Am I right? How?

    Hi Alex,
    To edit the code of a Flash Catalyst project, you can import it into Flash Builder as follows:
    File > Import > Flash Builder Project
    Select the FXP file from Catalyst
    Make sure "Import new copy of project" is selected, then hit Finish
    I'm not sure where you got the ActionScript code that you're planning to use, but it may be difficult to integrate into your project if it's not designed for use with Flex (a lot of AS code snippets you'll find online are just for general use in Flash, not tailored for Flex applications).  But you'll probably want to do something like this:
    Locate the image you want to make random.  If you're having trouble doing this, switch the view to Design mode, select the image with the mouse, and then switch back to Code mode to see the corresponding code highlighted.
    If there's no id attribute set on the image, add one (so you can refer to it in code later).
    If the tag is s:BitmapImage, change it to mx:Image (this is needed to make the contents dynamic)
    If the root s:Application tag doesn't have a creationComplete handler, add one (type it partway, then hit Ctrl+Space, then choose "Generate Handler").
    In the handler, add your code to randomly select an image filename.
    Then set <your image's id>.source = <filename>
    Hope that helps!
    - Peter

  • Flash Builder + Flash Catalyst = what for Flash?

    Does the combination of Catalyst with Builder cannibalize Flash?

    Hello. I am on the other end of the spectrum, vast knowledge in coding but very poor UI skills. My background is almost exclusively Microsoft making it a bit more challenging. Being brand new to Flash Builder but having used Flash 8 a bit I have learned that they really upped the coding knowledge requirements. For example on the button click event  one just gets a click event listener as opposed to a code wizard from flash that normally will do the work.
    I've taught remedial programming at a business college in the past and if I had any advice it would be to commit yourself to learning some beginner coding.
    For this particular product I would focus on strings, objects, events and methods. I have found some free Flash Builder ebooks searching google books or other online free ebook sites. Most of the non-google sites will allow you to download a complete PDF file.  There is much more Flexbuilder 3 content out there than Flash Builder but Flexbuilder 3 is very similar and will help.
    At the end of the day, most of today's RIA tools (Flash Builder, Silverlight etc) are going to require both knowledge in design and coding.

  • Flash Catalyst to Flash Builder Help

    I am recreating a photo album in Flash Catalyst CS5 so that you can click and enlarge pictures on each page. I have buttons on each page to navigate from page to page. I used flash catalyst becasue it seemd simple enough to do this. I am a photogapher and not really up to CODE on actionscript. This will not be on a website, it is intended to run on a local machine in a flash viewer. The problem is that Flash catalyst does not appear to have the ability to create a button that loads a new swf file. Each page I create in Catalyst is its own swif file. So I have a button on each page that the user will click to go to the next page of the album (a new swf file). I have the pages created and working awesome EXCEPT for the button to navigate to another page or load a new swf filis not working. I opened up the project in Flash Builder CS5 to try and ad some code that I found online at various flash help sites but nothing is working. I am in need of some help with this. The album consists of about 50 pages (50 swf files) Any ideas are much appreciated !
    Thanks !
    Tom

    Tom-
    My first piece of advice would be to actually do this using HTML/CSS/JS (jQuery). There are some incredible plugins for jQuery that will give you some great results. With that said....
    Have you looked at http://chrisgriffith.wordpress.com/2010/12/20/creating-lightbox-galleries-with-flash-catal yst/ ? It might be easier that what you are trying to do. However, with 50 images you are going to run into the 20 state limit. Meaning you are going to have to nest assets. Without seeing the design, it is hard to advice how you should cluster your images.
    Chris

  • Flash Builder/Catalyst Integration

    I have been tasked with integrating a Flash Catalyst routine with the shopping cart on our website.  Being totally new to Flash Builder, I need a little help getting started with this.  Here's the dilema:  The catalyst file has 15 states and two text entry boxes, as well as a submit button.  What I am looking for is when you press the submit button, it sends the name of the current state, as well as the contents of the text fields to another page.  Probably a simple thing for most people, but I am VERY new to the programming language.  Any advice will be helpful.
    Thanks

    iMacs are great machines. The Adobe CS suite will work on any new or older iMac.  iMacs have great video cards as well. I would suggest that once you buy the iMac, add more memory. Buying it directly from Apple is quite expensive but places like Other World Computing sell excellent memory at great prices. I don't work for them, but I am a long time customer. I love my iMac. The screen is just fabulous.

  • How to work with multiple catalyst components in Flash Builder?

    Hey There,
    Can I create multiple components and merge them together? For example, I want to create a list control state, and bring it into my existing Flash Builder project. Then down the road, do something similiar... How would I go about that, and what files are essential fromt he catalyst project.. (assets, components, main.css, privateData..
    Thanks in advance!

    Yes, you can :-)
    You can export the components from different Flash Catalyst projects as fxpl files and then import them into Flash Builder. In Flash Catalyst, right-click in the Library panel and you will see the export command to save the current project's components into an fxpl file.
    A great article on Flash Builder/Flash Catalyst workflows is here:
    http://www.adobe.com/devnet/flashcatalyst/articles/flashbuilder_flashcatalyst_workflows.ht ml
    Ty

  • Flash Catalyst, Flash Builder and Adobe Air....Issues...

    My problem is simple.
    I have a flash catalyst project I importedc it into flash builder - whats the issue? its a web app. I need it as a air app. I don't know how to change it from a web app to an air app.
    Also:
    If I publish the "demo" version in Flash cat as a air app and install it, I have to resize the window? even when I set the bounds to be 800x600 it shows up on the desktop as either half that or sligtly larger. even running the swf - publishing for both web and air for testing - i have to resize the swf (unless its embeded on a page). why is this happening?
    Tha main purpose here is to change the imported flas cat proj into a air app in flash builder so i can change the default chrome.
    Thanks.

    I finally find what the problem was. It has nothing to do with either the server, neither Flash Player or Adobe Air.
    The problem came from mstc window (remote desktop software). By default it was set to display 16bit colors. I might have changed it sometime to 15bit.
    By setting it to 16bit, it solved the problem.

  • How to connect my app interface with the code in flash builder?

    I'm a beginner and learning my way around actionscript,mxml and flash builder.So this may seem foolish but please bear with me,I'm creating a very simple ios app using flash builder,I have created a simple app interface (A background and a custom navigation bar)using photoshop for my app,now the question is how do i import it into flash builder so that i can connect it with the code i have written? or is there another simpler way to create a app interface using other products like fireworks or catalyst?
    In short, I want to know how is an app interface created(wt software) and how is it connected with its code using flash builder.Any help would be greatly appreciated, and tutorials would be swell
    Thanks!

    Can you use stage.width or stage.stageWidth?

  • How to create a contact-formular in flash builder 4?

    Hello!
    Is there any way to create a contact-formular in flash builder 4?
    Only three text-boxes (name, email, message) and the "send" button!
    I build my page in flash catalyst and export it as an fxp file to flash builder!
    What comes next? Please help me!
    Greetings

    You understood correctly:
    - I removed all Build Path > Source Paths
    - I moved those paths over to Library Paths > Source attachment
    I took inspiration by how the Flex SDK is added to the project. Flex and flex related frameworks (e.g. datavisualization lib)  also specify a Source Attachment under Lib Path. If I remove the source attachment I am not able to drill down into Flex code when I want to by Command-clicking on a class name (or hitting F3).
    All my SWC are open source. BTW some of the source paths I was using were the path to the Flex code and to datavisualtization lib, which I think are the biggest library I am linking against. So maybe to recreate, just add those 2 libraries and make sure to add the source path AND source attachment.
    I am using RSLs for every library if that matters.
    I don't understand why specifying a Source Attachment would cause any issues...  the swc is in sync with the source specified in its source attachment.

Maybe you are looking for

  • How to configure an Alert message if communicationChannel(JMS) stops

    All, Is there a way how to configure an alert when the communication channel stops. <b>Scenario:</b> In the path Runtime workbench->Component Monitoring->Adapter Engine->Communication Channel monitoring, if we see that a communication channel has sto

  • Washing ipod shuffle

    I washed my ipod shuffle with the laundry; being thorough it also was dried in the dryer. Now it doesn't play, Altho not a waterproof ipod, I read they can live through being washed. Did I kill it, or do I need to re-load tunes? Thank you

  • APD not loading correct data...

    Hi, I am using APD to load the data of a query to an ODS. In the ODS I added one more key figure that holds the total sum of the same key figure in the infocube which my query belongs to. for this aim, I added a field with a formula using SUMGT. when

  • Design mode??

    Hey, I am new to dreamweaver, my college uses macromedia 8 >< and i have CS4 at home... but my next webdesign homework has to do with creating tables and cells in Design Mode (where you pretty much create a table or a cell as if you were drawing a re

  • I can't purchase from store as drp down box asking for my password keeps reappearing. Password is not wrong.

    I can't purchase from store as drp down box asking for my password keeps reappearing. Password is not wrong.