Flash Builder On A MacBook Air?

I'm thinking of jumping over to the dark side of and buying a MacBook Air
Is anyone using one of those for Flash Builder development?
Or do I need to get a more powerful MacBook Pro for that?
Thanks
Mathias

Macs are not remotely as functional as Windows 7 machines (you have to use command line for basic stuff, and just wait for the first time you drag and drop a folder over a folder with the same name and all the files that weren't in the folder you dragged go *pouf*).
Not to mention, the new Lion OS has deliberate borked most Adobe software.
Get more machine for your money, and stick with a PC!

Similar Messages

  • How do I add extra flash memory to My Macbook Air Model MD223

    Hi,
    I would please like to know if there is any possible way to add extra flash storage to My MacBook Air 11.6" (2012) Model MD223 with 64GB. I am using Mac OS X Mountain Lion 10.8.3
    Could I please get some help?
    Thanks a lot in advance,
    Neelu Saraswatibhatla

    Welcome to Apple Support Communities
    You can upgrade that, but you will void the warranty. That MacBook Air requires flash storage that it's not sold everywhere, so you can purchase more flash storage at OWC > http://eshop.macsales.com/shop/SSD/OWC/Aura_Pro_Air_2012
    You can't install a SSD with the enclosure because it doesn't fit

  • I have installed flash player on my macbook air but some videos still don't play, what can i do?

    i have installed flash player on my macbook air but some videos still don't play, what can i do?

    MatchingNode
    YOUR SYSTEM INFORMATION
    Your Flash Version
    17.0.0.134
    Your browser name
    Internet Explorer
    Your Operating System (OS)
    Windows (Windows 7)
    I cant take a screen shot of the flash player update tab as it wont let me and wont let me copy and paste sorry
    i am using internet explore browser and trying to play facebook games thats where i am facing the issues.

  • How do i run a file from my flash drive on my macbook air?

    I haven't got a clue what I'm doing.  I have saved content from a papercrafting software CD to my flash drive and am trying to open/run it on my new Macbook Air.  When I try to run it I get a promp saying it can't open the application because Microsoft Wondows applications are not supported on OS X.  It's a .exe file ... Do I need to buy an app to run it??

    You need to use CrossOver Mac, WineSkin, or Windows. CrossOver Mac has a free trial.
    (82997)

  • Bug in flash builder 4? ( export air release build )

    Hi every one, I am working on a air application using flash builder 4. I tried to export an air release build and I chose my certificate and every thing seemed to be fine, but whrn I clicked on finish button, nothing happend!! I mean it did not do anything, no error message, nothing. after a lot of time I found out on of my images in assets folder starts with space. that was it!! flex 4 could not export the release build for that reason !!just make sure your file names do not start with space!!
    Anyways I thought to post it here maybe it saves some time for someone.
    cheers

    I had the same issue trying to export an air project:
    Start to export the release then nothing append, no .air file generated, and the compiler asking me again and again to choose files to be exported.
    The issue came from project-app.xml file containing leading space within tags.
    For instance <systemChrome> none </systemChrome> must be change to <systemChrome>none</systemChrome>. (Note the spaces around "none").
    The workspace log file might help in case of silent failure. flexWorkspace/.metedata/.log.
    Mine was:
    java.lang.reflect.InvocationTargetException
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:477)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:944)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.doPackage(ExportReleaseVersionWizard.java:265)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.performFinish(ExportReleaseVersionWizard.java:105)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
         at org.eclipse.jface.window.Window.open(Window.java:801)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction$1.run(ExportReleaseVersionAction.java:97)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction.run(ExportReleaseVersionAction.java:103)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
         at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
         at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java:109)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: java.lang.NullPointerException
         at com.adobe.air.ADTOutputStream.addDescriptor(ADTOutputStream.java:233)
         at com.adobe.air.AIROutputStream.addDescriptor(AIROutputStream.java:63)
         at com.adobe.air.ADTPackager.addSpecialFiles(ADTPackager.java:80)
         at com.adobe.air.AIRPackager.addSpecialFiles(AIRPackager.java:156)
         at com.adobe.air.ADTPackager.createPackage(ADTPackager.java:44)
         at com.adobe.air.AIRPackager.createAIR(AIRPackager.java:120)
         at com.adobe.flexbuilder.multisdk.apollo.export.AIRFileCreator.create(AIRFileCreator.java:200)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard$2.run(ExportReleaseVersionWizard.java:251)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
         ... 45 more
    Root exception:
    java.lang.NullPointerException
         at com.adobe.air.ADTOutputStream.addDescriptor(ADTOutputStream.java:233)
         at com.adobe.air.AIROutputStream.addDescriptor(AIROutputStream.java:63)
         at com.adobe.air.ADTPackager.addSpecialFiles(ADTPackager.java:80)
         at com.adobe.air.AIRPackager.addSpecialFiles(AIRPackager.java:156)
         at com.adobe.air.ADTPackager.createPackage(ADTPackager.java:44)
         at com.adobe.air.AIRPackager.createAIR(AIRPackager.java:120)
         at com.adobe.flexbuilder.multisdk.apollo.export.AIRFileCreator.create(AIRFileCreator.java:200)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard$2.run(ExportReleaseVersionWizard.java:251)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:944)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.doPackage(ExportReleaseVersionWizard.java:265)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.performFinish(ExportReleaseVersionWizard.java:105)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
         at org.eclipse.jface.window.Window.open(Window.java:801)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction$1.run(ExportReleaseVersionAction.java:97)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction.run(ExportReleaseVersionAction.java:103)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
         at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
         at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java:109)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Hope that helps...

  • Flash Builder still shows adobe air 1.5.3 when creating a Flex project

    How do I update Flash builder  to now use Adobe air 2?

    Hello,
    Please follow the steps in the release note section: How to overlay the Adobe AIR SDK for use with the Flex SDK
    Please let us know how it goes and if you run into difficulties.
    Thanks,
    Chris

  • Use Flash Builder to Develop Adobe AIR Apps for Android | Flash Platform in Action | Adobe TV

    Former Adobe Technical Evangelist Ted Patrick uses Flash Builder to develop and deploy an Adobe AIR application to his Android-powered smartphone.
    http://adobe.ly/wif9U5

    autoplay can cause a tremendous amount of problems for site visitors. is it possible that adobe might turn off autoplay?

  • How can I open my portable flash drive in my Macbook Air?

    It doesn't pop-out and I can't figure out how to open it!

    I have a personal portable flash drive of about 150GB and I would like to work on the the document stored in it. When I connect it to my Macbook Air via the USB port nothing happens. It doesnt pop open on the computer screen and I don't know where to navigate to set it open and work on my documents.
    In my last laptop as soon as I connect the flash drive it pops-up and ask me "what I would like to do" and from there I carry on. But in this new Macbook Air I acquire about a month ago, everything seems up-side down and difficult to navigate.
    My question is: how can I open my this portabble flash drive when connected to the Macbook Air? Hope that explains well. Cheers.

  • Should I install Adobe Flash Player on my MacBook Air?

    Hello everyone
    I was wondering if I should install Adobe Flash Player.
    I watch YouTube a lot and use Safari 7.0.5 as my web browser of choice.
    I don't usually play many online games though.
    However, there are some sites I use that require Adobe Flash Player.
    Thanks for all the recommendations
    Model Name: MacBook Air
    Model Identifier: MacBookAir6,1
    Processor Name: Intel Core i5
    Processor Speed: 1.3 GHz
    Number of Processors: 1
    Total Number of Cores: 2
    L2 Cache (per Core): 256 KB
    L3 Cache: 3 MB
    Memory: 8 GB
    Boot ROM Version: MBA61.0099.B12
    SMC Version (system): 2.12f137
    Serial Number (system): C02LW07VF5YV
    Hardware UUID: C4E2C938-A934-57C4-BA6C-52F1B3ADD287
    Operating System: OS X Mavericks 10.9.4
    Display: 11.6 inch

    personally NO, unless you are using something that demands it.
    aside the spat between adobe and apple, it does grind and hog the processor to death - hence why apple decided not to 'support' it.
    -just take a look in activity monitor once it starts up.
    It (can) also leave vunerabliites to virus 'type' infections;
    IF you do indeed decide to load it up, be VERY carefull where you get it from, and ignore ANY POP UP message about updates etc -
    *ALWAYS* ONLY go Direct to the adobe flash site, never, never any other 3rd party site. both for install and updates.

  • Flash is killing my MacBook Air

    Whenever I watch a video in Chrome or Safari, the Flash plug-in sends the CPU through the roof. The fan on my MacBook Air goes bonkers and it runs really hot. I have to force quit the applications in Activity Monitor to bring the machine back to normal. All my software is up to date.
    Thanks in advance for your help.

    Thanks, and sorry for my subjective language.
    The CPU will run at 90-110% before I kill it. I don't know how hot it runs but the fan goes into overtime.
    And just now, I've connected my iPad to my Macbook and iPhoto is syncing. The same thing is happening: the fan is going really fast (normally I can't even hear it, but right now it's super loud and the top of my Macbook near the power socket is very hot to touch) and in Activity Monitor, iPHoto is at betwwen 140 and 150% of CPU.
    This just doesn't seem normal, but this is my first Mac so I don't really know.

  • I want to add the Flash driver to my Macbook Air

    Hello,
    I am using a Macbook Air with 128 GB flash driver.
    In the Apple store, can they install additional flash driver to my computer ?
    otherwise, is there any other method to buy or install additional flash driver ?
    Thanks.

    Apple will not upgrade computers. You can buy after market solid state drives - see OWC for example. The upgrade is relatively simple and OWC has training videos showing how to do it as well as tool kits with the tools you'll need. While Apple won't install it for you, many 3rd party repair sites will.

  • Flash Builder 4 and Adobe AIR 2

    I'm trying to figure out how to use AIR 2 with Flash Builder 4.  I was initially under the impression that FB4 has AIR2... but the when I create a File object and try to call the function openWithDefaultApplication().  An error occurs saying the function doesn't exist.  This is the AIR application I created in FB4.  Am I doing something wrong or do I need to install AIR 2 somehow -- and if so, how do I do so?
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                xmlns:s="library://ns.adobe.com/flex/spark"
                                xmlns:mx="library://ns.adobe.com/flex/halo">
         <fx:Script>
              <![CDATA[
                   private function launch():void{
                        var myfile = new File("C:\Windows\notepad.exe");
                        myfile.openWithDefaultApplication();
              ]]>
         </fx:Script>
         <s:Button x="439" y="155" label="Button" mouseDown="launch()"/>
    </s:WindowedApplication>
    Thanks in advance.

    Hi Sumeet,
    Unfortunately we don't have support for sidecar installs with native installers at this time.  I've seen this come up before but when I searched the ideas.adobe.com site I couldn't find a specific feature request.  We are aware that there is interest in this feature, but I'd like to encourage you to add a post to the ideas.adobe.com page or over at bugbase.adobe.com and let others know so we can vote on it.
    Thanks,
    Chris

  • Flash Builder 4.7 Packages AIR iOS Standard Even Without Changes

    "Note: If you have not changed your code or assets since the last debug IPA package was generated, Flash Builder skips the packaging and debugs the application. That is, you can launch the installed application on your device and click Debug to connect to the Flash Builder debugger. This way, you can debug repeatedly without packaging the application every time."
    This appears to not be working in Flash Builder 4.7.  It always worked fine in 4.6.  Basically it packages the application every single time I click Debug, regardless of whether anything was changed.

    Hi Brent, I've got a bug filed in this thread, including a project where I've isolated the probem to a single swc lib:
    http://forums.adobe.com/message/4703810#4703810
    /David

  • Run XP / Vista from a USB flash memory on my Macbook Air

    Hello!
    Does anyone know if it is possible to boot and run XP directly from a USB stick?
    I am fairly new to Mac. So far I like it a lot however, due to my job I need to run some things in XP or Vista. Instead of "polluting" my new Macbook Air with a partition with XP I thought it would be neat to run XP from a USB stick. They are cheap and quite large nowadays but I really have no clue if it is doable technically. It might be too slow or there might be other issues that I don't know of.
    Can anyone shed some light or point in the right direction.
    All help will be highly appreciated.
    A

    I would guess that performance wouldn't be so good trying to run XP from an external hard drive, but I haven't tried it nor do I know if it is possible. I'm in the same boat with needing to run some XP programs.
    I've been using VMware Fusion and it works well. However, the MBA runs hot and battery life suffers when just running VMware without much going on in the XP machine. You can probably put the XP VM on a usb key and have VMware run it from there. As for the software running in a VM rather than native, the programs run and the speed is tolerable but I don't mistake it for my ThinkPad. Depending on how much resources your software needs, the MBA may not be a good fit.
    Regards-Michael G.

  • Is adobe flash player compatible with macbook air?

    How to install Adobe flash player to mac book air 2013?

    This link should help you out. Let me know whether or not it works
    http://get.adobe.com/flashplayer/

Maybe you are looking for

  • HP Expert Day - January 15-16, 2014: Got questions? Ask the Experts!

    Thank you for coming to Expert Day – the event has now concluded. **To find out about future HP Expert Day events, check out this page** On behalf of the Experts, I would like to thank you for coming to the Forum to connect with us.  We hope you will

  • Set WhereClause for Muliple Parameters

    hi All, i want to pass multiple parameters at runtime to the where clause for multiple updation. so,how can i pass multiple parameters to the where clause. anybody could you please help me on this issue. i am using hashMap and i will be able to get t

  • How do i get back tabs after f/f is closed by a crash?

    After each of the last few F/F updates and after a few Windows updates, my open session was reset. When I look for system restore I cannot find the b****y thing. And this really p****s me off!! Since F/F has recently been "improved" (like hell it has

  • Saving files from Photoshop to Import into iMovie 09

    1. What is the best file format for saving images from Photoshop to bring into iMovie 09? 2. What should the image size of the file be set to from Photoshop? I would like the best quality while working in iMovie prior to exporting and compressing aft

  • Raspberry et Labview 2013

    Bonjour à tous, J'ai pu voir que National Instruments annonce le support natif des plates-formes matérielles issues de ARM et Xilinx, et notamment le SoC Zynq de Xilinx sur la version 2013 de LabVIEW. Raspberry utilisant un processeur ARM, je voulais