Configure AIR project to enable Stage3D, Context3D

Hi,
I've been struggling with configurations all the afternoon. I can't find Stage3D, is not defined!!
I created an air project with:
     -> -swf-version=13 in compiler arguments
     -> wmode=direct in html-template
     -> also tried -target-player=11
I am using Air 3.0 (I copied the files downlaoded air3_b2_sdk_mac..). What could I be missing??
Thanks a lot

Sorry to hear you are having a tough go of it...
there should be no reasons that your application functions differently debugging than when you install the application so the behavior you are seeing is likely something easy to fix (as opposed to having to re-write a bunch of AS code :D).
Couple of Questions:
1.) Are you using CS3 as-is out of the box - or did you manually upgrade your AIR SDK inside Flash Professional to target a later version?
2.) What version of AIR are you targeting?
3.) What version of AIR do you have installed on your system?
4.) What OS are you running on?
5.) Can you install any AIR applications on your machine and have them run properly? (Bunch of AIR apps here: http://www.adobe.com/go/airmarketplace)
6.) It sounds like you are likely using CS3 and not the command line tools - but if you are using the command line tools (ADT) to create your AIR package what command line do you use to create it?
That should help get things rolling...but likely the best course of action is for you to send us your project so we can take a look. You can send your project to cthilgen at adobe.com - please do not send a zip as our mail system will auto-reject it.
Also, you should be able to get trace output. If you are using CS3 the trace output goes to the output panel. (Windows->Output) If you are using the AIR command line tools (ADL) - debug output is enabled by default (you have to manually pass -nodebug to turn it off).
Hope this helps.
Thanks,
Chris Thilgen
AIR Engineering

