Is the 'ActionScript 2.0 compiler"(mentioned in latest beta AIR 3.8 notes) for the AS2 code?

This page says:

"Compiler of ActionScript 2.0: the Actionscript 2.0 compiler has been incorporated in the AIR SDK 3.8 (named"AIR SDK 3.8 and compiler") and retired as a separate on Adobe Labs download, March 14, 2013."

I'm working on a project of Mobile AIR where we would be probably saved about 6 months of intensive work if some of our old AS2 code could be compiled and run in the AIR Mobile for iOS. So if there is actually a "ActionScript 2.0 compiler" AIR SDK 3.8, it would be fantastic to hear.

However, I suspect that this note has nothing to do with actually "compilation of ActionScript 2.0 code;" I suspect that this simply refers to version 2.0 of the compiler "ActionScript". (Which of course is the same as the old "Flex compiler". Which of course had nothing to do with the 'Flex' framework.)

Clarification would be appreciated!

No, the ActionScript 2.0 compiler is just the new version of the compiler. Adobe AIR is not at all compatible AS2. And because Adobe dropped AS2 support of Flash Pro, don't expect there to support all the AIR.

Tags: Adobe

Similar Questions

  • Is it possible have the css code in the main. FLA without having it outside?

    I try to have all in one. FLA because this file will be moved across and having an external CSS posses a passive and something does not work well, then I searched on the net without success so I ask here...

    Is it possible to have it all in a framework and call in case of need. So far, I've been able to simplify the as2 code to call the CSS but still it may lie in the. FLA (still requires an external file)

    It comes in the framework of one.

    var format = new TextField.StyleSheet ();

    format. Load ("Flash.css");

    output.styleSheet = format;

    output. Text = "< br > < class p"a"= > I don't like external files.» < /p > ";

    It works well... but as I said...

    Thank you in advance for your time and response

    also...

    fact flash hate border styles?... can't get to work...

    for example:

    var styles: TextField.StyleSheet = new TextField.StyleSheet ();

    styles.setStyle ("bodyText", {fontFamily: "Arial, Helvetica, without serif', fontSize: '12px'"})

    );

    styles.setStyle ("title", {fontFamily: "Arial, Helvetica, without serif', fontSize: 24 ' px'"})

    );

  • I've just upgraded to PSE 12 and first E 12 and tried to installed several times.  Pop up says "Configuration Error"; contact Adobe Tech Support (?); and "mention the error code 1"!  Help please!

    I've just upgraded to PSE 12 and first E 12 and tried to installed several times.  Pop up says "Configuration Error"; contact Adobe Tech Support (?); and "mention the error code 1"!  Help please!

    Installation seems to work fine until, and including 'Technologies share '...

    I have cleaned all the disk *.tmp files, deleted all the shortcuts and various Adobe programs and he then successfully installed.

    Now, if I can get the updates to work.  There is always a challenge with the Adobe software.

  • Impossible to compile the Java Code using the Oracle API

    Hi all

    I use the following code for use in Oracle 11 g. What pots of IOM should I include to get this to compile? I seem to have all the necessary jars, except the one that contains Thor.API.Operations... If someone could point me in the right direction for this, I would be very grateful.

    package AdTest;

    Thor.API import. *;
    Import Java.util;

    public class {AdTest

    public void AddProcessChildData (long pKey) {}
    try {}
    tcFormInstanceOperationsIntf f = getUtility ("Thor.API.Operations.tcFormInstanceOperationsIntf") (tcFormInstanceOperationsIntf);
    tcResultSet childFormDef = (f.getProcessFormDefinitionKey (pKey), f.getProcessFormVersion (pKey)) f.getChildFormDefinition;

    childKey long = childFormDef.getLongValue ("Structure Utility.Child Tables.Child Key"); If there is only 1 child for the form table parent on the other you have to iterate over the result set

    Map attrChildData = new HashMap();
    String NUGroupe = "someValue";

    attrChildData.put ("UD_ADUSRC_GROUPNAME", NUGroupe);

    f.addProcessFormChildData (childKey, pKey, attrChildData);
    } catch (Exception e) {}
    e.printStackTrace ();
    }
    }
    }

    xlAPI.jar

  • Problems accessing the C code execution

    I had difficulties to get C code to run in my project bb10

    test.h

    #ifndef TEST_H_
    #define TEST_H_
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    int callMe(void);
    
    #ifdef __cplusplus
    }
    #endif
    
    #endif /* TEST_H_ */
    

    test.c

    #include 
    #include 
    #include 
    #include "test.h"
    
    int callMe(void) {
        printf("C function called");
        return 10;
    }
    

    got it: thread as a test that * should * work

    I get 'Syntax error' for the extern "C" {line in test.h

    compiler error is rather vague:

    make [2]: * [o.le-v7-g/.obj/test.o] error 1
    make [1]: * [debug] error 2
    make: * [Device-Debug] error 2

    My compiler also gives me this:

    -Ic: / bbndk/target_10_2_0_1155/qnx6/usr/include/freetype2 - i. o o.le-v7-g/.obj/test.o... /SRC/test.c
    Cc1: error: one or more files PCH used have been found, but they were not valid
    Cc1: error: use - Winvalid-pch for more information
    Cc1: fatal error: o.le-v7-g/.obj/BB_10: no such file or directory
    compilation is complete.

    BB_10 is the name of the project, and there is an empty folder from BB_10 to the JavaScript on the Project Explorer resources, a red X icon on it. Don't know if this is related to all add C files to the project, but the second I delete the C, all the errors disappear.

    Is there an extra step, or something really simple that I'm missing to get the C code execution? I'm completely stumped.

    stephenpankiw wrote:

    When I clean then rebuild I'll leave 2 errors at more than 300, and is fatal errors in common libraries as follows:

    : / bbndk/target_10_2_0_1155/qnx6/usr/include/qt4/QtCore/qstring.h:54:20: fatal error: string: no such file or directory

    but qstring.h is in that folder, I don't know how the compiler is absent, he

    errors or because he cannot find a library more:

    c:/bbndk/target_10_2_0_1155/QNX6/usr/include/Qt4/QtCore/QByteArray.h:606:1: error: unknown type name 'QByteArray.

     

    Can't find the type of QByteArray in qbytearray.h? What is going on?

    On the first error, he complains on line 54 of qstring.h, not not not find qstring.h.  Line 54 of qstring.h is:

    # include

    which seeks to include a system lib.  A quick search on Google for "qstring.h:54:20: fatal error: string: no such file or directory" gives a few discussion forums such as:

    http://Qt-project.org/forums/viewthread/39367

    where a person has apparently concluded that their use of the file .h/.c instead de.hpp/.cpp extensions extensions was causing their generation not to seek the library system in the right place.  BTW, I'm not snarking you by mentioning research on google, just trying to help and to learn something of myself because I'd run into this problem myself.

  • Which version of the AIR SDK to use for BB10

    Hello

    I recently moved my dev to a new Mac environment, so I had to reinstall everything, I installed the BB 3.0 sdk and robbed the air sdk 3, 4, I can compile an application, I've migrated any signature and debug tokens (which is good, cards app are OK), but whenever I try to launch my AIR on the BB10 application It opens and closes immediately before anything, even a simple HelloWorld fails.

    Is it because I compiled against sdk 3.4 AIR?

    Sites of dev clearly indicates "Adobe AIR SDK 2.6 or later", which miss me so much?

    Thank you!

    Currently, we currently support only AIR version 3.1. As Tim mentioned here we will update 3.3 or 3.4 in the future.

    I'll test this, but your application should be supported if you have the latest version of the SDK installed and the target AIR 3.1.

    I'll make sure that dispel us any confusion in our documentation and SDK Installer software.

    Kind regards

    Dustin

  • using the source code?

    Sorry for the noob questions, but I am confused on how to use the Flex source code.

    Say I have download office saqoosha Fireworks.

    http://saqoosha.NET//?s=Fireworks

    I ussually just extract the folder in my workspace, go to flex, create a new actionscript project, and name the name of the folder in my workspace. Most of the time this does not work because I do not know how what actionscript file launches the app. Does anyone have an tips for me? And if possible somone could explain how I can use the source code of saqooshas and launch through flex.

    Thank you very much

    Michael

    Try to decompress the folder file somewhere else and using-> import-> Flex project to bring this project into your workspace, rather than copy directly. Then Flex stands at what file to run etc. for you. I pulled down the Fireworks bill you mentioned and it ran without problem.

  • Where can I see the source code for the controller

    Hi all

    My question is maybe stupid to some gurus of the ADF, but many people have found that R12 Pages have a lot of code and there is not too much documentation on how to customize a controller.

    1. I see the *.class of my controller in the $JAVA_TOP/oracle/apps/ar/cusstd/createcus/webui/ArCreCusCO.class on my server, BUT I don't see that any of the encrypted code when I open up JDeveloper. So I guess I'm doing it wrong.

    2. I want to change ArCreCusCO.class. I see a lot of people say Hey I've customized XYZ controller, but how they found the code and continue to change it is the least of my headaches

    3. do I need to configure something in JDeveloper so I can see Server classes to my JDeveloper - what they do, if so, how you do?

    4. I saw something in the help page saying adding components to the Extension of the OA the devil what?

    Thanks to illuminate some beginners in the ADF.

    With the new philosophy of Java, some of those 12 developers experience that we are not starting from zero because of this new architecture.

    Hector. -.

    p.s. any entry will be taken, but do not refer to the Oracle tutorial, is an example of cake I need some practical examples ;-)

    Hi hbono99

    (1.) you can .class c above java, which is the compiled code as source code is not provided by oracle, if you need this file '.class' to see the source code for decompile, JAD decompiler 1.5.8 version will be newer .well, it would be useful to see the source code, but sometimes decompiled class create problems when trying to compile again.

    2.), you can make changes in the ArCreCusCO.class after that decompilation and compile the same thing again to generate the class file, bcz you can put only class file on the server, BUT that would be fatal to change the standard class and the concept here to come of the Extension in the image, you need to extend this class. «XYZ custom "means the extesión of the class parent and make the extension u don't need not the source.»

    3.) u cannot see the source code of a .class in Jdeveloper, there is no such a parameter.

    (4.) to extend the need to ArCreCusCO.class you to create a workspace followed by creating a project in the workspace Jdeveloper
    process to extend the class

    a.) create workspace and project
    (b) create the same package in which resides the ArCreCusCO.class under the \jdev\myprojects\ in your Jdeveloper
    (c.) right click on the project, go to create the new class, here you will find the option to metion the package where you want to put the superior (normal package starts with a xx.oracle.-) the possibility of mentioning the nmae classs that you want to extend
    (d.) click ok at the end, you will get your extended class

    e.) source code usually has two methods ProcessFormRequest and processRequest, you can add the code according to the requirement.

    extension works bcz inside the method she calls super, so all first it runs all the methods of the parent class in your case ArCreCusCO.class and then control comes in extended class, now, your code will be run, which will be accomliseh your condition

    f.) tranaser the class file file expanded to the server, add this extended class with seeded page you need to customize the page, you will find the option to add your class, mention u your class with package to compete (the way that we import the file with their package names in our source code, here import is not necessary)

    thanx

    Pratap

  • Firefox crashes because as his tent to update the last website I went to have uninstalled and reinstalled several times and always the case. How can I erase this site so it seems not for her? Also happens in safe mode.

    Firefox crashes because as his tent to update the last website I went to have uninstalled and reinstalled several times and always the case. How can I erase this site so it seems not for her? Also happens in safe mode.

    Follow the suggestions mentioned in the following article:

  • The create a System Image will save the FPGA code and the RT code?

    I have some cRIO systems which were broadcast in our manufacturing plant for some time. A slight problem has been discovered in the programming and created a workaround solution, but a fix should be implemented. Currently, I have no way to test my new code without loading on the cRIO and it works on the tool while the product is running. If there is a problem and I need to do some debugging, the tool cannot be down for an extended period. I would write a vi that will save an image of the cRIO so I can reload the software that is currently running and prevent a situation of prolonged downtime.

    My question is, when I did in the past with a product that has different tests, calibration and the final client software RT, it seems that the code FPGA not be saved (not a big deal at the time since the new FPGA code was compatible with different deployments RT). The new FPGA code won't be compatible with the old RT software, so now I'm worried. I would like to just check on it until I have all the boss breathing down my neck. If the service will not save the bitfile FPGA, is there anything else I can do for the tool to return to the previous running state while I solved problems that may exist with the new code review? The original code was lost by my predecessor. Otherwise, I would use just that.

    Hi Jeremy,.

    You are right, because the create a System Image does not record the bitfile with the image of the RT. Using the configuration system API, you will need to deploy the RT image and then the bitfile FPGA compiled later. To ensure that you can return to the previous version of the software running on your RIOs, you could simply save the current image and bitfile before deploying the new image and bitfile.

    However, the best way to proceed is to use replication Deployment Utility (RAD of OR). I have provided the link to the tutorial on the wheel, where you can download the utility. This exe will make images of the any of your RT targets and will also include the bitfiles with them. You can also deploy these images to several targets at once. In particular, you can read about the Bitfile (s) configure for FPGA Deployment Flash; the bitfile will be deployed at the start when stored in flash memory.

    Replication and deployment (RAD) utility-

    http://www.NI.com/example/30986/en/

  • Lean how to run the stop code when the highest level VI ends

    Hi people.

    I am a newbie of LV with 30 years of experience in embedded SW engineering.  I searched for how to run the stop code when a VI of highest level ends.  I found many examples, but they are horribly complicated.  A little birdie told me that such a model of simple design should not be so compilicated.

    My application is an application of high tension control to disable all HV checkpoints when the SW ends.  My VI code is running in a while loop with a stop button that leads out of the loop.  I can easily accomplish my requirement by programming with a sequence of plate that runs after the end of the main loop.  The technique of flat sequence does not work when the user clicks the Cancel button in the toolbar of façade, more than that market when the user clicks the close button of the application (X button) when you run the exe application.

    Can someone tell me please a simple technique, the code example that can show me a lean and elegant way to accomplish my task?  It doesn't have to be an obvious solution (for example a stop induced watchdog seems simple enough).

    Thank you - John Speth

    1. place this code in a VI:

    (also attached)

    Calling code in your VI of highest level like this:

  • Windows updates fails with the error code 'E '.

    Original title: Error Code 'E '.

    What does the error code E?

    Keep saying I need updates and then fails with the E. help error code, please.

    Hi Rodrigues0406,

    1 Windows operating system you are using?

    2. What is the exact error or message code you get?

    Method 1

    I suggest that you reset Windows update components and check if it works.

    How to reset the Windows Update components?

    http://support.Microsoft.com/kb/971058

    Method 2

    If you're still having problems, then you can check in the history of Windows update and the updates recently installed in vain.

    Step 1:

    Check the update history to see what updates have been installed or has failed. See the link for the same mentioned below.

    See the Windows updates are installed

    http://Windows.Microsoft.com/en-us/Windows-Vista/see-which-Windows-updates-are-installed

    Step 2:

    If you see updates failed, you can try downloading and installing the updates manually from the Microsoft download center:

    http://www.Microsoft.com/downloads/en/default.aspx

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Home Vista premium: KB978338 fails with the error code 80004005

    Cannot install other updates windows update screws. Impossible to find answers to this specific problem, all the links seem to point to XP or windows 7

    Went to the Microsoft site and just tried to download and install just the fix KB978338, watched as she worked, system has rebooted with what looked like 266/266/registry component machine appearing on the screen just after the message of the HP bios and just before loading windows.  The PC then realized... Updates not configured correctly - returning changes.

    Seem to be stuck in this loop that KB978338 will not install and stops all other updates installation as all fails with the error code 800F0826.

    Hi gbislay,

    I think that you are able to get on the desktop after changes have been restored.

    Step 1: Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps mentioned in the link below

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    Step 2: Download and run the system update tool. This tool runs an ad hoc analysis of inconsistencies that might prevent future maintenance operations.

    The system update tool

     

    Step 3: Clean boot the computer

    Follow step 1 in the link below,

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    Important: n ' forget not to put the computer to follow normal start-up step 7 in the link.

    Step 4: Disconnect all external devices (printers, scanner, USB (universal serial bus) readers, etc...) Except the mouse and keyboard and then try to install the updates.

    You can see the steps outlined in the article below, which deals with a similar question

    Windows Update error 800f0826

    The update is not installed successfully, you receive a message, and the computer restarts when you try to install an update in Windows Vista and Windows 7

    Service pack Windows Vista and Windows Server 2008 install fails with error 0x80004005

     

    Note: Steps to solve the problem of Windows Update for Windows 7 is valid for Windows Vista.

    Thanks and greetings
    Ajay K

    Microsoft Answers Support Engineer
    ***************************************************************************
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • When you install an automatic update. I received the error code 652. try three times. Always code error 652. She strives to update of Miscrosoft Silverlight (KB2164913) need help.

    When you install an automatic update. I received the error code 652. Have tried three times, always the error code 652. She tries to Miscrosoft Silverlight Update. need help

    Hello

    ·        Remember to make changes to the system?

    Follow the steps mentioned below.

    Step 1:

    There may be some third-party software that runs in the background, I suggest you do a clean boot and check. To perform a clean boot follow the steps mentioned in the link given below.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: Once you have finished installing, follow step 7 to start the computer in normal startup.

    Step 2:

    Reset windows update components and check. Follow the steps mentioned in the article below.

    How to reset the Windows Update components?

    http://support.Microsoft.com/kb/971058/en-us

    Step 3:

    See the article mentioned below.

    Description of the update for Silverlight: September 1, 2010

    http://support.Microsoft.com/kb/2164913

    To get help after your query in the Microsoft Silverlight Forums. Click on the link below.

    http://forums.Silverlight.NET/forums/

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • The error code is 'Windows Update error 80072ee2'. SO how to fix in a step-by-step fashion. I added the site proposed for the update in my antivirus while list.

    The error code is 'Windows Update error 80072ee2'. SO how to fix in a step-by-step fashion. I added the site proposed for the update in my antivirus while list.

    Hi Sarma_RN,

    1. When you receive the error message?

    2. update you are trying to install?

    3. When was the last time you were able to install updates?

    If Windows Update, error 80072ee2 during updates, the Windows Update servers may experience an unusually high number of requests for updates. Close Windows Update, wait 10 to 15 minutes, and then run Windows Update again. Alternatively, you can wait for automatic update of Windows run at its next scheduled time.

    These errors can occur caused by one of the following problems:

    • Applications or processes that interfere with Internet communications
    • Problems on your computer
    • Strong Internet activity
    • Recoverable database errors

    See the Microsoft article and try the steps mentioned below.

    You may encounter temporary connection related errors when you use Windows Update or Microsoft Update to install updates

    http://support.Microsoft.com/kb/836941

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for