Is Flex 1.5 worth it?

We are developing a flash media player, with Playlist.
Similar to what you see on MTV, ESPN etc.
We are required to use flash 8, but want to know if we should
use flex 1.5 or just got with a pure Action script solutuion.
Some of my questions are:
Do we need backend/server software to use flex 1.5
If so how much is it? (estimate)
Is flex 1.5 stable? Could we experience more issues with flex
than a pure action script solution?
Is there a clear migration path from 1.5 to flex 2.0 –
Do we need to scrap everything if we move to 2.0, or can we reuse
most of what we have in flex 1.5?

First a few definite answers:
Yes, you must have the Flex server (a J2EE application,
running in a servlet container).
The last I heard, the Flex server was $30,000 for a four cpu
license. I bet you could negotiate for less though.
Flex 1.5 is very stable
Now, some not-so-definite thoughts:
"Clear migration path"? How high is "up"? You would not have
to scrap anything from Flex 1.5, but the changes, particularly AS 2
to AS 3, are significant and migration is manual. Good AS coding
practice will ease the migration a lot.
If your in-house processes and talent are sufficient to do
the project in pure Flash, then I might suggest that route,
componentizing things as much as possible with an eye toward
leveraging the components in Flex 2 later on. A large part of
Flex's value lies in supporting enterprise level development
processes and methodologies, something that Flash development has
been considered to lack. If this value is not significant for you
then again, the Flash route might be best.
Tracy

