Using Flex 2 SDK to compile for Flash Lite 2.0

As I understand Flash Lite 2.0 is a stripped down version of
Flash 7 (that is ActionScript 2.0) with a couple of things added
for mobile specific things. But is it possible to use the free Flex
2 SDK to compile a SWF that will run on Flash Lite 2.0 (or Flash 7
for that matter).
Zarathrusta

I'm not familiar with Flash Lite 2.0, so maybe I shouldn't be
answering this, but I've used the SDK for several projects and I
believe that like Flex Builder it requires at least Flash 8. So, if
FL is comparable to Flash 7, I doubt if it would work. Just my
humble opinion, but hope it helps.
Later,
Andy C.(never #)

Similar Messages

  • Tools for Flash Lite 3 development.

    I'm new to flash development. So i'm looking for tools to start development for flash lite 3 (i'm not interested in 4th version).
    There are a loot tools available:
    * Flash Pro CS 5
    * Flash Builder 4
    * Flex SDK?
    What is the best option to start?

    Hi,
    You can't handle them. Its the default behavior from FL.
    You can use KuneriLite or SWF2Go+PyS60 or APIBridge for loading external resources and checking for errors.
    Best,
    // chall3ng3r //

  • How to compile for Flash Player 11.3 in Flash CS6

    Hi,
    How can I compile for Flash Player 11.3 using Flash Professional CS6, the menu has only up to 11.2
    what about 11.3 and the upcoming 11.4 ?
    I've already downloaded and added AIR sdk 3.3 for AIR skds paths

    Hi,
    The provision to compile for FP11.3 and FP11.4 would be available in the next updater release for CS6.
    Thanks and Regards,
    Meenakshi Tiwari
    FlashPro Engg Team.

  • Call stack limitation (recursive limit) for Flash Lite

    What is the call stack limitation for Flash Lite?

    Thanks for the input
    I thought I had it figured out, but I still see an occasional crash.  I put my save to flash function in a vi of its own and it runs fine.  I use the standard "write to binary file.vi"  The problem seems to be when other loops are running in parallel.  If my diagram has any timed loop structures, then it crashes.  So I removed all of my timed loops and slowed down/simplified all of the other loops.  This helped a lot.  While it used to crash about every 5th time now it will run about 50 on average but still crashes about once a day.  I am rewriting my vis to run sequentially in a single loop so that they arbitrate with each other manually (so much for real-time)  I will see if that works, but in the meantime..
    I can try the upgrade to 3.3.0 if you think that will help, but do I also have to upgrade anything else in my design environment (ie can I leave the rest of labview alone and just update the cRIO)?  If the upgrade has trouble I need to be able to revert back to where I am now.  I can't afford to begin a large upgrade which will take me down for a while.  I had a lot of trouble installing all of the Labview environment the first time, so I don't want to start something that I will regret.
    Nathan

  • How do you compile for flash player 11.3 in Flash Professional CS6?

    I can add a new AIR SDK and compile for AIR 3.3, but I can't figure out how to compile for Flash Player 11.3. 
    Thanks

    You'll have a much better chance of getting a prompt answer in the Flash Professional forum:
    Flash Professional
    This forum is for Adobe Creative Cloud issues.

  • Flash Builder 4 with Flex SDK 4.0 for Intel App Up

    There is some misinformation on Intel AppUp and the Melrose FAQ about being able to publish with Flash Builder 4.
    Intel App Up Program Submission
    According to http://appdeveloper.intel.com/en-us/article/adobe-air-packaging-guide-atom-developer-progr am-submissions
    "AIR app must be built using Flex Builder 3 with Flex SDK 3.5a.  Currently Flex Builder 4 with Flex SDK 4 is not supported."
    Melrose FAQ
    According to http://learn.adobe.com/wiki/display/melrose/Melrose+Developer+FAQ
    "Q: Are there system requirements for enabling try and buy in AIR apps using Melrose?
    A: You must have Adobe Flex Builder 3 or greater and Adobe AIR 1.5.3 or greater."
    Is the Intel App Up statement correct?  If it is, could I get an explanation why?  I've been waiting for the last 3 months waiting for the Melrose SDK to deploy to Intel App Up and now I can't even submit my application.
    Thanks.

    The current version of Melrose supports Flex 3.5 SDK for AIR applications running on AIR 1.5.3 runtime or higher. You can use Adobe Flex Builder 3 with Flex 3.5 SDK or Adobe Flash Builder 4 with Flex 3.5 SDK.
    Support for Flex 4.1 SDK for AIR applications running on AIR 2.0 runtime should be available within a few weeks. Please note that we will not be able to support Flex 4.0 SDK because of certain technical challenges.

  • How to use flex SDK library in flash

    Halo.
    I would like to use BitmapAsset class inside CS3 or CS5.
    I know that the class is somewhere inside flexSDK library (I use version 4.1). So is it possible to use flexSDK for "flash purposes" ?
    Regards

    Thanks! You were right
    The solution is:
    For flash CS4 and CS5 one should specify path to the FlexSDK library (File/Publish Settings).
    For example:
    C:\.........\flex_sdk_4.1\framework\libs
    My mistake was that I was trying to find the exact package.
    Regards

  • Flex Application Only Compiles in Flash Builder

    Hello,
        I am a newbie trying to become familiar with Flex.  I am starting by building and running some sample applications.  For some reason, the applications will execute inside of FlashBuilder, but I am getting a compile error when I compile them on my linux box. The I used the Flash Builder remote services finder to generate the code for the remote service.  The class that produces the error was generated by Flash Builder.  I have appended the class at the bottom of this post.  Any suggestions?  Thanks in advance.
    --Marco
    [mjmatch@mjmatch-linux flexsphi]$ ant
    Buildfile: build.xml
    compile-flex:
        [mxmlc] Loading configuration file /opt/tools/flex-sdk/4.1/frameworks/flex-config.xml
        [mxmlc] /opt/tools/blazeds/4.0.0/tomcat/webapps/flexsphi/src/client/services/_Super_Foo.as(20): col: 68 Error: The definition of base class RemoteObjectServiceWrapper was not found.
        [mxmlc] internal class _Super_Foo extends com.adobe.fiber.services.wrapper.RemoteObjectServiceWrapper
        [mxmlc]                                                                    ^
    BUILD FAILED
    /opt/tools/blazeds/4.0.0/tomcat/webapps/flexsphi/build.xml:16: mxmlc task failed
    Environment
    =========
    Flex SDK 4.1
    Flash Builder 4
    ant compile tasks
    ============
        <property name="FLEX_HOME" value="/opt/tools/flex-sdk/4.1"/>
        <property name="DEPLOY_DIR" value="/opt/tools/blazeds/4.0.0/tomcat/webapps/flexsphi"/>
        <property name="CONTEXT_ROOT" value="flexsphi"/>
        <taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar"  />
        <target name="compile-flex">
            <mxmlc file="src/client/Main.mxml"
                    services="${DEPLOY_DIR}/WEB-INF/flex/services-config.xml"
                    context-root="${CONTEXT_ROOT}"
                    output="${DEPLOY_DIR}/flexsphi.swf"/>
        </target>
    _Super_Foo
    =========
    * This is a generated class and is not intended for modification.  To customize behavior
    * of this service wrapper you may modify the generated sub-class of this class - Foo.as.
    package services
    import com.adobe.fiber.core.model_internal;
    import com.adobe.fiber.services.wrapper.RemoteObjectServiceWrapper;
    import com.adobe.serializers.utility.TypeUtility;
    import mx.rpc.AbstractOperation;
    import mx.rpc.AsyncToken;
    import mx.rpc.remoting.Operation;
    import mx.rpc.remoting.RemoteObject;
    import valueObjects.Bar;
    import mx.collections.ItemResponder;
    import com.adobe.fiber.valueobjects.AvailablePropertyIterator;
    [ExcludeClass]
    internal class _Super_Foo extends com.adobe.fiber.services.wrapper.RemoteObjectServiceWrapper
        // Constructor
        public function _Super_Foo()
            // initialize service control
            _serviceControl = new mx.rpc.remoting.RemoteObject();
            // initialize RemoteClass alias for all entities returned by functions of this service
            valueObjects.Bar._initRemoteClassAlias();
            var operations:Object = new Object();
            var operation:mx.rpc.remoting.Operation;
            operation = new mx.rpc.remoting.Operation(null, "getBars");
             operation.resultElementType = valueObjects.Bar;
            operations["getBars"] = operation;
            operation = new mx.rpc.remoting.Operation(null, "addBar");
            operations["addBar"] = operation;
            _serviceControl.operations = operations;
            _serviceControl.convertResultHandler = com.adobe.serializers.utility.TypeUtility.convertResultHandler;
            destination = "foo";
             model_internal::initialize();
          * This method is a generated wrapper used to call the 'getBars' operation. It returns an mx.rpc.AsyncToken whose
          * result property will be populated with the result of the operation when the server response is received.
          * To use this result from MXML code, define a CallResponder component and assign its token property to this method's return value.
          * You can then bind to CallResponder.lastResult or listen for the CallResponder.result or fault events.
          * @see mx.rpc.AsyncToken
          * @see mx.rpc.CallResponder
          * @return an mx.rpc.AsyncToken whose result property will be populated with the result of the operation when the server response is received.
        public function getBars() : mx.rpc.AsyncToken
            var _internal_operation:mx.rpc.AbstractOperation = _serviceControl.getOperation("getBars");
            var _internal_token:mx.rpc.AsyncToken = _internal_operation.send() ;
            return _internal_token;
          * This method is a generated wrapper used to call the 'addBar' operation. It returns an mx.rpc.AsyncToken whose
          * result property will be populated with the result of the operation when the server response is received.
          * To use this result from MXML code, define a CallResponder component and assign its token property to this method's return value.
          * You can then bind to CallResponder.lastResult or listen for the CallResponder.result or fault events.
          * @see mx.rpc.AsyncToken
          * @see mx.rpc.CallResponder
          * @return an mx.rpc.AsyncToken whose result property will be populated with the result of the operation when the server response is received.
        public function addBar(arg0:String) : mx.rpc.AsyncToken
            var _internal_operation:mx.rpc.AbstractOperation = _serviceControl.getOperation("addBar");
            var _internal_token:mx.rpc.AsyncToken = _internal_operation.send(arg0) ;
            return _internal_token;

    The SWC files are within the resource directory of LCDS.
    For example:
    C:\lcds31\resources\lcds_swcs\FlexSDK4\frameworks\locale\en_US
    fiber_rb.swc
    C:\lcds31\resources\lcds_swcs\FlexSDK4\frameworks\libs
    fiber.swc and fds.swc
    You can use the following within ANT.
    <!-- Get default compiler options. -->
              <load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
                <!-- List of path elements that form the roots of ActionScript
                class hierarchies. -->
                <source-path path-element="${FLEX_HOME}/frameworks"/>
              <!-- List of SWC files or directories that contain SWC files. -->
                <compiler.library-path dir="${FLEX_HOME}/frameworks" append="true">
                    <include name="libs" />
                    <include name="../bundles/{locale}" />
                </compiler.library-path>

  • Embed OTF Font as CFF in Pure Actionscript Project using Flex SDK 4.0

    I want to apply the method explained here: http://www.insideria.com/2009/03/flash-text-engine.html using only the Flex SDK 4 (not using FlashBuilder)
    Specifically:
    Embedding fonts can be tricky. In Flex, embed the font and store it
    using DefineFont4 and font subsetting currently only supported by Gumbo.
    A future version of Flash will support it but in the meantime, a Gumbo
    SWC with the embedded font must be created then adding to your Flash CS4
    project.
    The following is the method I am using to embed the fonts.
    public class Main extends Sprite {
         [Embed(source="../assets/GE Thameen DemiBold.otf",
                                  fontFamily = "GE Thameen",
                                  fontWeight = "bold",
                                  mimeType = "application/x-font",
                                  embedAsCFF = "true"
         private const GEThameen:Class;
    The following command line was assimilated after solving the output error messages using google and a little looking into how FlashDevelop works..
    mxmlc Main.as -load-config config.xml -managers flash.fonts.AFEFontManager
    The output SWF is not working as supposed, and the file size (20KB) does not seem to account for the embedded font. PS: When the font embedding is bypassed, and a device font is used for the text engine classes, the file works perfectly.
    The contents of config.xml are as the following:
    <?xml version="1.0" encoding="utf-8"?>
    <!--This Adobe Flex compiler configuration file was generated by a tool.-->
    <!--Any modifications you make may be lost.-->
    <flex-config>
      <target-player>10.0.0</target-player>
      <compiler>
        <source-path append="true">
          <path-element>E:\actionscript</path-element>
        </source-path>
        <external-library-path>
            <path-element>C:\bin\flex_sdk_4\frameworks\libs\player\10.0\playerglobal.swc</path-element>
            <path-element>C:\bin\flex_sdk_4\frameworks\libs\flex.swc</path-element>
        </external-library-path>
      </compiler>
      <file-specs>
      </file-specs>
      <default-background-color>#FFFFFF</default-background-color>
      <default-frame-rate>30</default-frame-rate>
      <default-size>
        <width>800</width>
        <height>600</height>
      </default-size>
    </flex-config>

    After losing about 2-3 days to trying to figure this stuff out, I rolled back to build 4.5.0.19786 and the problem doesn't occur anymore.  I'll revisit this issue once we ship the product next week.
    Thanks Alex.
    Cheers,
    Nate Beck

  • Incompatible version of the Flex SDK 4.6 in Flash Builder 4.5

    First: I just upgraded the whole CS to 5.5 last week, including Flash builder 4.5.3 Premium.
    To make that possible I had to use the Adobe cleaner, which resulted in manually resetting prefs in several apps.
    I imported Flex Projects which use the SDK 4.6, so I got the latest (4.6.0.23201B) from the adobe site today.
    In the trial version of Flash Ubilder 4.6, there's no problem, but in the FB4.5 Premium you can't use Design View.
    Trying to uninstall FB4.5 and then installing 4.6 trial doesn't work because even then, the installer says it has found an older version.
    So that's not an option!
    I just can' tbelieve that the official release CS5.5 just doesn't support the 4.6 SDK.
    It seems I'm not the only one with the problem, according to other posts, so Adobe:
    Please, solve this right away, because as a prof.user, this costs me and I do not appreciate that!

    Anything regarding Flex is pretty much at Apache these days.  There is no plan to distribute a Maven compatible Flex 4.6.  I hope Apache will make future Apache Flex builds work with Maven.

  • Basic Tutorial for Flash lite

    Hi All,
    My self Avdhesh Sharma. I am in new in Flash devlopment and
    need help from you guys. I want to make a simple application or
    screen sever in flash so that i can run that on my mobile. Can
    please someone assist for the same like what should i have to do
    the same what will be the coding and all and how should i start if
    before that i need to study something then please tell me the ursl
    so that i can go there study some tutorials so that i can make a
    small flash application.
    Looking forward to hear from you positivelly.
    Thanks & Regards,
    Avdhesh Sharma
    +91 9899567448
    [email protected]

    If the above links dont work, i recommend you working with
    flash for pc first.
    Check out these links if you want the codes to catch up:
    http://www.timwalling.com/category/flash-lite/
    http://www.scottjanousek.com/
    http://richardleggett.co.uk/blog/index.php?cat=28
    for references of FL 1.1 development (very useful):
    http://www.scottjanousek.com/downloads/fl_onesheet/fl_onesheet.pdf
    My recommendations are:
    1. Study with Flash for PC applications FIRST (starting with
    Flash 4 for PC)
    2. Work slowly. start with FL 1.0 (button actions) then move
    your way up to gaming and "machuke" (screensavers with clocks).
    3. Search engine
    4. work day and night learning how to develop flash apps.
    Keep checking around and you may find a few .fla files that
    you can download to see how it works.
    Good luck!
    "Rome wasn't built in one day"

  • Flyer - Open Source Python Framework for Flash Lite Developers

    I’m pround to announce the first release of Flyer.
    Flyer was built to extend Flash Lite features with Python for S60.
    Flyer is based on the Flash Lite 2.1 integration with Python
    for S60 and contains the following features:
    - Take photos with device camera from Flash Lite
    - Take device screenshots from Flash Lite
    - Send files over a bluetooth connection from Flash Lite
    - Get the contact entries in the default device database
    Future releases (May, 2007)
    - Sound recording and playback
    - File upload to a remote server
    - GPS module to display latitude, longitude, satellite count,
    and time
    - Record device screen
    Project Home
    Get Flyer Running on your
    mobile device

    Sorry Romu, but this against the CoC and [Terms of use|http://www.sun.com/termsofuse.jsp#g2_1] here.

  • Chinese words was in opposite order sometimes, after using flex sdk 4.5

    see a snapshot:
    If you don't know chinese, you can see the time string in each line.  (61:24:90) means (09:42:16). It's all ok when using last release flex sdk 4.1.

    I am so sorry, my users tricked me, they put two letters IV before their nick, and the sentence will be shown in opposite order.  Is this a ultility of Windows system??

  • Any tool to check functionalitiy of AS code for Flash Lite?

    As I am porting Flash games to Flash Lite, I often come to
    this question: if there is some tool that can scan the actionscript
    codes and check for the function accessibility on Flash Lite. Just
    like those HTML editors checking for validation of HTML codes.
    That would be very convenient.

    Don't know if this it too late but we have a tool that does exacty that. You can check it out at advalidation.com
    We run all the creatives on our servers and give you a report with CPU, clicktag, FPS, Audio, Flash Version, Action Script Version, http connections and much more. You can even set it up to validate against your ad specifications.
    Best,
    Advalidation

  • Using makepkg to cross-compile (for sparc64)

    I recently acquired a Sun Ultra 5 system with a TI UltraSparc IIi CPU (sparc64).  I am in the middle of doing some compiling on it using Debian as the host system while dabbling into cross-compiling for it.  It would be superb to have a sparc64 toolchain installed and in the $PATH on a modern x86_64 system while using makepkg to cross-compile sparc64 packages.  I would copy /etc/makepkg.conf to a working directory, make the necessary changes, and run makepkg --config /working/dir/makepkg.conf.  makepkg would then (theoretically) pick up that I'm cross compiling, see the proper toolchain in the path, and cross compile.
    Is this possible?  If not, what kind of work/patching would be necessary to make it happen?

    cedeel wrote:A Sparc64 chroot isn't possible. The closest thing would be to run a chroot-like environment in QEMU.
    A cross toolchain should be preferred, although I have no idea on how to set it up.
    Yeah.  I'm building a toolchain atm.  As long as the PKGBUILDs know that I'm cross compiling, I should be okay.  There will be a bit of hand-cranking needed since not all sources use autotools.  Not really looking forward to cross-compiling openssl, and the kernel will take a bit of screwing around to work right, but, meh, that's part of the fun, right?  There's only 100-ish packages for a base install, so just getting to a functional system won't be too bad.
    I'm going to experiment with an auto-build system when I have the system running.  I'm very comfortable with bash scripting and am learning c++, so I have some good ideas.  I work as a sysadmin too, so I could even give some of the meatier servers at work an extra job to do.  That is, if all goes well
    Last edited by synthead (2012-01-02 20:18:18)

Maybe you are looking for