Flex 1.5 sdk

hi,
i am a application developer. presently working on a flex
application for managing business processes. Problem is my client
who wants it to work across all platforms...even on linux. And flex
2 needs flash player 9, which has not been released for linux. When
i started working on this some 1 month back the stable version
available for download was 1.5. But some one week later it changed
to flex 2. I had not downloaded the flex 1.5 SDK . So i am stuck
now without a compiler.
the client is ready to purchase a license but wants to see a
prototype first. For that i need a flex 1.5 sdk installation file.
Can anyone tell me where i can find it? or if any of you nice ppl
can upload the file i will be eternally grateful.
thanks a lot
kaa

It is interesting that 1.5 seems to be gone from everywhere.
Perhaps you should call Adobe.
Tracy

Similar Messages

  • Error while running C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\build.bat

    Hello
    I am a flex beginner, when i run the  C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\build.bat file the following error is displayed
    Loading Configuration file C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\flex-config.xml
    C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\samples\explorer\loaderPanel.mxml
    Error :-1
    Please help me to run the bat file, as it will help me to learn flex independently.
    error message is attached as bmp.
    Thanks in advance.

    Hi,
    Take a look at this report: https://bugs.adobe.com/jira/browse/FB-11626 It might be of help.
    With best regards,
    Barna Biro
    Blog: http://blog.wisebisoft.com

  • Does Adobe Flex 4.6 SDK supports multithreading?

    Hi,
    As we are using Adobe Flex 4.6 sdk for our vmware vcenter plug-in development. we need to handle the situations like updating the data in multiple panels and portlets of a dashboard simultaneously.
    So we are thinking to implement this using multithreading concept.
    I am hearing flex doesn't support multi-threading, some workers constructors will give flavor of the multi-threading in flex.
    It will be helpful if you provide some information about
    1. Does Adobe Flex 4.6 SDK supports multithreading? If so how to implement?
    2. How to use Workers in flex and what are the limitations?
    Thanks and Regards,
    Sravan Kumar.

    https://forums.adobe.com/message/4562551

  • Flex 4.5 SDK in Flash Builder 4.0

    I am attempting to use the Flex 4.5 SDK in Flash Builder 4.0, as my company does not yet have FB4.5.  Everything seems ok, however whenever I try to use the <s:ViewNavigatorApplication>  or the <s:View> Flash builder does not seem to recognize them, I am not getting any code hinting. I undersand the design view would not work, but as far as code view, FB should not know the differnece.  Does anyone know why they might not be showing up in FB 4.0. I can't seem to find anything on the net about it.

    Just tried this out on an IIS server with Flash player 10.3.181.14 - it worked.
    Are you using the release version of Flash Builder 4.5 with the release version of Flex SDK (not a prior SDK build)?
    The URL you mentioned gives me a 403 forbidden error.
    -Anirudh

  • ExtensionContext error while creating Native Extension in Flex 3.6 SDK

    I'm creating native extension with Flex 3.6 . Coded native side then created Flex Library Project and then create .ane file. Finally imported .ane file to myFlex Project.
    Here is the problem I had. While I'm debugging app, "1046: Type was not found or was not a compile-time constant: ExtensionContext" error occurs. Attached the Library project .as class .
    Thanks in Advance
    package com.extension.samples
       import flash.events.EventDispatcher;
       import flash.events.IEventDispatcher;
       import flash.external.ExtensionContext;
       public class NetworkConnectionANE extends EventDispatcher
            public var _extContext : ExtensionContext;
            public function NetworkConnectionANE(target:IEventDispatcher=null)
                _extContext = ExtensionContext.createExtensionContext("com.extension.samples.NetworkConnectionANE", null);
                 super(target);
            public function Connect(path:String):int
                 return _extContext.call("nativeFunc", path);
            public function dispose():void
                _extContext.dispose();
    Edit: I tried to use .swc file that created from library project in another Flex Desktop app, but the same error
        Also tried with     _extContext = ExtensionContext.createExtensionContext("com.extension.samples.NetworkConnectionANE","");
    Edit: The problem about Flex SDK, there is no problem in SDK 4.6. Now the question is, How to use Extension in lib project in Flex 3.6 SDK ?

    I'm sure, I use Flex 3.6.0 SDK version. When I want to create a library project in 3.6.0, already I couldn't see  ExtensionContext class in flash.external package. If I create in v4.6, I'm having problem when I start to debug my v3.6 desktop application. Now I want to learn
    Does Flex v3.6.0 support NativeExtension ?
       if Yes ,
    which class is equal to ExtensionContext in v3.6.0
    or How can I import ExtensionContext class to v3.6.0
    Thanks

  • Added flex 4.1 SDK  into Adobe Flex Builder 3 Plug-in on eclipse

    Hi,
    I need a little help
    I Have added flex 4.1 SDK  into  Adobe Flex Builder 3 Plug-in on eclipse.  when I try to compile an  Application  its trowing me an error " File not found:  file:/Users/me/Documents/workspace/project_01/bin-debug/project_01.html"

    Can you be more specific on where it is throwing the error? at run time or compile time?
    oops.. read the compile time later
    if you go into the project root folder in the file system. you will find .
    .actionSriptProperties
    .project
    .flexProperties
    open these fils and see if you can find anything. related to project_01.ht ml file
    Message was edited by: saisri2k2

  • [svn:cairngorm3:] 16817: Migration to Flex 4.1 SDK.

    Revision: 16817
    Revision: 16817
    Author:   [email protected]
    Date:     2010-07-05 14:05:28 -0700 (Mon, 05 Jul 2010)
    Log Message:
    Migration to Flex 4.1 SDK.
    Modified Paths:
        cairngorm3/trunk/libraries/ContractTest/.actionScriptProperties
    Added Paths:
        cairngorm3/trunk/libraries/ContractTest/html-template/history/
        cairngorm3/trunk/libraries/ContractTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ContractTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ContractTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ContractTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ContractTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/libraries/ContractTest/html-template/swfobject.js
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/history.css
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/history.js
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/historyFrame.html
        cairngorm3/trunk/samples/insync/insync-basic/html-template/index.template.html
        cairngorm3/trunk/samples/insync/insync-basic/html-template/playerProductInstall.swf
        cairngorm3/trunk/samples/insync/insync-basic/html-template/swfobject.js

    What kinds of errors are you getting?

  • [svn:cairngorm3:] 16813: Migration to Flex 4.1 SDK.

    Revision: 16813
    Revision: 16813
    Author:   [email protected]
    Date:     2010-07-04 09:57:32 -0700 (Sun, 04 Jul 2010)
    Log Message:
    Migration to Flex 4.1 SDK.
    Modified Paths:
        cairngorm3/trunk/build-parent/pom.xml
        cairngorm3/trunk/libraries/Contract/.actionScriptProperties
        cairngorm3/trunk/libraries/Integration/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationDMS/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationDMS/.flexLibProperties
        cairngorm3/trunk/libraries/IntegrationParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/IntegrationTest/html-template/history/history.css
        cairngorm3/trunk/libraries/IntegrationTest/html-template/history/history.js
        cairngorm3/trunk/libraries/IntegrationTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/IntegrationTest/html-template/index.template.html
        cairngorm3/trunk/libraries/IntegrationTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/Module/.actionScriptProperties
        cairngorm3/trunk/libraries/Navigation/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsleyTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationParsleyTest/html-template/index.template.html
        cairngorm3/trunk/libraries/NavigationParsleyTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/NavigationSpringAS/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSpringAS/pom.xml
        cairngorm3/trunk/libraries/NavigationSpringASTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSpringASTest/html-template/history/history.css
        cairngorm3/trunk/libraries/NavigationSpringASTest/html-template/history/history.js
        cairngorm3/trunk/libraries/NavigationSpringASTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/NavigationSpringASTest/html-template/index.template.html
        cairngorm3/trunk/libraries/NavigationSpringASTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/NavigationSwiz/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSwizTest/.actionScriptProperties
        cairngorm3/trunk/libraries/NavigationSwizTest/html-template/history/history.css
        cairngorm3/trunk/libraries/NavigationSwizTest/html-template/history/history.js
        cairngorm3/trunk/libraries/NavigationSwizTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/NavigationSwizTest/html-template/index.template.html
        cairngorm3/trunk/libraries/NavigationSwizTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/Observer/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverParsley/.flexLibProperties
        cairngorm3/trunk/libraries/ObserverTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ObserverTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ObserverTest/html-template/index.template.html
        cairngorm3/trunk/libraries/Persistence/.actionScriptProperties
        cairngorm3/trunk/libraries/Persistence/.settings/org.eclipse.core.resources.prefs
        cairngorm3/trunk/libraries/PersistenceTest/.actionScriptProperties
        cairngorm3/trunk/libraries/Popup/.actionScriptProperties
        cairngorm3/trunk/libraries/Popup/.flexLibProperties
        cairngorm3/trunk/libraries/PopupParsley/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupParsley/.flexLibProperties
        cairngorm3/trunk/libraries/PopupTest/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupTest/html-template/history/history.css
        cairngorm3/trunk/libraries/PopupTest/html-template/history/history.js
        cairngorm3/trunk/libraries/PopupTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/PopupTest/html-template/index.template.html
        cairngorm3/trunk/libraries/PopupTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/Task/.actionScriptProperties
        cairngorm3/trunk/libraries/Task/.flexLibProperties
        cairngorm3/trunk/libraries/TaskTest/.actionScriptProperties
        cairngorm3/trunk/libraries/TaskTest/html-template/index.template.html
        cairngorm3/trunk/libraries/Validation/.actionScriptProperties
        cairngorm3/trunk/libraries/Validation/.flexLibProperties
        cairngorm3/trunk/libraries/ValidationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ValidationTest/.flexProperties
        cairngorm3/trunk/libraries/ValidationTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ValidationTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ValidationTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ValidationTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ValidationTest/html-template/swfobject.js
        cairngorm3/trunk/samples/insync/insync-basic/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/his tory.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/his tory.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/history/his toryFrame.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/index.templ ate.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/html-template/swfobject.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/his tory.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/his tory.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/history/his toryFrame.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/index.templ ate.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/html-template/swfobject.j s
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/histor y.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/histor y.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/history/histor yFrame.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/index.template .html
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/html-template/swfobject.js
    Added Paths:
        cairngorm3/trunk/libraries/ObserverTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/TaskTest/html-template/history/
        cairngorm3/trunk/libraries/TaskTest/html-template/history/history.css
        cairngorm3/trunk/libraries/TaskTest/html-template/history/history.js
        cairngorm3/trunk/libraries/TaskTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/TaskTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/libraries/TaskTest/html-template/swfobject.js
    Removed Paths:
        cairngorm3/trunk/libraries/ContractTest/html-template/history/
        cairngorm3/trunk/libraries/ContractTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ContractTest/html-template/playerProductInstall.swf
        cairngorm3/trunk/libraries/ContractTest/html-template/swfobject.js
        cairngorm3/trunk/libraries/ObserverTest/html-template/AC_OETags.js
        cairngorm3/trunk/samples/insync/insync-basic/html-template/history/
        cairngorm3/trunk/samples/insync/insync-basic/html-template/index.template.html
        cairngorm3/trunk/samples/insync/insync-basic/html-template/playerProductInstall.swf
        cairngorm3/trunk/samples/insync/insync-basic/html-template/swfobject.js
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/history/
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/index.temp late.html
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/playerProd uctInstall.swf
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/html-template/swfobject. js

    What kinds of errors are you getting?

  • [svn:cairngorm3:] 16814: Migration to Flex 4.1 SDK.

    Revision: 16814
    Revision: 16814
    Author:   [email protected]
    Date:     2010-07-04 09:59:11 -0700 (Sun, 04 Jul 2010)
    Log Message:
    Migration to Flex 4.1 SDK.
    Modified Paths:
        cairngorm3/trunk/libraries/ModuleTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ModuleTest/html-template/history/history.css
        cairngorm3/trunk/libraries/ModuleTest/html-template/history/history.js
        cairngorm3/trunk/libraries/ModuleTest/html-template/history/historyFrame.html
        cairngorm3/trunk/libraries/ModuleTest/html-template/index.template.html
        cairngorm3/trunk/libraries/ModuleTest/html-template/swfobject.js

    What kinds of errors are you getting?

  • Best way to set up Eclipse + Flex 4.5 SDK?

    I have followed this tutorial to set up Eclipse with the Flex 4.5 SDK. It leaves a lot to be desired.  In particular:
    * Setup is a pain and requires many steps
    * There doesn't appear to be any source code highlighting for MXML
    * There does not appear to be any AS3-specific code completion or code highlighting
    * Not much help from autocomplete.
    Does anyone know of a better setup scheme for Eclipse?  If not, short of shelling out a few hundred bucks for the Adobe Flex IDE, does anyone have a really cool development environment set up for Flex 4.5 SDK?

    I know this isn't the answer you're looking for, but I don't get why developers are so cheap that so many aren't willing to spend anything on tools that they likely use for hours a day almost every day. If a core productivity tool isn't worth buying, what is?  It's not like IT professionals are so poor they can't afford to spend a few hundred on decent software to do their job. Look at photography and graphic artist people over in the Photoshop forums - Photoshop-like tools are at least as (if not more) expensive than Flash Builder, and people in IT are probably earning MORE money than you do in that industry. What gives?
    I mean, some devs aren't willing to spend a dime on commercial tools and so on, but then they get all upset when Adobe decides to stop or cut back on paying developers to maintain and develop stuff they've been given for free. Are most developers communists or something?
    Anyway... if you're a student, I assume you can still get a Flash Builder license for free or at least at a very reduced cost.

  • Help!!! How to install Adobe Flex 4.6 SDK in MacOS ?

    How to install Adobe Flex 4.6 SDK in MacOS(Lion)
    I download flex_sdk_4.6.zip from http://www.adobe.com/devnet/flex/flex-sdk-download.html
    and unzip it,
    but how to install or run the Flash Builder?

    That’s a separate product: http://www.adobe.com/products/flash-builder.html

  • Webcam not working in AIR with Flex 4.0 SDK

    Hello everybody,
    I have created an AIR application with the Flex 4.0 SDK which tries to activate a webcam. When I run the application, the webcam signalizes that it has been successfuly activated but unfortunately I do not receive a camera image, nor do I receive an activation or error event from the camera. When I change the application type to "web", everything works just fine.
    According to this thread:http://forums.adobe.com/message/2580536 , you should activate the Flex 3 compatibility mode. Unfortunately, I rely heavily on Flex 4 components which cannot be changed or removed.
    Is there a way to activate the webcam under AIR with Flex 4?
    Best regards,
    Bernd

    I used ditto on Mac. I would make a backup copy of the Flex SDK first.
    Then use ditto to update the SDK with AIR SDK.
    -ted

  • How to configure LCDS 2.5.1 make use of Flex 3.0 SDK?

    Hi,
    I deployed LCDS 2.5.1 version which uses Flex 2.0 by default. Now i want to use Flex 3.0 with this LCDS. How to configure it? I tried to configure by modifying the library path and source path which points to Flex 3.0 SDK library and source path from the following file,
    {WAS_INSTALLED_PATH}\flex_war.ear\flex.war\WEB-INF\flex\flex-config.xml
    But it is not working properly. Can anyone please help me, how to change Flex 3.0 SDK lookup for LCDS 2.5.1?
    Thanks,
    Murali Sankar Muthaiah

    You can download the Flex 3 compiler for J2EE applications and update the <br />compiler with the bits contained in that web application.<br /><br />  http://opensource.adobe.com/wiki/display/flexsdk/Downloads<br /><br />Note that moving forward (LCDS 2.6 - in beta now) the MXML compiler will not <br />come with LCDS at all.  It is now part of the SDK and must be configured <br />'manually' if you want to use it.<br /><br />Probably the better thing to do is to compile your application with <br />FlexBuilder 3 instead of the web tier compiler, you will have much more <br />control over which Flex SDK you are using - plus you get a good IDE!<br /><br />--<br />Tom Jordahl<br /><br /><[email protected]> wrote in message <br />news:[email protected]..<br />> Hi,<br />><br />> I deployed LCDS 2.5.1 version which uses Flex 2.0 by default. Now i want <br />> to use Flex 3.0 with this LCDS. How to configure it? I tried to configure <br />> by modifying the library path and source path which points to Flex 3.0 SDK <br />> library and source path from the following file,<br />><br />> {WAS_INSTALLED_PATH}\flex_war.ear\flex.war\WEB-INF\flex\flex-config.xml<br />><br />> But it is not working properly. Can anyone please help me, how to change <br />> Flex 3.0 SDK lookup for LCDS 2.5.1?<br />><br />> Thanks,<br />> Murali Sankar Muthaiah

  • Missing base class Events (flash.events) | Flex 4.1 SDK | Flex Builder 3

    Hello,
    I am experience the following problem, I am not able locate or find base class Events when I do "import flash.events;" - autocomplete does not work as well. in import flash. only available - flash.errors and flash.text
    However if I switch from Flex 4.1 SDK to Flex 3.2 SDK then no problem and I can add flash.events
    Flex 4.1 SDK version is 4.1.0.65265, I also tried Flex 4.0 SDK, the same problem not able to find events.
    Require flash player version I tried both: 10.0.0 and 10.1.0 nothing helped.
    Could you please suggest what might be wrong. Unfortunately not able to find this info in the forum or google
    Thank you
    Regards,
    Marakame

    Did you try
        import flash.events.*;
    Or
        import flash.events.Event;

  • Flex Open Source SDK doesn't contain spark.wireframe skin or modules?

    Hello, I am curious if the Flex Open Source SDK no longer contains the spark.wireframe skin. It is not located in frameworks/projects/spark/src/spark/skins where I would expect it to be.
    Also, the documentation on this site specifies that a modules folder is to contain the sources necessary to build the jar files for the various command line tools. Is this longer included in the source distribution?

    I still see it in there in its own project (frameworks/projects/wireframe).
    The modules folder is the source for the compiler and other tools and is not included in the Open Source SDK.  It is included in the full Flex SDK.  Apache Flex should be receiving a copy of the source though.