Similar Messages

  • Apollo and Flex Builder?

    Hello,
    I am wondering what the difference is between AIR (Apollo)
    and Flex Builder 2/3. Also, is the Flex Builder application worth
    the money, or is it fine to just use the SDK (I have programmed
    with ActionScript, Python, and Java before, so I think I will
    understand it).
    Thanks,
    Dylan

    Both are same. I am simultaneously using them. For Flex 3.0 separate installations are coming but same license key.

  • Is there an emailing function I can use in Flex? Help this poor noob.

    My boss just gave me a Flex project that displays a database worth of data in the browser. After making a selection (a selection counts as picking any number of columns or rows), a user can right click on the table where the selection was made and click the "Email Selected" menu option on the right click menu. This has all been done for me.
    My job is to take all the selected rows (irrespective of what columns have been selected) and take their "E-mail" field (i.e.,  the address that is in the column called "Email") and send an email to all these addresses (populate the BCC field with the email addresses), I guess in their default email client. Right now all that happens is a pop up comes up (similar to the JavaScript Alert) that says "Lets email these guys!" and I am supposed to make it a mailto popup. Any ideas? I am a complete novice in every respect to Flex and Flash programming, so saying I am in over my head right now is an understatement.
    I would really, really, really appreciate any help with this.
    (If you need more info on what it is that I am doing, please don't hesistate to ask for a clarification)
    EDIT #1: After some researching it turns out I am working with a datagrid and I just tried using the selectedIndex property of the datagrid that I am working off, but it only returns the row of the first selected row of the multirow selection. How would I know the row number of the first and last row selected?

    There is a tutorial here on using APA format with Microsoft Word on a Mac:
    http://www.youtube.com/watch?v=IAhHWNcU3vM

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • Flex 3.2 & 3.3 Framework Issue w/ Eclipse Plugin

    Hey Guys,
    I'm having an issue with using the 3.2 and 3.3 frameworks with the eclipse plugin (not an issue with the stand alone flex builder) (eclipse v3.3.2).  Pretty much everything works but the code hinting and auto importing doesn't work on some items.  For example anything in the "flash" package structure (ie: Event) will not import, and even worse within actionscript files, if the imports are manually typed out, the next time it does auto import something it'll actually run clean up on the file and delete the manually typed imports.  Also when typing out in mxml certain components, for example an mx:Button, the code hinting will not recognize certain attribues such as "click".  At compile time all is well and works fine as long as everything is manually typed in there.  Of course to really be an efficient coder manually typing and retyping certain imports over and over is not the answer.
    Thanks in advance!
    ~Jamie

    I've been using the FB Eclipse plugin (with Eclipse 3.4 and SDK 3.2.0) quite a bit and haven't had this problem at all, so I'm just taking a stab in the dark here to try to help.  It sounds to me like there might be an incorrect setting in your Flex Build Path properties or something related.  Make sure your project has the correct Flex SDK selected in the Library path, and make sure all the .swc files are showing up underneath it.  In particular, look for playerglobal.swc (that's the file that contains e.g. flash.events.Event).
    If that doesn't help, you really need to provide a little more information in your question, like:
    What have you already tried doing to fix the problem?  (For example, have you completely uninstalled and then reinstalled the Flex Builder Plugin since switching SDKs?  I didn't need to do this the last time I upgraded the SDK, but I'd say it's worth a try, since the installation process is pretty painless.)
    Have you changed any of the Flex settings in Eclipse?
    If you're working with a project you created previously, have you tried creating a brand new Flex project in Eclipse to see if the problem persists in a new project?

  • Flex 3 and Java - Integrated Development on Eclipse

    I am new to flex as well as to eclipse. I have downloaded
    Adobe Flex Builder 3.0 and installed it. I want to use java at the
    back-end, but I don't have Java perspective option in eclipse.
    Therefore, I am currently using 2 IDE(s), one is
    flex-builder, and other is Eclipse for Web tool platform
    (eclipse-jee-europa-winter-win32.zip).
    Is there anyway that I can benefit integrated development of
    Flex and java using same IDE?

    I wouldn't try it really... it's not worth the issues you'd
    probably run into and the work of getting it setup, if it's even
    possible. I just run Eclipse and FB separate. If you have a gig of
    ram you should be fine doing this I think.
    If you *really* want to get rid of one, you can use the Flex
    plugin for Eclipse, but I've heard people complain about it not
    playing nice with Java.

  • Tutorial for creating a J2EE project with "Flex Builder 3 Beta 3 " ?

    Hi,
    I'm trying to set up a Flex environment with:
    Flex Builder 3 Beta 3 stand alone
    WTP (from eclipse update manager)
    LCDS 2.5 (with JRun)
    JBoss 4.2.2GA
    At this moment I successful installed everything (but not set up). I added WTP at Flex Builder3 (with the eclipse update manager). I copied the two flex-tomcat files in jboss.
    Then in Flex Builder 3 I created a new Flex Project. In the wizard first window, I selected J2EE, Livecycle and WTP. Then in the next window I need to configurate the J2EE server.
    I couldn't find any information/tutorial for this window? Is there a tutorial for this?
    This window ask me:
    Target Runtime: I created a new one for JBoss 4.2.2 (during this process flex builder asked me to add a project but actually I'm creating this project so I hadn't any project to add (??)).
    ContextRoot: name of the project I'm creating (default). Is it good?
    Content Folder: the default is "WebContent". Is it good?
    Flex War File: What is that? Where do I find it?
    Thanks a lot,
    Jerome

    The settings you mention all sound fine, but the I believe the Flex War file may be what you referred to as the flex-tomcat files (specifically the one should be called flex.war from the install folder).
    You don't need to deploy the flex.war file to JBoss manually, when you create a project, you just select the file in the wizard and it is extracted and used as a template for the new project. In fact, it may cause a port conflict with your project if you do deploy manually it (unless you tweak some of the config files), so it's probably worth removing it from the deploy folder if you did put it there. The other file, flex-admin.war, can stay without causing issue.
    The closest to a tutorial that I am aware of is if you search "New Flex Project" in the help system, it talks about what each of the options should be when creating LCDS projects.

  • Flex SDK version 4.5.1 upgrade issue

    I recently upgraded from Flex SDK version 4.1.0.16076 to  4.5.1 and this upgrade broke one of the key functionalities in my  application.
    Wherever the s:DataGroup itemRenderer's  s:RichText textFlow has <img> element, it throws the following  error in debug Flash player:
    TypeError: Error #2007: Parameter child must be  non-null.
    at flash.display::DisplayObjectContainer/addChild()
    at  flashx.textLayout.factory::TextFlowTextLineFactory/callbackWithTextLines()[C:\Vellum\bran ches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\factory\TextFlowTextLin eFactory.as:267]
    at  flashx.textLayout.factory::TextFlowTextLineFactory/createTextLinesInternal()[C:\Vellum\br anches\v2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\factory\TextFlowTextL ineFactory.as:245]
    at  flashx.textLayout.factory::TextFlowTextLineFactory/createTextLines()[C:\Vellum\branches\v 2\2.0\dev\output\openSource\textLayout\src\flashx\textLayout\factory\TextFlowTextLineFacto ry.as:104]
    at  spark.components::RichText/createTextLines()[E:\dev\4.5.1\frameworks\projects\spark\src\s park\components\RichText.as:1296]
    at  spark.components::RichText/http://www.adobe.com/2006/flex/mx/internal::composeTextLines()[E:\dev\4.5.1\frameworks\pro jects\spark\src\spark\components\RichText.as:1173]
    at  spark.components.supportClasses::TextBase/measure()[E:\dev\4.5.1\frameworks\projects\spar k\src\spark\components\supportClasses\TextBase.as:534]
    at  mx.core::UIComponent/measureSizes()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\cor e\UIComponent.as:8496]
    at  mx.core::UIComponent/validateSize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\cor e\UIComponent.as:8420]
    at  mx.managers::LayoutManager/validateClient()[E:\dev\4.5.1\frameworks\projects\framework\sr c\mx\managers\LayoutManager.as:987]
    at  mx.core::UIComponent/validateNow()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core \UIComponent.as:8067]
    at  spark.components::DataGroup/initializeTypicalItem()[E:\dev\4.5.1\frameworks\projects\spar k\src\spark\components\DataGroup.as:297]
    at  spark.components::DataGroup/ensureTypicalLayoutElement()[E:\dev\4.5.1\frameworks\projects \spark\src\spark\components\DataGroup.as:352]
    at  spark.components::DataGroup/measure()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\co mponents\DataGroup.as:1354]
    at  mx.core::UIComponent/measureSizes()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\cor e\UIComponent.as:8496]
    at  mx.core::UIComponent/validateSize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\cor e\UIComponent.as:8420]
    at  mx.managers::LayoutManager/validateSize()[E:\dev\4.5.1\frameworks\projects\framework\src\ mx\managers\LayoutManager.as:665]
    at  mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.5.1\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:816]
    at  mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.5.1\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1180]
    If I downgrade to 4.1.0.16076, the issue goes  away!
    Has anyone seen this issue? Any idea on how to fix  it? Please help!

    I created a new simple Flex project to recreate the  issue but I'm unable to reproduce the error condition.
    Is there any other way I can provide the needed  information? Can you point me to what you refer to as sample test case, so that  I can provide you the info in appropriate form.
    For what it's worth, here are the  screenshots:
    With SDK 4.1.0.16076
    With SDK 4.5.1:

  • Is Flex for me?

    Hello,
    We have a large application that does project management,
    time sheets and collaboration (calendars, web folders, etc.)
    written in Spring and Hibernate and we are looking to move it to a
    new UI framework. Flex looks interesting but I have a few questions
    and I hope some flex gurus help me out:
    1) Size
    I noticed that a simple hello world swf file is about 200K.
    Should I be concerned about size... since the server could be on
    the internet and not necessarily on a local machine. If a person on
    the internet is going to face several lag times... say when he
    moves from his "View Project Tasks" screen to "My Calendar"... then
    flex is not for me.
    2) IDE
    IDE is not cheap but worth buying for $500. But works only on
    Windows... any plans for Linux? I have tried the linux hacks on the
    net.. works some times... not enough for writing a serious
    application.
    2) Remoting.
    Flex introduces a new set of issues with its web services
    model. Web Services today suck. Nobody can write serious
    applications using them... maybe a blog reader or some intranet
    apps for fun. I have tried XFire and I couldn't get it to run with
    Java generics and it had probems handling my object model (circular
    references through getParent(), lazy proxies etc.). I have not
    written my object model so that I can dumb it down again.. so that
    it works with a web service. What's the point?
    The only option being Remote Objects. Now there is a catch.
    The open source alternatives have a BIG QUESTION MARK ATTACHED TO
    THEM. GDS is 0.2 and looks like a couple of people are working on
    it. OpenAMF has no news for the last one year and their
    documentation sucks... both of them good for fun but not for real
    stuff. I cannot invest time and energy in things that could crash
    in the future. I have got burnt once big time... chasing
    will-o-the-wisps.
    I don't need the advanced features of FDS, just remoting but
    FDS is no option because we sell our product and customers install
    it thems elves. It would be ridiculous to make them pay for FDS
    since our product sells for about 2.5k USD on average... and asking
    them to install it on a one CPU machine...is taking them back to
    the computer stone age.
    My question comes down to whether Flex is meant for "fun" or
    "small time" web applications or for some real serious ones and if
    the answer is latter, then what are my alternatives? I got quite
    excited reading Bruce Eckel's article and was even more excited
    reading the components and getting started guide but it seems to me
    that I am bound in chains.
    Maybe it's not what I think it is and there is a nice path
    out there. Can some one show me the light?
    Thanks!

    Regarding #1: Alot of people see "hello world" as a 200k app,
    and figure twice the text would be 400k - it doesn't work that way.
    No matter how large or small your application, a certain overhead
    is incurred.
    I would advise one SWF per application, but that would depend
    on your particular situation, business rules, etc.
    There is good documentation on the Adobe site, and on the
    blogosphere for speeding up apps - it comes down to good coding
    practices (just like in any language).
    Also, you can stagger the items that are loaded, and when
    they are loaded - all at once, or when needed. Because Flex is
    asynchronous (unlike the traditional html web based apps we have
    right now), you can load some design items and get the users
    attention, while other items are loading in the background.
    I don't know about dumbing down web services - depepnding on
    whicha language you serve them in, they can be quite complex (I use
    ColdFusion). They are public, though, and that may not be what you
    want. You can look at the other manners of communication such as
    HTTP headers (get, post, etc, look up REST - it's turning out to be
    quite popular these days). You can call Java objects, or, if you
    are a ColdFusion shop, get a direct link, if you are running
    version 7.0.2+
    Hope that helped some.
    David

  • What percentage of users have the Flex 4 framework SWZ cached in their Flash Player?

    I am trying to make the case that using Flex 4 with RSLs is more sensible than developing pure AS3 applications with no Flex or Spark at all. In the former case, file sizes are comparable to the latter, save for about 2 MB worth of RSLs. However, it seems logical that the vast majority of users will already have these assets cached.
    So I have three questions:
    Are there any statistics on what percentage of users have these SWZ files cached already, and therefore won't need to download them at all?
    Is there any way of determining, in my client-side code, when a user loads the file from the FP cache, as opposed to downloading it from my server?
    Is there a performance difference, in terms of total load time, for loading a cached SWZ file, as opposed to simply embedding the framework and not using RSLs at all? Disregard bandwidth and downloading times.
    I have heard that Adobe hasn't released any official statistics, but I'm wondering if anyone has done their own testing with server logging.

    I don't know of any statistics.  It might also depend on the demographics of
    your users.
    There is no way to determine for sure where the SWZ came from, but you could
    probably guess by looking at getTimer() somewhere in your code.
    Ignoring bandwidth and download, the SWZ has very little overhead, but it is
    there.

  • Best way to set up Eclipse + Flex 4.5 SDK?

    I have followed this tutorial to set up Eclipse with the Flex 4.5 SDK. It leaves a lot to be desired.  In particular:
    * Setup is a pain and requires many steps
    * There doesn't appear to be any source code highlighting for MXML
    * There does not appear to be any AS3-specific code completion or code highlighting
    * Not much help from autocomplete.
    Does anyone know of a better setup scheme for Eclipse?  If not, short of shelling out a few hundred bucks for the Adobe Flex IDE, does anyone have a really cool development environment set up for Flex 4.5 SDK?

    I know this isn't the answer you're looking for, but I don't get why developers are so cheap that so many aren't willing to spend anything on tools that they likely use for hours a day almost every day. If a core productivity tool isn't worth buying, what is?  It's not like IT professionals are so poor they can't afford to spend a few hundred on decent software to do their job. Look at photography and graphic artist people over in the Photoshop forums - Photoshop-like tools are at least as (if not more) expensive than Flash Builder, and people in IT are probably earning MORE money than you do in that industry. What gives?
    I mean, some devs aren't willing to spend a dime on commercial tools and so on, but then they get all upset when Adobe decides to stop or cut back on paying developers to maintain and develop stuff they've been given for free. Are most developers communists or something?
    Anyway... if you're a student, I assume you can still get a Flash Builder license for free or at least at a very reduced cost.

  • Offline Flex Database Non-Air

    I'm building an image viewer that has several GBs of imagery
    data.
    We will ship the images on a DL-DVD to computers around the
    world. Since most are used in a strictly controlled environment and
    don't have permission to install anything on their machines, Adobe
    Air is out, but would be perfect for our needs.
    The problem I'm having is organizing several GBs worth of
    imagery into XML files. It's over 150,000 entries and is a
    nightmare for bookkeeping. I saw Air supported SQLite. Can I use
    that with Flex -Air? If not, is there another solution besides XML
    I can use offline in a browser to keep records of where images are
    and metadata about them?
    In a nutshell, we're just building a website, but instead of
    running it on a server, they will open the .html page from a dvd.
    Whatever would work on a server, should work here.

    "ei8htyfi5e" <[email protected]> wrote in
    message
    news:g6bbug$qaa$[email protected]..
    > I'm building an image viewer that has several GBs of
    imagery data.
    >
    > We will ship the images on a DL-DVD to computers around
    the world. Since
    > most
    > are used in a strictly controlled environment and don't
    have permission to
    > install anything on their machines, Adobe Air is out,
    but would be perfect
    > for
    > our needs.
    >
    > The problem I'm having is organizing several GBs worth
    of imagery into XML
    > files. It's over 150,000 entries and is a nightmare for
    bookkeeping. I
    > saw
    > Air supported SQLite. Can I use that with Flex -Air? If
    not, is there
    > another
    > solution besides XML I can use offline in a browser to
    keep records of
    > where
    > images are and metadata about them?
    >
    > In a nutshell, we're just building a website, but
    instead of running it on
    > a
    > server, they will open the .html page from a dvd.
    Whatever would work on
    > a
    > server, should work here.
    ...except that a server is actually running server software.
    Your users
    probably aren't, and you'd need access to their systems to be
    able to tell
    the server software that they aren't running where your
    "website" is.
    So, in a word, no.
    Would be nice though :-)

  • Indesign and Flex connection - WYSIWYG!

    Guys,
    My client has requested for one application. He says that he shall create some files in indesign and those should be rendered in Flex when requested by the end user. I am completelu clueless about this requirement. Seems like Indesign can export into some format which can be read by Flex.
    Client wants something like this: http://www.youtube.com/watch?v=ujshxYRKjBw
    Can somebody please point me in the right direction?
    Thanks in advance for your kind consideration.

    Hey Harbs,
    Thanks a lot for your reply. I checked your demo and its worth appreciating. Excatly what I require
    Can you please let me know two things in a a bit with technical details:
    1. How to send the Indesign document contents to Flex ?
    2. How to send the Flex content to Indesign server to design PDF?
    Once again - Good work by the way for the Demo thing. Very few resources are available online when googled
    As ever,
    VK

  • Flex with ACME installation of Coldfusion

    After a tremendously-difficult attempt (my own fault
    largely!) I have been able to get up the "ACME Guide" installation
    of Apache, ColdFusion, MySQL and Eclipse. Now it's time to add Flex
    (and hopefully PHP5 eventually...). I am in good shape at this
    point because I had to install a new OS so my trial dl will be new.
    If I can get this working and the contact database and file
    upload tutorials perfectly functional (which will prove it's
    usability to me), I will purchase all I need to migrate over to
    this way of doing things from Flash/PHP.
    Does anyone know what the best way to setup Flex is, in
    Eclipse, when you have an underlying ACME structure for everything
    else? Where can I go wrong, what would be good practice for
    installation locations, etc.?
    Thanks kindly,
    Shawn
    ps, the ACME Guide installation for ColdFusion is here, and
    worth every word of reading, especially if you are a beginner like
    me...
    http://www.acidlabs.org/extras/acme/

    Thanks. Installing Flex last night was a breeze, I just want
    to make sure everything is as centralized and logical as possible
    given the ACME changes. For example, I want all my projects in one
    area, I want all the web-open stuff to go into the proper folders
    based on the website (1 of 3 right now) in the Apache VirtualHosts
    I made, etc. and I'm hoping I can now configure Flex like that,
    including db connectivity with Quantum DB plug-in if necessary, and
    the free version of Data Services, and communication with CF. I'll
    check into the RDS section.
    There's a huge difference for someone like me between a plug
    and play install of PHP/Apache/MySQL to plop in PHP files for use
    with Flash...and this huge (definitely beautiful, but complex)
    environment all installed and configured manually...I'll be glad
    when the CF7.0.2/Flex2 books start hitting the stores.
    I still need PHP because I still have a site that will rely
    on Flash/PHP...and one site I host for someone has the GuestBook
    written in PHP...no other use for PHP on my server, but definitely
    need it for now at least. Obviously, the big plan is to move
    everything over, and I'm sure that day will come...
    Shawn

  • Flex Builder 3 Issues

    I apologize in advance for my cynicism, but since I received
    cricket sounds from Adobe Support I figured I would give this a go.
    I downloaded and installed the trial version of Flex Builder 3, but
    when trying to click on any of the links in the start page
    (tutorials, etc..) it displays the following error: Windows - No
    Disk
    Then it requires me to kill both the FlexBuilder.exe and the
    associated javaw.exe using task manager to get rid of the error. I
    found a similar issue in the knowledge base, but it was for people
    who installed from a DVD on Vista.
    I installed to the default location on XP SP2, with all the
    latest patches. I've un-installed/reinstalled like the knowledge
    base entry states as the solution, but to no avail.
    If anyone can provide insight or a solution, I would
    appreciate it!
    Thanks in advance,
    Rob

    I am not sure if this would work but worth a try.
    1. Try to launch your flex builder with -clean. (Using
    Command line)
    Go to Program Files-> Adobe->Flex Builder 3
    Run Flexbuilder.exe -clean
    Also if it doesn't work try reinstall but after uninstalling
    make sure Program Files-> Adobe->Flex Builder 3 is empty.
    Also please log a bug at
    http://bugs.adobe.com/flex
    HTH,
    Gaurav

