Flex Builder truncate/drop variables for AIR App

I have built and compiled a Air Application with Local
versions of Coldfusion 8.0.1, Flexbuilder 3.0.2... When I Access
the SWF via browser as in
http://127.0.0.1:8300/Census.swf
everything is great and data is filled in my Datagrid.
HOWEVER, when I compile/run the AIR App (from flex builder)
on the desktop: I get this error…
[RPC Fault faultString="Send failed"
faultCode="Client.Error.MessageSend"
faultDetail="Channel.Connect.Failed error
NetConnection.Call.Failed: HTTP: Failed:
url: '
http://ensus.swf/flex2gateway/cfamfpolling'"
What is interesting is the real file is truncated (ensus.swf
not Census.swf) and the IP/Port number are omitted
Using a cf-polling-amf channel where the Server name and
variables are correctly designated as:
<channel-definition id="cf-polling-amf"
class="mx.messaging.channels.AMFChannel">
<endpoint uri="
http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling"
class="flex.messaging.endpoints.AMFEndpoint"/>
<properties>
<polling-enabled>true</polling-enabled>
<polling-interval-seconds>8</polling-interval-seconds>
<serialization>
<instantiate-types>false</instantiate-types>
</serialization>
</properties>
</channel-definition>
and the crossdomain.xml exists as well
Also - If there were issues with the service-config.xml for
the channel definitions - wouldn't the SWF have failed to access
data as well?
Any thoughts???

You can look at here:
http://sherifabdou.com/2008/06/hardcoding-the-endpoint-for-air-and-coldfusion-remoting/
I am not familiar with this. You can google AIR coldfusion
endpoint to look at related discussion.
-ted

Similar Messages

  • Flex Builder 3 and Employee Directory Sample App

    Ok, please be paitent with me.  Just starting out with Flex Builder 3 and Flash Builder 4.
    I have installed Flex Builder 3 and imported the Employee Directory application sample, but I cannot get it to run, nor debug.
    I'm on a Mac Pro and I have not done any other configuration to the Flex Builder 3 installation, yet.
    In order to get the Employee Directory app to run, can someone give me some assistance as to what I need to do in order to get it running within the development environment.
    Any assistance will be greatly appreciated.
    Regards,
    Jeff

    No errors, it just will not run.
    I loaded the employeedirectory.mxml into the editor and simply tried to run it.  The Eclipse editor / employeedirectory canvas blinks, but doesn't execute.
    In addition, when I set a breakpoint and try to debug, I get the following error:
    Process terminated without establishing connection to debugger.
    Command:
    "/Applications/Adobe Flex Builder 3/sdks/3.2.0/bin/adl" -runtime "/Applications/Adobe Flex Builder 3/sdks/3.2.0/runtimes/air/mac" "/Users/Jeff/Documents/Flex Builder 3/employeedirectory/bin-debug/employeedirectory-app.xml" "/Users/Jeff/Documents/Flex Builder 3/employeedirectory/bin-debug"
    Output from command:
    error while loading initial content
    Thanks for the reply...  hopefully it's a simple configuration issue.
    Update:  I created a blank application with no control, notta and it ran fine, i.e. loaded up into Firefox with a blank canvas.

  • How to set flex builder profiler for AIR apps ?

    Hi everybody !
    I am trying to profile my AIR app but I can't run the profiler....
    For flex app (in web browser) profiler works fine, for my AIR app, debug works but profiler just display 'socket timeout'.
    I also try to profile my air app as an external application profiler start but crash saying NativeWindow not found (like AIR sdk was not found...)
    SO How I can't set my AIR player or my profiler to work ???
    Thx all and happy christmas !

    Hello,
    I would be glad if someone show me how to accomplish those. I am new to Java so I am not sure how to do those.
    Best Regards.
    1. create a batch file to launch your 'desktop' app - the batch file should set the proper environment (JAVA_HOME,, path, etc)
    2. create a small wrapper application that is launched by Java web start.
    3. the wrapper app will do nothing more use ProcessBuilder to execute the batch file you created which will then launch the app
    That way Java web start can use 1.7 to launch the wrapper app but the batch file will set the environment to 1.5 for the other app.

  • Can't Export Release Build for AIR app...

    Flash Builder 4.7 won't let me export a release build for any AIR apps at all...
    It started when I wanted to make some changes to an old AIR app.  Couldn't even run it in the debugger, so I updated the AIR SDK (using instructions found here: http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html   and here: http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html )
    So after doing all that, and making some other changes, I finally got my AIR app to run in the debugger in Flash Builder 4.7.  Made the changes I wanted to make, then tried to Export Release Build...  Kept giving me a "Password Incorrect for this certificate" error whenever I tried it -- but it would never let me enter a password.  I went to Project | Export Release Build, and on the first screen there, I would click "Next" and it would jump straight to compiling, skipping over the screen where you're supposed to be able to enter the certificate info and password.
    Figured maybe because it was an old AIR project, that was causing the problem.  So I started a brand new AIR project -- very simple one with just a <s:Label> inside a <s:WindowedApplication>.  Went to Project | Properties | Flash Builder Packaging and created a brand-new self-signed certificate (which seemed to work) but again upon trying to export the release build, it wouldn't let me get to the screen where you enter the password.  Clicking "Next" from the first screen on Project | Export Release Build just jumps straight to compiling and (of course) it gives me the Incorrect Password error, because it never gave me a chance to enter the password.
    So what is going on here?  Why can I not export any release builds for any AIR projects?  This is extremely frustrating -- Flash Builder 4.6 never gave me these kinds of problems.  What can I do to fix Flash Builder 4.7 so it will work properly with AIR projects?
    Thanks,
    L.

    Hi,
    I think something's wrong with either your FB 4.7 installation, or how you updated the AIR SDK. I just walked through the exact steps you listed (except I already had the AIR SDK overlayed) and I can build a desktop AIR app without issue. I get prompted for the password and everything.
    I wish I had a better answer, but I'd suggest uninstalling and re-installing FB 4.7, be sure to remove preferences as well. Then before you update the AIR SDK, try building an AIR app with the base SDK that's included in 4.7. If you can get it to compile and prompt you for the password, then it's the way you overlayed the SDK that's messed something up.
    Make sure you download the correct AIR SDK that's specific to Flex. On this download page: http://www.adobe.com/devnet/air/air-sdk-download.html is a reference in small print that says: Note : Flex users will need to download the original AIR SDK without the new compiler. Mac Windows. Make sure it's that version of the SDK (without the ASC 2.0 compiler). Then try overlaying the SDK again and see if that works.
    I can definitely confirm that what you are experiencing isn't the norm, and that you can get the latest AIR SDK to work with FB 4.7
    Good luck!
    iBrent

  • Missing "Native Installer" option from Export Release Build for AIR app

    Just wondering if anyone else has run up against this. No matter what type of AIR app I'm working on all I get is the Export to file option. I'm up to date, using Flex 4.1 SDK with AIR 2.5 SDK on a current Vista 64 setup.

    Sure.
    Version: 4.0.0.272416
    Sorry, but I can't figure out a way to attach files so here's the log en clair:
    !SESSION 2010-10-25 11:51:05.495 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.equinox.ds 4 0 2010-10-25 11:51:08.254
    !MESSAGE
    !STACK 0
    org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.j ava:1313)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(Abs tractBundle.java:1297)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
    at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManage r.java:557)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java :464)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelMana ger.java:248)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManage r.java:445)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)
    !ENTRY org.eclipse.equinox.p2.engine 2 0 2010-10-25 12:11:49.320
    !MESSAGE Agent location service not available
    !STACK 0
    java.lang.RuntimeException
    at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.getDefaultLocation(ProfilePrefe rences.java:128)
    at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.load(ProfilePreferences.java:18 1)
    at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:3 07)
    at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences. java:543)
    at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:669 )
    at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences. java:549)
    at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:669 )
    at org.eclipse.core.internal.preferences.RootPreferences.getNode(RootPreferences.java:106)
    at org.eclipse.core.internal.preferences.RootPreferences.node(RootPreferences.java:85)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.getPreferenc es(AbstractRepositoryManager.java:475)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.remember(Abs tractRepositoryManager.java:778)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.shutdown(Abs tractRepositoryManager.java:969)
    at org.eclipse.equinox.internal.p2.artifact.repository.Activator.stop(Activator.java:40)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:8 43)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:83 6)
    at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:474)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:546)
    at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1098)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java :593)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelMana ger.java:261)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.jav a:216)
    at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundl e.java:266)
    at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:685)
    at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:583)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:409)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
    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)
    !ENTRY org.eclipse.equinox.p2.engine 2 0 2010-10-25 12:11:49.354
    !MESSAGE Agent location service not available
    !STACK 0
    java.lang.RuntimeException
    at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.getDefaultLocation(ProfilePrefe rences.java:128)
    at org.eclipse.equinox.internal.p2.engine.ProfilePreferences.load(ProfilePreferences.java:18 1)
    at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:3 07)
    at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences. java:543)
    at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:669 )
    at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences. java:549)
    at org.eclipse.core.internal.preferences.EclipsePreferences.node(EclipsePreferences.java:669 )
    at org.eclipse.core.internal.preferences.RootPreferences.getNode(RootPreferences.java:106)
    at org.eclipse.core.internal.preferences.RootPreferences.node(RootPreferences.java:85)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.getPreferenc es(AbstractRepositoryManager.java:475)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.remember(Abs tractRepositoryManager.java:778)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.shutdown(Abs tractRepositoryManager.java:969)
    at org.eclipse.equinox.internal.p2.metadata.repository.Activator.stop(Activator.java:63)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:8 43)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:83 6)
    at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:474)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:546)
    at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1098)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java :593)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelMana ger.java:261)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.jav a:216)
    at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundl e.java:266)
    at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:685)
    at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:583)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:409)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
    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)
    !SESSION 2010-10-25 12:11:51.672 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86 -data C:\Users\Bruce Findleton\Adobe Flash Builder 4
    !ENTRY org.eclipse.jface 2 0 2010-10-25 12:21:21.480
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 12:21:21.480
    !MESSAGE A conflict occurred for CTRL+G:
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,Find All Declarations In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllDeclarationsAction@522f40),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,Find All Declarations In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllDeclarationsAction@522f40),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 12:21:21.480
    !MESSAGE A conflict occurred for CTRL+SHIFT+G:
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,Find All References In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllReferencesAction@19c2667),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,Find All References In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllReferencesAction@19c2667),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SESSION 2010-10-25 13:03:38.505 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.jface 2 0 2010-10-25 13:05:17.034
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 13:05:17.034
    !MESSAGE A conflict occurred for CTRL+G:
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,Find All Declarations In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllDeclarationsAction@f3a5a5),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,Find All Declarations In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllDeclarationsAction@f3a5a5),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 13:05:17.034
    !MESSAGE A conflict occurred for CTRL+SHIFT+G:
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,Find All References In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllReferencesAction@14f3),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,Find All References In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllReferencesAction@14f3),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SESSION 2010-10-25 16:03:13.837 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.jface 2 0 2010-10-25 16:03:27.871
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 16:03:27.871
    !MESSAGE A conflict occurred for CTRL+G:
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,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.FindA llDeclarationsAction@c6fc84)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,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.FindA llDeclarationsAction@c6fc84)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-25 16:03:27.871
    !MESSAGE A conflict occurred for CTRL+SHIFT+G:
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,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.FindA llReferencesAction@1ec73d9)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,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.FindA llReferencesAction@1ec73d9)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-10-25 17:45:42.992
    !MESSAGE unexpected partitioning error
    !STACK 0
    java.lang.Exception
    at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:972)
    at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
    at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:50)
    at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLPartitionUpdater.partition(MXMLPa rtitionUpdater.java:570)
    at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLPartitionUpdater.repartition(MXML PartitionUpdater.java:995)
    at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLFastPartitioner.documentChanged2( MXMLFastPartitioner.java:63)
    at org.eclipse.jface.text.AbstractDocument.updateDocumentStructures(AbstractDocument.java:67 2)
    at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:759)
    at com.adobe.flexide.mxml.core.document.MXMLDocument.fireDocumentChanged(MXMLDocument.java:4 06)
    at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1157)
    at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1176)
    at com.adobe.flexide.mxml.core.document.MXMLDocument.replace(MXMLDocument.java:632)
    at org.eclipse.jface.text.projection.ProjectionTextStore.replace(ProjectionTextStore.java:11 1)
    at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1150)
    at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1176)
    at org.eclipse.jface.text.projection.ProjectionDocument.replace(ProjectionDocument.java:630)
    at org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.jav a:248)
    at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:6634)
    at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:7442)
    at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2441)
    at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5814)
    at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5839)
    at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5541)
    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.Widget.sendEvent(Widget.java:1027)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036)
    at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1368)
    at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4053)
    at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:346)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3946)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4589)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2410)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3471)
    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(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(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)
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-10-25 17:45:42.996
    !MESSAGE unexpected partitioning error
    !STACK 0
    java.lang.Exception
    at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:972)
    at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
    at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:50)
    at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLPartitionUpdater.partition(MXMLPa rtitionUpdater.java:570)
    at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLPartitionUpdater.partition(MXMLPa rtitionUpdater.java:575)
    at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLPartitionUpdater.repartition(MXML PartitionUpdater.java:995)
    at com.adobe.flexide.mxml.core.editor.partitioner.fast.MXMLFastPartitioner.documentChanged2( MXMLFastPartitioner.java:63)
    at org.eclipse.jface.text.AbstractDocument.updateDocumentStructures(AbstractDocument.java:67 2)
    at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:759)
    at com.adobe.flexide.mxml.core.document.MXMLDocument.fireDocumentChanged(MXMLDocument.java:4 06)
    at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1157)
    at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1176)
    at com.adobe.flexide.mxml.core.document.MXMLDocument.replace(MXMLDocument.java:632)
    at org.eclipse.jface.text.projection.ProjectionTextStore.replace(ProjectionTextStore.java:11 1)
    at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1150)
    at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1176)
    at org.eclipse.jface.text.projection.ProjectionDocument.replace(ProjectionDocument.java:630)
    at org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.jav a:248)
    at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:6634)
    at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:7442)
    at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2441)
    at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5814)
    at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5839)
    at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5541)
    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.Widget.sendEvent(Widget.java:1027)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036)
    at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1368)
    at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4053)
    at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:346)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3946)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4589)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2410)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3471)
    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(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(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)
    !ENTRY com.adobe.flexide.embeddedplayer 4 1 2010-10-25 17:47:17.250
    !MESSAGE Invalid model for itemRenderer: soundtrackItemRender
    !ENTRY com.adobe.flexide.embeddedplayer 4 1 2010-10-25 18:19:42.231
    !MESSAGE Invalid model for skinFactory: clipSkin
    !SESSION 2010-10-29 14:28:39.090 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.jface 2 0 2010-10-29 14:29:11.486
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-29 14:29:11.486
    !MESSAGE A conflict occurred for CTRL+G:
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,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.FindA llDeclarationsAction@ad4391)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,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.FindA llDeclarationsAction@ad4391)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-29 14:29:11.486
    !MESSAGE A conflict occurred for CTRL+SHIFT+G:
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,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.FindA llReferencesAction@12f0cf1)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,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.FindA llReferencesAction@12f0cf1)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SESSION 2010-10-30 08:05:48.281 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.jface 2 0 2010-10-30 08:06:19.139
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-30 08:06:19.139
    !MESSAGE A conflict occurred for CTRL+G:
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,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.FindA llDeclarationsAction@123ba00)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,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.FindA llDeclarationsAction@123ba00)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-30 08:06:19.139
    !MESSAGE A conflict occurred for CTRL+SHIFT+G:
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,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.FindA llReferencesAction@88579c)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,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.FindA llReferencesAction@88579c)),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SESSION 2010-10-31 05:11:50.048 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.jface 2 0 2010-10-31 05:14:36.687
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-31 05:14:36.687
    !MESSAGE A conflict occurred for CTRL+G:
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,Find All Declarations In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllDeclarationsAction@a612ad),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.work space,Find All Declarations In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllDeclarationsAction@a612ad),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-10-31 05:14:36.687
    !MESSAGE A conflict occurred for CTRL+SHIFT+G:
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,Find All References In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllReferencesAction@11455a2),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(CTRL+SHIFT+G,
    ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.worksp ace,Find All References In Workspace,
    Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
    ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplor erFindAllReferencesAction@11455a2),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 09:53:01.422
    !MESSAGE An exception occurred during Flex layout
    !STACK 0
    java.lang.Exception
    at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:972)
    at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
    at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:50)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCal lbacks.flexLayoutErrorOccurred(MXMLDesignView4Controller.java:452)
    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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)
    at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java: 166)
    at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)
    at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2410)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3471)
    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(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(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)
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 09:53:01.455
    !MESSAGE Error
    !STACK 0
    java.lang.Exception
    at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:972)
    at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
    at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:50)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCal lbacks.flexLayoutErrorOccurred(MXMLDesignView4Controller.java:453)
    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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)
    at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java: 166)
    at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)
    at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2410)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3471)
    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(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(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)
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 09:53:04.833
    !MESSAGE Exception in design view callback: showErrorState(Document15,There is an error at <font color="#0000FF"><u>line 7</u></font> of your MXML document:
    The "Style" tag has invalid syntax,Error,1197.0)
    !STACK 0
    java.lang.Exception
    at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:972)
    at com.adobe.flexbuilder.project.internal.FlexProjectCore.log(FlexProjectCore.java:820)
    at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:56)
    at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:39)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCal lbacks.reportInternalError(MXMLDesignView4Controller.java:441)
    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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)
    at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java: 166)
    at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)
    at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)
    at com.adobe.flexide.embeddedplayer.PlayerNatives.CallActionScript(Native Method)
    at com.adobe.flexide.embeddedplayer.ExternalPlayer.callFunction2(ExternalPlayer.java:87)
    at com.adobe.flexide.playerview.PlayerCaller.callFunction(PlayerCaller.java:73)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Commander.showErrorState (MXMLDesignView4Commander.java:363)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.handleInvalid (MXMLDesignView4Controller.java:1735)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.processEvent( MXMLDesignView4Controller.java:1624)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.modelChanged( MXMLDesignView4Controller.java:1571)
    at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignModel.java:363)
    at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignModel.java:278)
    at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(DesignModel.java:201)
    at com.adobe.flexbuilder.mxmlmodel.inlinestates.internal.SMXMLModel$MyBaseModelListener.mode lChanged(SMXMLModel.java:335)
    at com.adobe.flexbuilder.designmodel.WeakModelListener.modelChanged(WeakModelListener.java:7 9)
    at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignModel.java:363)
    at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignModel.java:278)
    at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(DesignModel.java:201)
    at com.adobe.flexbuilder.designmodel.DocumentTextProvider.endBatch(DocumentTextProvider.java :533)
    at com.adobe.flexbuilder.designmodel.DocumentTextProvider.doProcessCodeEvents(DocumentTextPr ovider.java:567)
    at com.adobe.flexbuilder.designmodel.DocumentTextProvider.access$1(DocumentTextProvider.java :538)
    at com.adobe.flexbuilder.designmodel.DocumentTextProvider$EventQueueProcessor.run(DocumentTe xtProvider.java:238)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)
    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(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(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)
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 09:53:10.663
    !MESSAGE Exception in design view callback: showErrorState(Document15,There is an error at <font color="#0000FF"><u>line 7</u></font> of your MXML document:
    The "Style" tag has invalid syntax,Error,1197.0)
    !STACK 0
    java.lang.Exception
    at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:972)
    at com.adobe.flexbuilder.project.internal.FlexProjectCore.log(FlexProjectCore.java:820)
    at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:56)
    at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:39)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCal lbacks.reportInternalError(MXMLDesignView4Controller.java:441)
    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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)
    at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java: 166)
    at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)
    at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)
    at com.adobe.flexide.embeddedplayer.PlayerNatives.CallActionScript(Native Method)
    at com.adobe.flexide.embeddedplayer.ExternalPlayer.callFunction2(ExternalPlayer.java:87)
    at com.adobe.flexide.playerview.PlayerCaller.callFunction(PlayerCaller.java:73)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Commander.showErrorState (MXMLDesignView4Commander.java:363)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.handleInvalid (MXMLDesignView4Controller.java:1735)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.processEvent( MXMLDesignView4Controller.java:1624)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller.modelChanged( MXMLDesignView4Controller.java:1571)
    at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignModel.java:363)
    at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignModel.java:278)
    at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(DesignModel.java:201)
    at com.adobe.flexbuilder.mxmlmodel.inlinestates.internal.SMXMLModel$MyBaseModelListener.mode lChanged(SMXMLModel.java:335)
    at com.adobe.flexbuilder.designmodel.WeakModelListener.modelChanged(WeakModelListener.java:7 9)
    at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignModel.java:363)
    at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignModel.java:278)
    at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(DesignModel.java:201)
    at com.adobe.flexbuilder.designmodel.DocumentTextProvider.endBatch(DocumentTextProvider.java :533)
    at com.adobe.flexbuilder.designmodel.DocumentTextProvider.doProcessCodeEvents(DocumentTextPr ovider.java:567)
    at com.adobe.flexbuilder.designmodel.DocumentTextProvider.access$1(DocumentTextProvider.java :538)
    at com.adobe.flexbuilder.designmodel.DocumentTextProvider$EventQueueProcessor.run(DocumentTe xtProvider.java:238)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476)
    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(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(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)
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-10-31 09:53:42.566
    !MESSAGE Error loading ClassReference for skins.CustomButtonSkin
    !STACK 0
    java.lang.Exception
    at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:972)
    at com.adobe.flexbuilder.project.internal.FlexProjectCore.log(FlexProjectCore.java:820)
    at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:56)
    at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:39)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Controller$DesignViewCal lbacks.reportInternalError(MXMLDesignView4Controller.java:441)
    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 com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:89)
    at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java: 166)
    at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:46)
    at com.adobe.flexide.embeddedplayer.PlayerNatives.CallJavaFunction(PlayerNatives.java:56)
    at com.adobe.flexide.embeddedplayer.PlayerNatives.CallActionScript(Native Method)
    at com.adobe.flexide.embeddedplayer.ExternalPlayer.callFunction2(ExternalPlayer.java:87)
    at com.adobe.flexide.playerview.PlayerCaller.callFunction(PlayerCaller.java:73)
    at com.adobe.flexide.playerview.PlayerCaller.callFunctionNoResult(PlayerCaller.java:44)
    at com.adobe.flexide.designitems.styles.DesignStylist.applyStyles(DesignStylist.java:177)
    at com.adobe.flexide.designitems.styles.DesignStylist.refreshStyles(DesignStylist.java:157)
    at com.adobe.flexide.designitems.styles.StyleModelManager.styleChanged(StyleModelManager.jav a:245)
    at com.adobe.flexide.designitems.styles.StyleModelManager$StyleModelListener.modelChanged(St yleModelManager.java:279)
    at com.adobe.flexbuilder.designmodel.DesignModel.doNotifyChanged(DesignModel.java:363)
    at com.adobe.flexbuilder.designmodel.DesignModel.notifyChanged(DesignModel.java:278)
    at com.adobe.flexbuilder.designmodel.DesignModel.endNotificationBatch(DesignModel.java:201)
    at com.adobe.flexbuilder.mxmlmodel.inlinestates.internal.SMXMLModel$MyBaseModelListener.mode lChanged(SMXMLModel.java:335)
    at com.adobe.flexbuilder.designmodel.W

  • Passing Variable to air app when launch using Badger

    Hi all,
    I am going to desperately to develop my application. Hope someone can help me........
    I am using badger for air which I get it here http://www.adobe.com/devnet/air/articles/badger_for_air_apps.html and it launch my app correctly, but I can't pass any variable into my app when launch.
    I have read the instruction and adding some code like this :
    on index.html(show my badge installer):
        var so = new SWFObject("AIRInstallBadge.swf", "", "215", "180", "9.0.115", "#000000");
            so.addVariable("airversion", "1.5");
            so.addVariable("appname", "Secure%205");
            so.addVariable("appurl", "http://localhost/testing/source/secure5.air");
            so.addVariable("appid", "examples.html.HelloWorld");
            so.addVariable("pubid", "B71ED76ECC937067D72BB9A0CDB516D1A8F43A9E.1");
            so.addVariable("arguments", "launch from browser");// this is my code
            so.addVariable("appversion", "0.1");
            so.write("flashcontent");
    on index.html(my initial content) :
    var urlMonitor;
    var urlReq;
    var invokeEvent;
    var applicationID = "myappid";
    var publisherID = "mypubid";
    var applauncarg;
    //var admin="admin";
    function doWindow()
    var options = new air.NativeWindowInitOptions();
    options.transparent = false;
    options.systemChrome = air.NativeWindowSystemChrome.STANDARD;
    options.minimizable = false;
    options.maximizable = false;
    options.resizable=false;
    var windowBounds = new air.Rectangle(0,0,air.Capabilities.screenResolutionX,air.Capabilities.screenResolutionY);
    var urlreq="http://www.example.com";
    var newHTMLLoader = air.HTMLLoader.createRootWindow(true, options, true, windowBounds);
    newHTMLLoader.load(new air.URLRequest(applauncharg));
    newHTMLLoader.stage.nativeWindow.alwaysInFront = true;
    newHTMLLoader.stage.nativeWindow.addEventListener(air.NativeWindowBoundsEvent.MOVE,handlem ove);
    newHTMLLoader.stage.nativeWindow.addEventListener(air.Event.CLOSE,onCloseCommand);
    urlMonitor = new air.URLMonitor(new air.URLRequest("http://www.example.com"));
    urlMonitor.addEventListener(air.StatusEvent.STATUS, onStatusChange);
    urlMonitor.start();
    air.NativeApplication.nativeApplication.addEventListener(air.InvokeEvent.INVOKE, onInvoke);
    //urlReq=new air.URLRequestDefaults.manageCookies = true;
    function handlemove()
    newHTMLLoader.stage.nativeWindow.x=0;
    newHTMLLoader.stage.nativeWindow.y=0;
    function onCloseCommand(exitingEvent) {
    var winClosingEvent;
    for (var i = 0; i < air.NativeApplication.nativeApplication.openedWindows.length; i++) {
    var win = air.NativeApplication.nativeApplication.openedWindows[i];
    winClosingEvent = new air.Event(air.Event.CLOSING,false,true);
    win.dispatchEvent(winClosingEvent);
    if (!winClosingEvent.isDefaultPrevented()) {
    win.close();
    } else {
    exitingEvent.preventDefault();
    if (!exitingEvent.isDefaultPrevented()) {
    //perform cleanup
    function onInvoke(e)
    //apparg=event.applauncharg.toString();
    //alert ('oK'+apparg);
    applauncarg = event.arguments;
    air.trace("onInvoke : " + event.applauncharg);
    //air.Introspector.Console.log( applauncarg );
    alert (applauncarg);

    sory, there is mistake here......
    the question isn't finish yet.
    function onInvoke(e)
    //my code
    applauncarg = event.arguments;
    air.trace("onInvoke : " + event.applauncharg);
    alert (applauncarg);//just to make sure the variable had been sent correctly
    My application running smoothly but there is no alert that show applauncharg variable.
    then I am trying to know if invoke event run correctly or not by adding code
    alert ("OK");
    and it works, so there is no problem with the event listener.
    does any one know if I missing something or any thing wrong with my code?
    sory, there is mistake here......
    the question isn't finish yet.
    function onInvoke(e)
    //my code
    applauncarg = event.arguments;
    air.trace("onInvoke : " + event.applauncharg);
    alert (applauncarg);//just to make sure the variable had been sent correctly
    I have get the answer. If someone need the source code, just Pm me and I'll give you my Source to help you.
    The first is to make sure that your action scipt code can handle the argument that passed by javascript.
    Make attention between invoke event and browser invoke event! it is almost same but they are different.
    If you type browser invoke event, it seems browser invokeevent doesn't recognized, but it works.
    The second is my mistake on source code. onInvokeevent shold be like this :
    function onInvoke(e)
    //my code
    applauncarg = .arguments;
    alert (applauncarg);
    -closed-

  • Possible for AIR app connecting to SQL 2005 server

    Is it possible using Flex AIR to connection to SQL 2005
    server and fetch data ?
    If YES, whats step / process we need to follow please.
    We have the DB in sql 2005 and we want to develop desktop
    client and fetch the records from DB to AIR app.

    "kamaljeetsinghsaini" <[email protected]>
    wrote in message
    news:gmsmnc$non$[email protected]..
    > As we know that AIR supports SQlite only but in our case
    we want to fetch
    > data
    > from server that is using SQL 2005 as DB. So are you
    saying we can
    > directly
    > send the HTTP service to that server and fetch data from
    it ?
    You can send the HTTPService request to whatever back end
    technology you are
    currently using to access it. For example, if you are using
    ASP.net, you
    would still use ASP.net, but you would send back something
    that Flex
    understands, such as XML, instead of the HTML that the
    browser client
    understands.

  • Flash Builder 4 (not beta) for Air 2

    Hi,
    having worked with the Flash Builder 4 Beta 2 for a while on a project that targets the Air 2 platform, I tried to import my Flex project into the new Flash Builder 4.
    Unfortunately things seem to be handled differently compared to the beta release: Overlaying the Adobe AIR SDK for use with the Flex SDK (http://labs.adobe.com/wiki/index.php/AIR_2:Release_Notes#How_to_overlay_the_Adobe_AIR_SDK_ for_use_with_the_Flex_SDK) does not seem to work, or am I missing something?
    For example, I get error messages like 'Could not resolve <mx:Canvas> to a component implementation.'. OK, I tried what FB would do when I create a new Flex project, and found that the namespace for mx components had changed from xmlns:mx="library://ns.adobe.com/flex/halo" to xmlns:mx="library://ns.adobe.com/flex/mx". But applying this change to my project didn't get me much further....
    Is there a readme for people like me who just want to move from the FB 4 Beta 2 to the new FB 4 with their Air 2 projects??
    Thanks to all of you in advance
    Roland

    1) Make sure you project is pointing to the right SDK after you imported
    2) Make sure that SDK name is in your preferences Flash Builder > Installed Flex SDKs and it points to the right location
    Sounds like you're overlaying AIR 2 over SDK 4.0.0 correct? There was an issue in Beta 2 about this http://blogs.adobe.com/jasonsj/2010/02/workaround_for_using_the_latest_nightly_sdk_40_buil ds_with_flash_builder_beta_2.html. In the final relase of Flash Builder 4, you no longer need to apply this fix.
    If that's not the issue, an easy way to debug is to look at the "Referenced Libraries" in Package Explorer and verify (1) the right SWCs are there and (2) you can expand the SWCs and see all the classes that should be there.
    Jason San Jose
    Software Engineer, Flash Builder

  • Background not applied when choosing theme for AIR app

    Hi,
    I'm using the latest version of FB4 (4.0.1) and when I choose a theme to apply to my AIR app (using the Flex Theme section in the project properties) it mostly works except for the background color which is always white unless I set it explicitly on the WindowedApplication. 
    This is obviously a pain because if I decide to change themes I need to work out what colour to set as the background.
    I'm pretty sure I'm doing something wrong or missing something.
    Anyone have any ideas?
    Cheers,
    Chris

    Mac apps are different from iPad apps.  I don't know if you realize that.
    The way to search for iPad apps on your Mac would be to use iTunes.  Hopefully you have synched at least one of the iPads using iTunes.  If so, iTunes houses the apps, and you could search for them there.

  • Flex 3.3 can't launch AIR apps on Mac

    When using the 3.3 SDK if I try to debug an application I get
    this error:
    Process terminated without establishing connection to
    debugger.
    If the program is already running, close it before attempting
    to debug.
    I have tried all manner of restarting down to my full system.
    Flex/Flash Player works fine, its just launching AIR. If I try to
    run the AIR app (rather than debug) nothing happens at all --
    nothing launches, no errors, nothing.
    I'm using a MacBook Pro, Intel Core2Duo, OSX 10.5. The
    problem has been replicated on a coworkers' Mac as well. I haven't
    tested on Windows.

    https://bugs.adobe.com/jira/browse/SDK-19707

  • How to use expansion files for AIR app (flash cs6) on Google Play Store

    I am currently working on an app that will undoubtedly end up bigger than the maximum size of 50 MB for the APK, and I have no clue how to add files to an expansion pack, how to load expansion pack, what files need to be in expansion pack, or even what an expansion pack does/how it works. If anyone can point me in the right direction, that would be great, I want to make an expansion pack now before I get even more files.

    Haven't had a need to do this for file size purposes but since we can now download and use SWFs with ABC, I just specify my external SWFs when I compile and once my app is run it downloads the SWFs (with a pretty preloader) before the user can do anything. I have my own servers so I believe that's all that Amazon Bucket is actually used for. That user didn't have their own web servers to serve up the SWF content from.
    Aside that, check the answer here. Google will turn any extra files uploaded for your app into OBB for you. You just upload the SWF:
    Create expansion file for AS3 android Air App Flash cs6 - Stack Overflow
    It also outlines if you need to upload multiple files then .zip them up and use an AS3 .zip library to extract the files.

  • Prefered data storage method for AIR apps?

    So I'm starting on my AIR application journey, in the end I would like to develop applications for Droid.  I'm used to developing for the web and mostly use MySQL, I've been looking at SQLite and XML as data repositories.  I feel that for most of my applications at this point XML files would most likely do the job, but is there a prefered data storage method for AIR applications?
    EDIT:  I've been looking around for a primer on Flash & SQLite interaction if someone could point me in the right direction it would be very thankful.
    Thank you much!

    For document management, I believe simple file/Directory would be sufficient. have files under a file server, with your app do the proper indexing, concurrency etc from that file server folder, which shall properly stores and index the documents.

  • Pass variables to AIR app?

    Hi,
    I want to pass a variable (SWF path) to my AIR app. I will then pass this variable as the source to my SWFLoader component present in the app.
    Is there any way of achieving this? I read here http://forums.adobe.com/thread/96965 that passing FlashVars to an AIR app is not possible.
    But that was two years ago. Is this still the case?
    Any help would be greatly appreciated.
    Thanks,
    Pradeep.

    You can receive command line arguments in your AIR application by handling the InvokeEvent:
    http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118676a5d46-8000. html#WS5b3ccc516d4fbf351e63e3d118666ade46-7e1a
    Hope this helps.
    Chris Thilgen
    AIR Engineering

  • CONTRACT JOB POSTING:Custom Installer Project for AIR app

    We have  a large AIR app which will require a custom installer. If you have experience with Windows MSI installer let me know if you are interested in this contract job and I will provide details.

    Joe,
    Thanks for your helpful response. I think you're right that the database management steps would happen on app startup after checking a version number stored in the DB.
    What I'm wondering, however, is if there's a best practice for managing these incremental changes to the DB. My current direction is to create a class MigrationsManager, that creates an array of class Migration ( with a single migrate() function ) to manage each necessary and incremental change. Meanwhile, a "migrations" table has one column "version" with a UTC timestamp as an integer and is updated on each migration.
    Rails does migrations with up() and down() functions on their base migration class, but the down() function isn't applicable since I can't imagine I would be rolling back earlier migrations on a user's DB.
    In the end, I guess I'm just fishing of the best way of managing the different scenarios encountered when 3 years down the road you have an audience with all kinds of different versions of your app/db because of differences in how assiduous they were in updating to the most recent version.
    - Daniel

  • Does Flex Builder 3 have support for Soap 1.2?

    Does Flex Builder 3 Data Services support Soap 1.2?
    I'm using Flex Builder v3.0.205647. I'm trying to import a
    Web Service (WSDL) through the Data Services...but I'm seeing that
    Soap 1.2 is not supported (only Soap 1.1). Are there any plug-ins
    and/or updates that would allow me to connect to a Soap 1.2
    service? If not, is this planned for the future?
    Thanks!

    Pandu,
    OBPM 10g doesn't support SOAP 1.2 binding.
    Edited by: 4dyomi on Nov 20, 2009 11:41 AM
    Edited by: 4dyomi on Nov 20, 2009 11:42 AM

Maybe you are looking for

  • Help needed by new Iphone 4s owner

    Help needed please - both my hubby and I have iphone 4s - I've just gone to download music onto my phone and have somehow managed to download all his stuff onto my phone and lost all of mine Is there anyway I can get my info back and delete his witho

  • Including QuickTime In A Web Page

    I'm currently doing a QTVR project, and to get around the IE embed problem I have spent the last few hours trying to get the few lines of suggested code working. http://www.apple.com/quicktime/tutorials/embed.html It does not work. Flash 360PanViewer

  • Itunes install failure - HKEY_LOCAL_MACHINE\Software\.aif\OpenWithProgIds

    Hi Guys, I am admin on this machine. I have tried regedit as suggested for the .cdda error (1402 1406 errors) with the .aif\OpenWithProgIds entry, but have had no luck 1. There is no key within this subdirectory (Get error - 'Cannot Open OpenWithProg

  • All listing element must have index,name and value?

    when i trying to convert a fmb file to xml, it shows a warning. All listing element must have index,name and value... how to resolve this.. Edited by: skud on Mar 9, 2011 6:03 AM

  • How to receive a XML data thru' HTTP

    We are trying to build an real-time interface between two system thru' XML. So the idea is that source app would post XML to a target URL using HTTP and the target app would validate the message, call pl/sql to transform and finally return back a SUC