Flash swf from Flash CS4 not functioning in Director

I  am building an app in Shockwave and am using a Flash swf as the navigation bar to change screens etc. I created the initial swf in Flash MX 2004  published for Flash 6.0 and Actionscript 2.0. This worked fine. I then needed to add some more screens and since  I now have Flash CS4 Pro I decide to use this to make the changes published for Flash 6.0 and Actionscript 2.0. I created the changes, tested the movie, everything runs fine in Flash The published swf works fine when executes from the desktop. When I import into Director, the swf does not function. Is there some step that I am missing?
What am I doing wrong?

Well nothing is working, no rollover buttons , no changing screens, nada.
The Code worked when published with Flash MX 2004. I brought the file into
Flash CS4 Pro, made my additions, published. Tested the swf alone. But when
I import into Director MX version 9.0 it is not functioning.

Similar Messages

  • Adobe Flash CS4 not functional

    Adobe Flash CS4 is not functional and have installed and reinstalled a number of times on an Intel Core 2 Duo with Mountain Lion. It works perfectly on my laptop with the same operating system so its not requiring an upgrade.

    Apologies for my delayed response; been away and thank you for your help.
    Kind regards,
    Thomas
    On Mon 08/04/13 21:22 , kglad [email protected] sent:
    RE: ADOBE FLASH CS4 NOT FUNCTIONAL
    created by kglad in Flash Pro - General - View the full
    discussion

  • How to Make Dreamweaver CS4/Flash CS4 Website Function on all Latest Mobile Devices

    Hello!
    I am trying to add code into my Dreamweaver CS4 file and/or Flash CS4 file in order to have the website I have created work across all of the latest mobile devices as well as traditional online systems. My flash file has a transparent stage, and my dreamweaver file has a full-screen background image. I have reviewed various tutorials and articles available online, and some advocate simply adding code, which does not seem to be working for me, while others suggest having a similar separate site created solely for mobile devices. If this is the best option, I don't know how that should be set up. What is the best path to take with this?
    This is the collection of various pieces of code I have tried adding to my files:
      <meta name="viewport" content="width=device-width" user-scalable="yes" initial-scale="1.0" /> <!-- iphone,android -->
       <meta name="HandheldFriendly" content="true" /> <!-- blackberry -->
    </style>
       <param name="allowScriptAccess" value="sameDomain" />
          <param name="allowFullScreen" value="true" />
    <param name="allowScriptAccess" value="sameDomain" />
            <param name="allowFullScreen" value="true" />
            <param name="var params = {          id: "flashID", name: "flashcontent", menu: "false", allowFullScreen: "true", fullScreenOnSelection: "true", scale:"noscale", salign:"middle"};"
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;
    //or//
    this.stage.scaleMode = StageScaleMode.NO_SCALE;
    this.stage.align = StageAlign.TOP_LEFT;
    next_btn.width = 133 * .5;
    next_btn.height = 133 * .5;
    //flash//
    next_btn.width = Capabilities.screenDPI * .5;
    next_btn.height = Capabilities.screenDPI * .5;
    //flash//
    this.stage.addEventListener(Event.RESIZE, doLayout);
    //flash://
    <initialWindow>
       <width>320</width>
       <height>480</height>
       <!-- several other properties... -->
    </initialWindow>
    * Convert inches to pixels.
    private function inchesToPixels(inches:Number):uint
       return Math.round(Capabilities.screenDPI * inches);
    var button:Sprite = new Sprite();
    button.x = 20;
    button.y = 20;
    button.graphics.beginFill(0x 003037);
    button.graphics.drawRect(0, 0, this.inchesToPixels(.75),
       this.inchesToPixels(.25));
    button.graphics.endFill();
       this.addChild(button);
    //hard-code title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    //stage width determines width of title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    titleBar.graphics.beginFill(0x003037);
    titleBar.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    titleBar.graphics.endFill();
    this.addChild(titleBar);
    //footer://
    var footer:Sprite = new Sprite();
    footer.graphics.beginFill(0x003037);
    footer.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    footer.graphics.endFill();
    footer.x = 0;
    footer.y = this.stage.stageHeight - footer.height;
    this.addChild(footer);
    * Center one DisplayObject relative to another.
    private function center(foreground:DisplayObject,
       background:DisplayObject):void
          foreground.x = (background.width / 2) -
             (foreground.width / 2);
          foreground.y = (background.height / 2) +
             (foreground.height / 2);
    //cont.//
    var title:SimpleLabel = new SimpleLabel("My Application",
       "bold", 0xffffff, "_sans", this.inchesToPixels(.15));
    this.center(title, titleBar);
    this.addChild(title);
    //override width and height getters
    public override function get width():Number
       return this.textLine.textWidth;
    public override function get height():Number
       return (this.textLine.ascent - 1);
    if (Capabilities.manufacturer == "Android Linux" && Capabilities.screenResolutionY == 1024)
    next_btn.width = 85;
    next_btn.height = 85;
    This is the code for my Dreamweaver CS4 file (without the additional erogenous code attempts):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>My Website Title and Slogan.</title>
    <style type="text/css">
    <!--
    body {
              background-image: url(bground%20_img3.jpg);
              background-repeat: no-repeat;
    -->
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <img src ="image.gif"  width=90% height=auto>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <meta name="Keywords" content="keywords…" />
    <div align="center"></div>
    <div align="center">
      <p> </p>
      <p>
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="630">
          <param name="movie" value="FlashFile.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="FlashFile.swf" width="900" height="630">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
      </p>
    </div>
    <div align="center"> </div>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>
    I have tried various combinations of the code listed above, but nothing seems to be working. I am not sure as to the positioning of the code, and maybe that is the problem, or maybe it is because this code in not for CS4, or not appropriate for my project. I also do not know what code should be inside the Flash file, nor what should should be inside the Dreamweaver file.
    Thank you in advance for any assistance!

    Hi
    To add to what Gramps has said, Adobe has ceased developing its flash player for ALL mobile devices so do not use Flash for any mobile device.
    Depending on the complexity of your Flash program you may be able to recreate it using Edge, but the code generated by Edge does not work in IE8 or below.
    For details on Edge, see - http://labs.adobe.com/technologies/edge/
    PZ

  • Is Flash CS4 not compatible with Intel Graphics (laptop)? Really?

    Hi!
    I'm graphic and animation designer. My company buys CS4 suite
    including Photoshop & Flash. And I'm buying a laptop and now
    choosing between one having Intel Graphics and another with ATI
    Radeon. Intel has some features I need, but after googling, finding
    and reading this topic:
    http://www.adobeforums.com/webx?14@@.59b6c473/0
    till the end, I see it does not fully support Photoshop
    CS4!!! I also need Flash CS4 working, so does it support Flash?
    So can you still recommend me buying intel integrated-laptop
    or should I take an ATI Radeon powered one? I need Flash working
    without annoying compatibilites problems. I don't want to buy an
    Intel one, if it is not Photoshop- and Flash- compatible....
    Thank you!

    Anne,
    > after googling, finding and reading this topic:
    >
    http://www.adobeforums.com/webx?14@@.59b6c473/0
    > till the end, I see it [an Intel chip] does not fully
    support
    > Photoshop CS4!!! I also need Flash CS4 working, so does
    > it support Flash?
    It's important you understand what "fully support" means in
    this
    context. According to Eric Palmer's Dec 4 reply (12:11pm),
    Photoshop CS4
    does, in fact, run reliably on systems with Intel graphics.
    Eric purports
    to be an Intel employee, but obviously there's no proof of
    that.
    Regardless, his assertion jibes with with I hear from
    colleagues with Intel
    graphics chips.
    It's not as if Photoshop suddenly fails if you happen to
    choose, say,
    red from the color swatches. It's not as if Photoshop fails
    to export GIFs
    on Intel machines. The only thing you're missing -- and this
    is true for me
    too, even though I don't have Intel equipment -- is
    functionality that
    relies on OpenGL. One of these features, for example, lets
    you rotate the
    canvas while you work on a file. I don't mean rotate the
    image itself ... I
    mean rotate the actual work space without resampling the
    image, just as if
    you were rotating the piece of paper on which you were
    drawing. Granted,
    that sounds like a neat feature (I'd like to experiment with
    it, myself!),
    but it's not a deal-breaker.
    As far as I've seen, the Flash CS4 authoring tool doesn't
    rely on any
    OpenGL-accelerated features.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Flash cs4 not importing ".mov" files

    Hi guys.
    I have just upgraded to Flash CS4
    When I go to import a 2.6 GB .mov file to the stage I get the spinning beach ball of death for 5 minutes then a flash alert box saying that this file type is not supported. See screenshot attached.
    Can anyone help?

    You may be able to create the FLV by using the Adobe Media Encoder directly, instead of through Flash. You might have to use a third party app, maybe the one that created the MOV in the first place. Sorenson Squeeze should be able to handle files of that size.

  • Adobe flash player not functioning

    I have uninstalled/installed adobe flash player over and over and it is still not functioning properly ..

    Uninstall Flash Player per the instructions here: http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    Download the offline installer
    Run it.
    That should do it.

  • Flash CS4 not responding on close

    Lately I am unable to close Flash without an error that the program is not responding.  I can close files, and they will show in the recent file history, but when I close the program itself, it shows a white screen only.  In the task manager it shows that it is not responding.
    When I tried to poke around a little, I found that this error always occurred when I had used Actionscript. This was true for about 2 weeks.  Then the problem worsened, and now, even if I just open Flash and close it again (without opening any file) it keeps crashing.
    I've seen a post for Flash CS3 with no real answers to this problem.  My hope is that someone (anyone) has an idea what might be causing this.
    I am running Flash on an XP machine with sufficient processor and memory.
    Thanks in advance...

    I know this is a year old, but I am having the exact same issue. Flash CS4 on windowsXP 32bit...anyone?

  • Flash CS4 not working with Windows 7 64bit and Kaspersky Internet Security

    I have a new i5 core computer running Windows 7 64bit retail. With Kaspersky Internet Security 2010 installed Flash CS4 becomes so unresponsive that it is completely unusable. Uninstall KIS and it works absolutely fine. I've already read on another forum that someone else is experiencing the same issue with the same combination of products. Is anyone else having this problem amd if so how did you solve it? I've posted on the Kaspersky forum with no solution thus far.
    Does Norton work OK with Windows 7(64) and CS4?

    *** PROBLEM SOLVED ***
    Taxxem you are a star. Ideed turning off 'disable external service control' and disabling 'self defense' under 'settings  -options' does indeed bring Flash back to life. Disabling self-defense had the most impact (and causes Kaspersky to grumble somewhat) but disabling external service control also had an impact, albeit much smaller. I'll post this solution against my Kaspersky forum post and hopefully they will do something about it.

  • Flash Player not functioning

    I have a laptop, Windows 7 , running IE 9.0. I have the latest version of Adobe Flash Player installed, but it does not seem to be working. When I try to view video sites like USATODAY, the video does not work - or at least, I cant see anything. When i go to check Version of Flash Player installed, it does not show the movie, instead its just a blank square, or no square actually. But I know that Adobe Flash Player is installed. I understand that IE doesnt need plug-ins and the like. Any suggestions ?

    Check
    http://forums.adobe.com/thread/885448
    http://forums.adobe.com/thread/867968

  • Flash builder not functioning in eclipse

    I installed Adobe Flash Builder 4 as a plugin for Eclipse for J2EE developers (galileo Eclipse Build id: 20100218-1602). The code highlighting doesn't work for mxml files, and the Outline view doesn't work for either MXML or AS files.
    When I start it stand-alone, it works fine...
    Can somebody help me out as to how I can get this going to work as a plugin with eclipse galileo?

    !SESSION 2010-05-12 13:17:26.682 -----------------------------------------------
    eclipse.buildId= 
    java.version=1.6.0_17 
    java.vendor=Apple Inc. 
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US 
    Framework arguments:  -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -keyring /Users/jeff/.eclipse_keyring -showlocation 
    Command-line arguments:  -os macosx -ws carbon -arch x86 -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -data /Users/jeff/workspaces/crengland_flex3 -product org.eclipse.epp.package.jee.product -keyring /Users/jeff/.eclipse_keyring -showlocation 
    !ENTRY org.eclipse.equinox.p2.repository 4 0 2010-05-12 13:17:27.369
    !MESSAGE ProvisioningEventBus could not be obtained. Metadata caches may not be cleaned up properly. 
    !ENTRY org.eclipse.jface 2 0 2010-05-12 13:17:33.191
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-05-12 13:17:33.191
    !MESSAGE A conflict occurred for COMMAND+SHIFT+F12:
    Binding(COMMAND+SHIFT+F12,
        ParameterizedCommand(Command(com.adobe.flexbuilder.flashbridge.export.publish.movie,&Publ ish Movie,
            Publish in Flash Professional,
            Category(com.adobe.flexbuilder.flashbridge.flashProCommands,Flash Professional,null,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,carbon,system)
    Binding(COMMAND+SHIFT+F12,
        ParameterizedCommand(Command(org.eclipse.mylyn.tasks.ui.command.searchForTask,Search Repository for Task,
            Category(org.eclipse.ui.category.navigate,Navigate,null,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system)
    !SESSION 2010-05-12 15:21:30.823 -----------------------------------------------
    eclipse.buildId=
    java.version=1.6.0_17
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    Framework arguments:  -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -keyring /Users/jeff/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws carbon -arch x86 -product org.eclipse.epp.package.jee.product -data /Users/jeff/workspaces/crengland_flex3_4 -product org.eclipse.epp.package.jee.product -keyring /Users/jeff/.eclipse_keyring -showlocation 
    !ENTRY org.eclipse.equinox.p2.repository 4 0 2010-05-12 15:21:31.486
    !MESSAGE ProvisioningEventBus could not be obtained. Metadata caches may not be cleaned up properly. 
    !ENTRY org.eclipse.jface 2 0 2010-05-12 15:21:38.725
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-05-12 15:21:38.725
    !MESSAGE A conflict occurred for COMMAND+SHIFT+F12:
    Binding(COMMAND+SHIFT+F12,
        ParameterizedCommand(Command(com.adobe.flexbuilder.flashbridge.export.publish.movie,&Publ ish Movie,
            Publish in Flash Professional,
            Category(com.adobe.flexbuilder.flashbridge.flashProCommands,Flash Professional,null,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,carbon,system)
    Binding(COMMAND+SHIFT+F12,
        ParameterizedCommand(Command(org.eclipse.mylyn.tasks.ui.command.searchForTask,Search Repository for Task,
            Category(org.eclipse.ui.category.navigate,Navigate,null,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system) 
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-05-12 15:22:45.153
    !MESSAGE Error while retrieving predefined variables
    !STACK 0
    java.lang.NullPointerException
        at com.adobe.flexbuilder.mxmlmodel.NamespaceHelper.getXMLNamesForClass(NamespaceHelper.java: 213)
        at com.adobe.flexbuilder.mxmlmodel.NamespaceHelper.getTagForClass(NamespaceHelper.java:169)
        at com.adobe.flexide.mxml.core.filetemplates.MXMLFileTemplatesProvider.getPrefixForClass(MXM LFileTemplatesProvider.java:312)
        at com.adobe.flexide.mxml.core.filetemplates.MXMLFileTemplatesProvider.getPreDefinedVariable sWithValues(MXMLFileTemplatesProvider.java:256)
        at com.adobe.flexide.editorcore.filetemplates.AbstractFileTemplatesProvider.resolveTemplate( AbstractFileTemplatesProvider.java:184)
        at com.adobe.flexide.editorcore.filetemplates.FileTemplatesManager.getFileContentForNewProje ct(FileTemplatesManager.java:267)
        at com.adobe.flexide.editorcore.filetemplates.FileTemplateResolver.resolveTemplateForNewProj ect(FileTemplateResolver.java:50)
        at com.adobe.flexbuilder.project.FlexProjectManager.getFileTemplateContentForNewProject(Flex ProjectManager.java:1220)
        at com.adobe.flexbuilder.project.internal.FlexProject.getDefaultApplicationContents(FlexProj ect.java:319)
        at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.createMainApplica tion(ActionScriptProject.java:396)
        at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.createMainApplica tion(ActionScriptProject.java:361)
        at com.adobe.flexbuilder.project.ui.wizards.AbstractActionScriptProjectWizard$3.execute(Abst ractActionScriptProjectWizard.java:364)
        at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
        at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
        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.project.ui.wizards.AbstractActionScriptProjectWizard.doCreateMainAp plication(AbstractActionScriptProjectWizard.java:370)
        at com.adobe.flexbuilder.project.ui.wizards.AbstractActionScriptProjectWizard.performFinish( AbstractActionScriptProjectWizard.java:308)
        at com.adobe.flexbuilder.project.ui.wizards.AbstractFlexProjectWizard.access$1(AbstractFlexP rojectWizard.java:1)
        at com.adobe.flexbuilder.project.ui.wizards.AbstractFlexProjectWizard$FlexStrategy.perFormFi nish(AbstractFlexProjectWizard.java:794)
        at com.adobe.flexbuilder.project.ui.wizards.AbstractFlexProjectWizard.performFinish(Abstract FlexProjectWizard.java:567)
        at com.adobe.flexbuilder.project.ui.wizards.FlexApolloProjectWizard.performFinish(FlexApollo ProjectWizard.java:94)
        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:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:253)
        at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
        at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
        at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
        at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
        at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
        at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.j ava:241)
        at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        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 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a: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(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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) 
    !ENTRY org.eclipse.jface 2 0 2010-05-12 15:23:17.370
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-05-12 15:23:17.370
    !MESSAGE A conflict occurred for COMMAND+G:
    Binding(COMMAND+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllDeclarationsAction@1110caf)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(COMMAND+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllDeclarationsAction@1110caf)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    Binding(COMMAND+G,
        ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.declarations.in.wor kspace,Declaration in Workspace,
            Search for declarations of the selected element in the workspace,
            Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-05-12 15:23:17.370
    !MESSAGE A conflict occurred for COMMAND+SHIFT+G:
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllReferencesAction@57c204)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllReferencesAction@57c204)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.references.in.works pace,References in Workspace,
            Search for references to the selected element in the workspace,
            Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system) 
    !ENTRY org.eclipse.core.resources 4 1 2010-05-12 15:24:45.970
    !MESSAGE Internal Error
    !STACK 0
    java.lang.IllegalArgumentException: Element not found: /testWithSubs/Sub1/bin-debug.
        at org.eclipse.core.internal.watson.ElementTree.elementNotFound(ElementTree.java:255)
        at org.eclipse.core.internal.watson.ElementTree.createElement(ElementTree.java:183)
        at org.eclipse.core.internal.resources.Workspace.createResource(Workspace.java:861)
        at org.eclipse.core.internal.resources.Workspace.createResource(Workspace.java:816)
        at org.eclipse.core.internal.localstore.RefreshLocalVisitor.createResource(RefreshLocalVisit or.java:80)
        at org.eclipse.core.internal.localstore.RefreshLocalAliasVisitor.createResource(RefreshLocal AliasVisitor.java:37)
        at org.eclipse.core.internal.localstore.RefreshLocalVisitor.synchronizeExistence(RefreshLoca lVisitor.java:216)
        at org.eclipse.core.internal.localstore.RefreshLocalVisitor.visit(RefreshLocalVisitor.java:2 90)
        at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:107)
        at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystem ResourceManager.java:784)
        at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResource Manager.java:768)
        at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1528)
        at com.adobe.flexbuilder.project.compiler.internal.BuilderUtils.generateAndCopyFiles(Builder Utils.java:602)
        at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.buildItem(FlexProjectB uilder.java:497)
        at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuild er.java:306)
        at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncremen talBuilder.java:157)
        at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
        at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
        at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:309)
        at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341)
        at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)
        at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) 
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-05-12 15:24:45.971
    !MESSAGE Uncaught exception in compiler
    !STACK 0
    java.lang.IllegalArgumentException: Element not found: /testWithSubs/Sub1/bin-debug.
        at org.eclipse.core.internal.watson.ElementTree.elementNotFound(ElementTree.java:255)
        at org.eclipse.core.internal.watson.ElementTree.createElement(ElementTree.java:183)
        at org.eclipse.core.internal.resources.Workspace.createResource(Workspace.java:861)
        at org.eclipse.core.internal.resources.Workspace.createResource(Workspace.java:816)
        at org.eclipse.core.internal.localstore.RefreshLocalVisitor.createResource(RefreshLocalVisit or.java:80)
        at org.eclipse.core.internal.localstore.RefreshLocalAliasVisitor.createResource(RefreshLocal AliasVisitor.java:37)
        at org.eclipse.core.internal.localstore.RefreshLocalVisitor.synchronizeExistence(RefreshLoca lVisitor.java:216)
        at org.eclipse.core.internal.localstore.RefreshLocalVisitor.visit(RefreshLocalVisitor.java:2 90)
        at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:107)
        at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystem ResourceManager.java:784)
        at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResource Manager.java:768)
        at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1528)
        at com.adobe.flexbuilder.project.compiler.internal.BuilderUtils.generateAndCopyFiles(Builder Utils.java:602)
        at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.buildItem(FlexProjectB uilder.java:497)
        at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuild er.java:306)
        at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncremen talBuilder.java:157)
        at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
        at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
        at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:309)
        at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341)
        at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)
        at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    !SESSION 2010-05-13 08:02:13.908 -----------------------------------------------
    eclipse.buildId=
    java.version=1.6.0_17
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    Framework arguments:  -product org.eclipse.epp.package.jee.product -keyring /Users/jeff/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws carbon -arch x86 -product org.eclipse.epp.package.jee.product -keyring /Users/jeff/.eclipse_keyring -showlocation 
    !ENTRY org.eclipse.equinox.p2.repository 4 0 2010-05-13 08:02:14.612
    !MESSAGE ProvisioningEventBus could not be obtained. Metadata caches may not be cleaned up properly. 
    !ENTRY org.eclipse.jface 2 0 2010-05-13 08:02:21.699
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-05-13 08:02:21.699
    !MESSAGE A conflict occurred for COMMAND+SHIFT+F12:
    Binding(COMMAND+SHIFT+F12,
        ParameterizedCommand(Command(com.adobe.flexbuilder.flashbridge.export.publish.movie,&Publ ish Movie,
            Publish in Flash Professional,
            Category(com.adobe.flexbuilder.flashbridge.flashProCommands,Flash Professional,null,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,carbon,system)
    Binding(COMMAND+SHIFT+F12,
        ParameterizedCommand(Command(org.eclipse.mylyn.tasks.ui.command.searchForTask,Search Repository for Task,
            Category(org.eclipse.ui.category.navigate,Navigate,null,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system) 
    !ENTRY org.eclipse.jface 2 0 2010-05-13 08:02:21.968
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-05-13 08:02:21.968
    !MESSAGE A conflict occurred for COMMAND+G:
    Binding(COMMAND+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllDeclarationsAction@1b8b648)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(COMMAND+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllDeclarationsAction@1b8b648)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    Binding(COMMAND+G,
        ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.declarations.in.wor kspace,Declaration in Workspace,
            Search for declarations of the selected element in the workspace,
            Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-05-13 08:02:21.968
    !MESSAGE A conflict occurred for COMMAND+SHIFT+G:
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllReferencesAction@1e9d469)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllReferencesAction@1e9d469)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.references.in.works pace,References in Workspace,
            Search for references to the selected element in the workspace,
            Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system)
    !SESSION 2010-05-13 08:05:16.581 -----------------------------------------------
    eclipse.buildId=
    java.version=1.6.0_17
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    Framework arguments:  -product org.eclipse.epp.package.jee.product -keyring /Users/jeff/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws carbon -arch x86 -product org.eclipse.epp.package.jee.product -keyring /Users/jeff/.eclipse_keyring -showlocation 
    !ENTRY org.eclipse.equinox.p2.repository 4 0 2010-05-13 08:05:17.276
    !MESSAGE ProvisioningEventBus could not be obtained. Metadata caches may not be cleaned up properly. 
    !ENTRY org.eclipse.jface 2 0 2010-05-13 08:05:24.373
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-05-13 08:05:24.374
    !MESSAGE A conflict occurred for COMMAND+SHIFT+F12:
    Binding(COMMAND+SHIFT+F12,
        ParameterizedCommand(Command(com.adobe.flexbuilder.flashbridge.export.publish.movie,&Publ ish Movie,
            Publish in Flash Professional,
            Category(com.adobe.flexbuilder.flashbridge.flashProCommands,Flash Professional,null,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,carbon,system)
    Binding(COMMAND+SHIFT+F12,
        ParameterizedCommand(Command(org.eclipse.mylyn.tasks.ui.command.searchForTask,Search Repository for Task,
            Category(org.eclipse.ui.category.navigate,Navigate,null,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system) 
    !ENTRY org.eclipse.jface 2 0 2010-05-13 08:05:24.635
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-05-13 08:05:24.635
    !MESSAGE A conflict occurred for COMMAND+G:
    Binding(COMMAND+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllDeclarationsAction@204d14)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(COMMAND+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllDeclarationsAction@204d14)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    Binding(COMMAND+G,
        ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.declarations.in.wor kspace,Declaration in Workspace,
            Search for declarations of the selected element in the workspace,
            Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-05-13 08:05:24.635
    !MESSAGE A conflict occurred for COMMAND+SHIFT+G:
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllReferencesAction@118efc0)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            LegacyHandlerWrapper(ActionHandler(action=com.adobe.flexbuilder.as.editor.ui.actions.Find AllReferencesAction@118efc0)),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.references.in.works pace,References in Workspace,
            Search for references to the selected element in the workspace,
            Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system) 
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-05-13 11:12:36.992
    !MESSAGE Error fetching actionscript project for testWithSubs
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: Resource '/testWithSubs' does not exist.
        at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:319)
        at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:196)
        at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:113)
        at org.eclipse.core.internal.resources.Project.hasNature(Project.java:494)
        at org.eclipse.core.internal.resources.Project.getNature(Project.java:375)
        at com.adobe.flexbuilder.project.actionscript.ActionScriptCore.getProject(ActionScriptCore.j ava:427)
        at com.adobe.flexbuilder.project.FlexProjectManager.getActionScriptOrFlexProject(FlexProject Manager.java:642)
        at com.adobe.flexbuilder.flexunit.debug.contextMenu.FlexUnitContextMenuRunActionDelegate.val idateSelections(FlexUnitContextMenuRunActionDelegate.java:245)
        at com.adobe.flexbuilder.flexunit.debug.contextMenu.FlexUnitContextMenuRunActionDelegate.sel ectionChanged(FlexUnitContextMenuRunActionDelegate.java:224)
        at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:206)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:277)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:289)
        at org.eclipse.ui.internal.ViewerActionBuilder$ViewerContribution.selectionChanged(ViewerAct ionBuilder.java:191)
        at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.runtime.Platform.run(Platform.java:888)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
        at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
        at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2132)
        at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1160)
        at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1190)
        at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:228)
        at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:222)
        at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:389)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        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 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a: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(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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)
    !SUBENTRY 1 org.eclipse.core.resources 4 368 2010-05-13 11:12:36.995
    !MESSAGE Resource '/testWithSubs' does not exist. 
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-05-13 11:14:31.187
    !MESSAGE Error fetching actionscript project for subTest
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: Resource '/subTest' does not exist.
        at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:319)
        at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:196)
        at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:113)
        at org.eclipse.core.internal.resources.Project.hasNature(Project.java:494)
        at org.eclipse.core.internal.resources.Project.getNature(Project.java:375)
        at com.adobe.flexbuilder.project.actionscript.ActionScriptCore.getProject(ActionScriptCore.j ava:427)
        at com.adobe.flexbuilder.project.FlexProjectManager.getActionScriptOrFlexProject(FlexProject Manager.java:642)
        at com.adobe.flexbuilder.flexunit.debug.contextMenu.FlexUnitContextMenuRunActionDelegate.val idateSelections(FlexUnitContextMenuRunActionDelegate.java:245)
        at com.adobe.flexbuilder.flexunit.debug.contextMenu.FlexUnitContextMenuRunActionDelegate.sel ectionChanged(FlexUnitContextMenuRunActionDelegate.java:224)
        at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:206)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:277)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:289)
        at org.eclipse.ui.internal.ViewerActionBuilder$ViewerContribution.selectionChanged(ViewerAct ionBuilder.java:191)
        at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.runtime.Platform.run(Platform.java:888)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
        at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
        at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2132)
        at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1160)
        at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1190)
        at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:228)
        at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:222)
        at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:389)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        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 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a: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(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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)
    !SUBENTRY 1 org.eclipse.core.resources 4 368 2010-05-13 11:14:31.188
    !MESSAGE Resource '/subTest' does not exist. 
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-05-13 11:15:01.659
    !MESSAGE Error fetching actionscript project for Sub1
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: Resource '/Sub1' does not exist.
        at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:319)
        at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:196)
        at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:113)
        at org.eclipse.core.internal.resources.Project.hasNature(Project.java:494)
        at org.eclipse.core.internal.resources.Project.getNature(Project.java:375)
        at com.adobe.flexbuilder.project.actionscript.ActionScriptCore.getProject(ActionScriptCore.j ava:427)
        at com.adobe.flexbuilder.project.FlexProjectManager.getActionScriptOrFlexProject(FlexProject Manager.java:642)
        at com.adobe.flexbuilder.flexunit.debug.contextMenu.FlexUnitContextMenuRunActionDelegate.val idateSelections(FlexUnitContextMenuRunActionDelegate.java:245)
        at com.adobe.flexbuilder.flexunit.debug.contextMenu.FlexUnitContextMenuRunActionDelegate.sel ectionChanged(FlexUnitContextMenuRunActionDelegate.java:224)
        at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:206)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:277)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:289)
        at org.eclipse.ui.internal.ViewerActionBuilder$ViewerContribution.selectionChanged(ViewerAct ionBuilder.java:191)
        at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.runtime.Platform.run(Platform.java:888)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
        at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
        at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2132)
        at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1160)
        at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1190)
        at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:228)
        at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:222)
        at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:389)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        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 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a: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(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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)
    !SUBENTRY 1 org.eclipse.core.resources 4 368 2010-05-13 11:15:01.660
    !MESSAGE Resource '/Sub1' does not exist. 
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-05-13 11:18:18.015
    !MESSAGE Error fetching actionscript project for subTest
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: Resource '/subTest' does not exist.
        at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:319)
        at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:196)
        at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:113)
        at org.eclipse.core.internal.resources.Project.hasNature(Project.java:494)
        at org.eclipse.core.internal.resources.Project.getNature(Project.java:375)
        at com.adobe.flexbuilder.project.actionscript.ActionScriptCore.getProject(ActionScriptCore.j ava:427)
        at com.adobe.flexbuilder.project.FlexProjectManager.getActionScriptOrFlexProject(FlexProject Manager.java:642)
        at com.adobe.flexbuilder.flexunit.debug.contextMenu.FlexUnitContextMenuRunActionDelegate.val idateSelections(FlexUnitContextMenuRunActionDelegate.java:245)
        at com.adobe.flexbuilder.flexunit.debug.contextMenu.FlexUnitContextMenuRunActionDelegate.sel ectionChanged(FlexUnitContextMenuRunActionDelegate.java:224)
        at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:206)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:277)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:289)
        at org.eclipse.ui.internal.ViewerActionBuilder$ViewerContribution.selectionChanged(ViewerAct ionBuilder.java:191)
        at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.runtime.Platform.run(Platform.java:888)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
        at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
        at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2132)
        at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1160)
        at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1190)
        at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:228)
        at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:222)
        at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:389)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        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 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a: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(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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)
    !SUBENTRY 1 org.eclipse.core.resources 4 368 2010-05-13 11:18:18.016
    !MESSAGE Resource '/subTest' does not exist. 
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-05-13 11:19:43.842
    !MESSAGE Error fetching actionscript project for subTest
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: Resource '/subTest' does not exist.
        at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:319)
        at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:196)
        at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:113)
        at org.eclipse.core.internal.resources.Project.hasNature(Project.java:494)
        at org.eclipse.core.internal.resources.Project.getNature(Project.java:375)
        at com.adobe.flexbuilder.project.actionscript.ActionScriptCore.getProject(ActionScriptCore.j ava:427)
        at com.adobe.flexbuilder.project.FlexProjectManager.getActionScriptOrFlexProject(FlexProject Manager.java:642)
        at com.adobe.flexbuilder.flexunit.debug.contextMenu.FlexUnitContextMenuRunActionDelegate.val idateSelections(FlexUnitContextMenuRunActionDelegate.java:245)
        at com.adobe.flexbuilder.flexunit.debug.contextMenu.FlexUnitContextMenuRunActionDelegate.sel ectionChanged(FlexUnitContextMenuRunActionDelegate.java:224)
        at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:206)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:277)
        at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:289)
        at org.eclipse.ui.internal.ViewerActionBuilder$ViewerContribution.selectionChanged(ViewerAct ionBuilder.java:191)
        at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.runtime.Platform.run(Platform.java:888)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
        at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
        at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2132)
        at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1160)
        at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1190)
        at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:228)
        at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:222)
        at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:389)
        at org.eclipse.swt.w

  • [SOLVED]Flash Player not functioning correctly.

    Hi all,
    I have recently updated my flash player to the 10.1 r53 using nspluginwrapper.
    when the flash movies load say on you tube, i can't pause maximize or use any controls, the movie just plays ,
    but on random videos the controls work!
    before i updated it worked fine, but before i roll back i would like to get the latest release working if i can.
    just wondering if any one knows the solution to this problem or are experiencing the same problems.
    Thanks
    Last edited by Arch_Adam (2010-08-04 19:35:39)

    Better solution: http://wiki.archlinux.org/index.php/Ins … t_register

  • Pdf slideshow from PS CS4 - not bridge/output!

    Does anyone know if I can get it back in the automate settings, perhaps as a legacy function?
    I've just downloaded the PS CS4 and LR2 trials (and using the beta LR2.2 and beta ACR) as my PS CS2 and old raw plugin don't open my new cameras images.
    imho I don't think they've really thought it through from a workflow pov, I provide both contacts and a pdf slideshow to my clients. If I use the bridge/output method for both on every job - and all the swapping over of the options that entails I will be smacking my head off the nearest wall after a couple of days.
    The bridge/output also limits my choices severely - I thought the idea of upgrading was to IMPROVE functionality......... I'm not usually a grumbler, but I'm about to pay an upgrade price of nearly a grand (in £'s - not $!) essentially for a lovely raw plugin and nice LR2 web galleries - it's not looking like a particularly good deal :-(
    I've found the "PS CS4 goodie" folder on the adobe site and installed the contact sheet II option into the automate area - it's just not practical for me to have a set of contacts in pdf format, it's definitely a step backwards for me.
    I'd hoped for an improvement, with options to include a title, date etc - but nope.
    I'm also not happy with the pdf slideshow in bridge/output - I miss the compression options, I often need to keep them small on the file front - whilst keeping the screen looking good (150ppi compression works well) - which I don't have the ability to do this in cs4, constraining to screen size choices with a "high" or "low" option is useless to me. I just don't get it - this is pro software - with a pro price - is it too much to ask for more pro workflow considerations? Come on Adobe, play the game......
    Apologies for the rambling rant and general grumpiness - all help & suggestions very much appreciated :-)

    I found an answer to my own question. A work around of sorts.
    Download Photoshop Elements 6 for Macintosh. With PSE6 I made a slide show with 550 images 1920x1200, without thumbs. I ran into one problem making the slide show. My images contained 4 images which had not ben created by Photoshop and could not be included in the slide show. Opening the images in Photoshop CS4 and re-saving them still did not make then acceptable. Not a big deal. I probably could have fixed the four images by stripping all EXIF data before opening them in Photoshop. BTW, PSE6 made the slide show in demo mode.
    I hope the bug in Photoshop CS4 will be fixed in Photoshop CS5.

  • Simple Flash rollovers not working in Director

    I’ve taken the pre-made rounded VCR buttons from the
    Flash library, placed them one at a time on a 30 x 24 stage and
    published the swf. I’ve imported the swf’s into
    Director but only the pause button executes the rollover. I can
    double click on each of the swf’s and the rollovers work fine
    but in Director the pause button is the only one working. I
    can’t see any difference between the buttons, they’re
    constructed exactly alike, anyone know what’s up?

    No code in the SFW's at all ... it really is just the stock
    button thrown on the stage and exported (because I was too lazy to
    draw them myself ;-)

  • Output from Bridge cs4 not available.

      Bridge output to pdf and web are gone.
    Adobe Creative Suite CS4 Web Premium on Windows 7 64
    I cannot output (photoshop) files to pdf and web.
    Reinstall with the DVD doesnot help.

    I was just concerned that Bridge was not seeing folders like it should .  If it looks like the screen shot of mine I am almost out of ideas.
    But before you do that also reset the prreferences in Photoshop just in case.  For this start PS and hold down Ctrl + Alt + Shift and you will get a reset window.  It is a little tricky and if you see the splash screen you are too late.
    If if worked before and you have made no changes there might be a file that got corrupted somehow.
    Just to be safe you might open the keywords pannel and in the dropdown box click on Export.  You can export you keywords list to a safe location just in case.
    If you have any special actions and stuff in PS you might save thoese also as Bridge is a part of Photoshop so you will have to reset everything.
    Good luck and hope you get it back in order.

  • Apps from third party not functioning.

    I am using a MAC BOOK PRO. I have downloaded some video tutorials which functioned fine in the beginning but now it just open and can not proceed to play the video (no audio also). Help please.

    There is an application at the APPS STORE, it is called TUTOR FOR IPHOTO 11. I downloaded this. At first it is working. Now it's not working anymore. It only opens up to the video portion then no more. That's my problem. Other applications that has a video part is working except for this and two others.

Maybe you are looking for