Maybe you are looking for

  • Trigger internal serial nos creation for inbound delivery using DELVRY03

    Hi all, I am working in ECC 6.0 I need to update serial nos in the inbound delivery. The internal serial nos. that will be generated by the system, I have to trap them for a given delivery and map it to a set of external serial nos.(length is 40 char

  • Memory leak in LR.

    I'm getting what appears to be a memory leak in LR. Is anyone else experiencing this ramp of memory usage as viewed in Task Manager. I have 32GB of DDR3 installed and LR takes it all and want's more. The ramp peaks with all of physical memory allocat

  • Deleting the iTunes folder...

    Hi, forums. I do not need iTunes. I will never need iTunes. I have absolutely no use for it, and it is merely taking up valuable space on my hard drive. So I uninstalled it; I found a website with a step-by-step process to completely uninstall it, an

  • Exporting PDF with cropmarks

    I've got some artwork and  need to make a PDF with cropmarks from Illustrator 10. I add cropmarks using Object/Cropmarks/Make and that looks fine. But I can't get them into a PDF. If I "Save as PDF" or "Save a copy", the result contains everything EX

  • Content Unavailable    Please try again. or contact us for assistance.

    ive been trying for 2 days now to upgrade my device via the webpage i keep getting the   "Content Unavailable    Please try again. or contact us for assistance." which ive chatted several different persons who cant seem to be of any assistance to me.