Maybe you are looking for

  • White screen & not able to sync

    I have an ipod touch 1st gen. Just recently, I haven't been able to sync with itunes & my comp. doesn't recognise the ipod (no chime when I connect the ipod thru USB, itunes doesn't show the device as being connected). Also (and I'm not sure if it is

  • WD Enumerated Dropdown Value Getting cleared in Adobe PDF After submit

    We have created a PDF adobe form using the webdynpro Abap in which we are using the Enumarated Drop Down list with the no select value. The Values are populating in the dropdown correctly and we are able to select the particular value from the dropdo

  • Turning into timestamp

    Hi, I've got a form with 5 combos. One for year, month, day, hour and last for minutes. I want this info to be stored in my database as timestamp type. How can this be done? I mean, how can I convert from int or String to timestamp?? Thanks a lot in

  • Custom "Go" Button for vertical Dashboard Prompts

    Hello All, I have to create single GO button for multiple prompts on dashboard. I am following below blogs but getting Error like "Exception OccurredReferenceError: GFPDoFilters_samvi is not defined" Or some Object Error. http://obieeone.com/2009/06/

  • Boot from pendrive

    Satellite m30x... I can't boot from a bootable pendrive. I tryed different pendrives (USB1 & 2) and boot system files. Any hint ? Ciao from Italy