Similar Messages

  • Air project works in test but fails when installed.

    I have a little project I'm trying to put together as a stand-alone widget.  It loads some sounds that are set up in sets and saved in a subdirectory of the application directory.  I have a movie clip in the library that appears when the "Config" button is pressed.
    Works great in test mode.  The sounds are loaded and play.  The config screen shows up when the button is pressed.  The components (two sliders) work and their listeners fire.  Wonderful!
    But when I pack it up as an installable AIR file and then actually install it on my poncuter, epic fail.  The sliders don't appear, the config button doesn't call up the configure movieClip and no sounds are played.  The buttons that I placed on the stage at design time appear but don't appear to function.  Nothing I added programmatically appears.
    Is this an Adobe CS3 problem or did I miss something in the security sandbox?  No files are being written to,  I'm getting a directory listing of ./sets and then opening the files in that directory where .isDirectory comes up false.  The files are XML and point to a folder off the ./sets folder and the files in that set.
    I could probably track this but I have no experience debugging an AIR project.  Trace is not working in development.  How do people debug the final?  Output to a dynamic text field?

    Sorry to hear you are having a tough go of it...
    there should be no reasons that your application functions differently debugging than when you install the application so the behavior you are seeing is likely something easy to fix (as opposed to having to re-write a bunch of AS code :D).
    Couple of Questions:
    1.) Are you using CS3 as-is out of the box - or did you manually upgrade your AIR SDK inside Flash Professional to target a later version?
    2.) What version of AIR are you targeting?
    3.) What version of AIR do you have installed on your system?
    4.) What OS are you running on?
    5.) Can you install any AIR applications on your machine and have them run properly? (Bunch of AIR apps here: http://www.adobe.com/go/airmarketplace)
    6.) It sounds like you are likely using CS3 and not the command line tools - but if you are using the command line tools (ADT) to create your AIR package what command line do you use to create it?
    That should help get things rolling...but likely the best course of action is for you to send us your project so we can take a look. You can send your project to cthilgen at adobe.com - please do not send a zip as our mail system will auto-reject it.
    Also, you should be able to get trace output. If you are using CS3 the trace output goes to the output panel. (Windows->Output) If you are using the AIR command line tools (ADL) - debug output is enabled by default (you have to manually pass -nodebug to turn it off).
    Hope this helps.
    Thanks,
    Chris Thilgen
    AIR Engineering

  • Error when creating new AIR project

    Hi,
    I just downloaded the next Flex Builder 3 with included
    support for the Abode Integrated Runtime.
    I am trying to get an AIR project started which uses
    LiveCycle Data Services, as we are using RemoteObjects and
    DataServices.
    So on the first screen I enter
    Project name
    Server Type
    Server Location
    and I click Next>
    This creates an error message “Server SDK does not
    support Apollo” . When I click Configure Flex SDK’s and
    I select Flex 2.0.1 HotFix 2 the eror message changes to a warning
    message “Project is being compiled with Flex 3.0, but server
    has Flex 2.0.1
    How can I circumvent this problem, so that I create AIR
    projects that use Live Cycle Data Services?

    Hi Rogier,
    There is a bug logged for this issue in our bugbase:
    https://bugs.adobe.com/jira/browse/FB-7239.
    thanks,
    Sharon

  • How do I use Embed with an environment variable in an Actionscript AIR project Flash Builder 4.7

    I am using Flash Builder 4.7 to build an Actionscript AIR project.  The project embeds a number of png files from my local directory and I have been using absolute paths which all works fine.
    I have a laptop with which I want to start developing the same project - I set up a git repository that both the laptop and main pc can pull from and so I can get the source where I need it and push it back to the central repository.
    My problem is that the absolute paths for the embed commands don't work on the laptop as it has a different filesystem setup (Windows 8 with one drive as opposed to Windows 7 with a SSD and a data drive).  I thought the solution would be as easy as using an environment variable to specify the path which could then point to a different physical directory on both machines, i.e:
    [Embed(source = "DEVELOPER_RESOURCES/graphics/are/here.png"]
    I did a bit of research and there was quite a lot mentioned about setting up resource directories using path variables which I worked through but I just can't get it to compile.  The Actionscript compiler just won't find the png files however I specify the path.  I tried something with a FLEX project and the compiler didn't complain but I think this is because the compiler for FLEX uses a different convention.
    [Embed(source ="/Project Name/DEVELOPER_RESOURCES/graphics/are/here.png"]  works with FLEX but not Actionscript.
    So does anyone have a recipe for using the Embed command referencing assets using an environment variable that works across multiple machines with different file structures?

    I managed to find a solution on Windows which was to use symlinks and absolute paths.  You an basically point one directory to another so I did something like:
    mklink c:\developer_resources c:/the/local/path/to/my/resources
    and then reference all resources as c:\developer_resources\...
    Now as long as a developer machine has the right link (from c:\developer_resources to the place where the resources are kept) then it seems to work. 
    This doesn't however work for Mac and certainly isn't a solution for passing files between Mac and windows

  • Errors while configuring Implementation Project

    Hello!
    I have installed BI APPS 11.1.1.7 on AIX 6.1  64x (also I have done it On CentOS Linux 64).
    I have installed latest BI EE Bundle Patch and Latest weblogic Patch (10.3.6.0.6)
    I am facing problems while configuring implementation projects in Functional Setup Manager when I open implementation project itself or any element in it:
    An application error occurred. See the incident log for more information. 
    An application error has occurred. Your help desk can use the following information to obtain a more detailed description of this incident: 4, Server Domain: bifoundation_domain, Server Instance: bi_server1, Application Name: FunctionalSetupAppLite 
    I can see this errors in server log:
    java.sql.SQLException: invalid name pattern: CENTOS_BIACOMP.FND_TABLE_OF_VARCHAR2_255
    and
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    <Nov 4, 2013 11:33:11 AM EET> <Emergency> <oracle.dfw.incident> <BEA-000000> <incident 4 created with problem key "DFW-99998 [oracle.jbo.NoDefException][oracle.jbo.mom.DefinitionManager.findDefinitionObject][FunctionalSetupAppLite]">
    <Nov 4, 2013 11:33:14 AM EET> <Warning> <oracle.adf.controller.faces.lifecycle.Utils> <BEA-000000> <ADF: Adding the following JSF error message: <html>An application error occurred. See the incident log for more
      information.<br><br>An application error has occurred. Your help desk can use the
      following information to obtain a more detailed description of
      this incident: 4, Server Domain: bifoundation_domain,
      Server Instance: bi_server1, Application Name: FunctionalSetupAppLite.</html>
    oracle.jbo.JboException: <html>An application error occurred. See the incident log for more
      information.<br><br>An application error has occurred. Your help desk can use the
      following information to obtain a more detailed description of
      this incident: 4, Server Domain: bifoundation_domain,
      Server Instance: bi_server1, Application Name: FunctionalSetupAppLite.</html>
    I founded this 
    We saw this error in log, this is not hampering anything, but any suggestion for this.
    post and added this option to JAVA arguments of every weblogic server (Admin, bi and odi)
    -Doracle.jdbc.createDescriptorUseCurrentSchemaForSchemaName=true
    After that I have restarted bi_server1 and I am still havinf this error.
    Is there any way to fix it?
    Ths.

    Hi, Fesenko.
    I have the same problem and FSM Task List is not showing all tasks available to Functional Developers (like Common Tasks Folder).
    Any suggestion?
    Fernando dRG.

  • Converting Air Project to Web Project in Flash Builder 4

    I have an Air project that I need to convert to a web project to post online.  I've looked online with no luck so far, but perhaps someone can point me in the right direction.
    The closest thing I see to being what I want is if I go to Properties > Run/Debug Settings.  In there I tried going to New > Web Application but when I browse for Project it comes up empty, and so is the "Application file" dropdown.  I tried screwing around int he Source tab in the same window but it doesn't seem to help much.
    Other things that look close to what I want but don't work are when I right click my project, there's a "Add/Change project type" but all options are greyed out and I don't see anything web related in the options anyway.
    Also there's Properties > Targeted Runtimes, but there's nothing there I can do.
    Then in Properties > Flex Compiler I have "Generate accessible SWF file" checked.  But when I try to use that file it won't work in the browser flash player.
    So... is there an easy way to convert an Air project to a Web project?
    Thanks!

    I'm glad (but at the same time sad) someone has had the exact same problem I had.
    I've tried a few things (though none successful).
    - creating a flash pro project from the fb project
    - creating an AS3 project from the as3 mobile project (which runs on air). now this one I thought would work, and it does in Flash Player, however, when I try to run it with the generated html file, all I get is a string of errors.
    Here is something that does work.
    If you create an AIR project in Flash Pro (I've only tried this in CS5.5), when you publish the project, it will generate the swf and html files and the html file works and the swf runs great. Unfortunately you have to start that way (which sucks for programmers that want the benefits of Flash Builder). I haven't found anything to properly convert it yet.
    I hope this is some insight, even a year later.

  • AIR projects broken SDK 4.5.0.18623 to SDK 4.5.0.19786

    Hero SDK 4.5.0.18623 works in Flash Builder 4 with AIR 2.5   With the release of SDK 4.5.0.19786 I can no longer compile an AIR project in Flash Builder 4, I receive the following error:
    Process terminated without establishing connection to debugger.
    error while loading initial content
    Launch command details:  "/Applications/Adobe Flash Builder 4/sdks/4.5.0.19786/bin/adl" -runtime "/Applications/Adobe Flash Builder 4/sdks/4.5.0.19786/runtimes/air/mac" "/Users/mritchie/Documents/Adobe Flash Builder 4/TestProject/bin-debug/Main-app.xml" "/Users/mritchie/Documents/Adobe Flash Builder 4/TestProject/bin-debug"
    However, SDK 4.5.0.19786 does work with AIR applications in Flex Builder Burrito.  I should mention that AS3/Flex web projects do compile in Flash Builder 4 with 4.5.0.19786 if you have Flash 10.2 installed and set on the project settings.  This seems to break just AIR projects.

    I know it was awhile ago, but I'm struggling right now with all this...
    How do I add Air 2.6 to my currently 1.5.3 version?
    I updated to Flex SDK 4.5, and it throws connection to debbuger error...

  • How to import SQLite .db file from AIR project

    hi friends..
    how to import SQLite.db file from AIR project. and i want use this in my application.
    after importing can i update and delete the recordS?

    There's no import needed. You just open it using the AIR SQL APIs. If this database file was created outside AIR, it's not necessarily compatible, though. There are SQLite features and extensions that aren't supported in AIR.

  • Veristand Problem: When Configuring a project, searching for a library file as a dependent file.

    Hi,
    The problem that I am having is that I took all of the necessary files in order to run a project and moved it to a different computer. When I open Veristand, and try to configure the project, a pop up window comes up with "Search for Dependent File: [filename]". It then says the missing file and the search directory. You can also browse for the file. So, for about the first couple of files, I just browsed for it and it was fine. But when it reaches a library file, I try to open it and it opens the library inside of Veristand. I think it thinks that I'm trying to get the file from inside of the library instead of the library itself.
    Any thoughts greatly appreciated.

    Continued here
    LabVIEW Champion . Do more with less code and in less time .

  • Can a Flash Builder AIR project be Catalyst compatible?

    So, I'm trying to figure out my best workflow.
    I have FB 4.5 and Catalyst 1.5. I'm trying to create a desktop app.
    I'm looking at Adobe's article on creating a Library project, and it seems that a Catalyst library project and an AIR project are mutually exclusive. Meaning, if I choose Catalyst compatibility I can't choose "Include AIR Libraries" and vice-versa.
    Is there some other route I should take?
    Thanks
    Kristin

    Yes, FC does not accept projects which has AIR libraries. You might have to separate out the code using AIR APIs into a separate library and then use the original library project to round trip with FC.
    Thanks
    -Sunil

  • Create Air Project from Existing Flex web project

    LaunchPad rocks!  Love the whole concept of using Air apps to supplement the Eclipse-based IDE.
    Often I have a need for two versions of the same app in Flash Builder: One web project and one desktop project.  It would be great if you can point to an existing Flex web project, and use LaunchPad to create the new air version.
    Anyway, PLEASE keep expanding your vision!  One day I would love to see a 100% Air app for building Air apps and scrap Eclipse! OK, maybe a little out of scope.
    Nice work!
    Don Kerr
    UGM, Space City AUG

    Turn the body of your application into a component and embed an instance of that component in both a Flex and an AIR application.
    1. Create a new Library project
    2. Set the Library path (e.g. external library references) for the new library project so the match the original project
    3. Copy the /src/ from the original project to the new library project
    4. Copy the original project's main mxml file to the library src/. Name it as a component (e.g. MyProjectBody)
    5. modify the copied mxml file by replacing the <Application>  with <Canvas> elements and removing application-specific stuff
    6. compile the new library
    7. add the new library to the original project's Library Path
    8. Modify the original project's main mxml file by _removing_ everything inside the <Application> tags and removing the attributes that set event handlers, etc.
    9. Add an instance of the new library's component MyProjectBody (see step 4)
    10. Create a new AIR project
    11. add the new library to the original project's Library Path
    12. Add an instance of the new library's component MyProjectBody (see step 4) to the <WindowedApplication> tag
    You can do fun things like create a standard I/O interface and have web and desktop-specific implementations so your main code does not know if it is running in a browser or not.
    Desktop drag-and-drop will fire normal DragEvent, etc., but with different payloads. You can have code in the library that handles both kinds of dropping.\
    Cheers

  • Inserting/manipulating PDF in Flex 3 AIR project?

    I've read as much as I can find about dropping a PDF into my
    Flex 3 AIR project, but the information is scarce and I understand
    it's a very new (not fully baked) feature.
    Can anyone describe what component to use to drop a PDF into
    my AIR project? I need to manipulate the PDF from within AIR and
    would prefer not to abstract through the HTML Container object
    (e.g. calling JS through the HTML Container object).
    Thanks,
    Mike

    looks like your equipmentArray is empty. Put a breakpoint inside that method to see if there is any data.

  • Configure a project with several toolkits ?

    Hello everybody,
    Here are my problem and my question.
    In my case, I use a RCP application so I configured my project with a RCP toolkit. But during my automated tests with Jubula, there are some elements whose aren't recognized by Jubula.
    In fact, these elements aren't RCP components but I recognized HTML components (hypertext links), AWT/SWING components (tree), kind of array and maybe others... And that, I didn't know and it was a surprise because for me, a RCP application only uses RCP components.
    I understood the control on the application depends on the choosen toolkit. So with my setup, I can only interact with the RCP elements.
    So one day, could we configure a project with several toolkits ?
    Thanks for your time.

    Hi Alex,
    I tested my program and there isn't modification.
    But I got another question.
    When we use replaceText function (and maybe other functions), I saw there is a "default event handler" step included in the Test Result. In the application, there are text fields whose use a tabulation, it's automatic when the user enters the good number of characters. And I can't change that because it's required by the company (time saving for the testers).
    I have this error detail in the properties of Replace Text function :
    Type : Action Error
    Error Description : Timeout received before confirming the posted event
    Is there a way to desactivate this step ?
    Best Regards,
    Romain.

  • [Flash Pro] Best way to create multi FLA/SWF AIR project

    So I have my main FLA all setup as an AIR project. Great.
    Now I want to create another SWF which is called Panel. I've got a separate FLA which is coded to work with the main FLA/AIR project, I include this SWF in the "included files" of the main AIR app, and it all works fine. However, I seem to face two unpleasant options when working in the Panel FLA:
    1. Set the target as Flash Player 11.x, and get all sorts of compile errors about missing AIR stuff.
    2. Set the target as AIR and end up with a whole separate AIR project with mostly throw-away output (I just care about the SWF, not the app.xml, .air, etc.)
    Is there a cleaner way to do this?
    Thanks!
    -Aaron

    I tried adding the airglobal.swc to the project but still compiling the SWF using option 1 above was unable to recognize AIR APIs.
    Opetion 2 turns out isn't quite as bad as I though, if I use Test Movie it generates the SWF without the AIR stuff, only the app.xml is generated.
    -Aaron

  • Configure Air 2.5 SDK in Flex

    Guys,
    Pls help me with configuring Air 2.5 sdk on Flex builder 3
    Thanks a lot

    download air2.5sdk, and overwrite it with the flex 4.0.1 sdk.
    thats it

Maybe you are looking for

  • How to split data into tables based on the entries in a column?

    My problem is very similar to this thread: how to link data from one numbers sheet to another sheet, however I could get it to work the way described there. I have one big table for entering data (the first one). I would like to have a few other tabl

  • 3945BG Intel Adapter PEAP issue

    Hi, We have few SONY laptops with this builtin adapter.. Unfortunately, these adapters do not seem to work when PEAP with WinXP, is used with Cisco APs. TAC has already disowned this issue, saying it is a Intel issue. As we are not getting much of su

  • Use of BPMN diagrams on different levels (Business Process Architect 11gR1)

    I have an issue regarding the representation of different levels of diagrams in BPA... I have been using following types of diagrams from the highest level to the lowest: - Structuring model, - Value-added chain diagram, - Business process diagram (B

  • Problem Related to Billing of return delivery?

    Hi All, i have invoice no which has been posted and then for the same return delivery is made and pgr is done  but now when I am doing invoice of the delivery it is showing below given error message. Delivery type LR10 cannot be invoiced with billing

  • Indesign CS4 Premium  freezing when you open new document

    I have a serious issue with my CS4 Premium. Indesign freezes/crashes when ever i start the program and open a new document. I have deleted the prefrences folder, uninstalled and installed more than once, and tried all the troubleshooting steps on the