Flex 4.7 update

Hi,
   I have the last update and when trying to update it, it indicates me that the serial is good but no installation found to link with.
I'm completely lost.
I have Flex Builder 4.6.
What's hapening?

Hi,
Make sure you source the application env file, and use the complete syntax as outlined in the following document.
$ f60gen module=<form name>.fmb userid=apps/<apps password> output_file=<form name>.fmx module_type=form batch=yes compile_all=special
Note: 742617.1 - How do I Generate Forms in R11i or R12?
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=742617.1
Regards,
Hussein

Similar Messages

  • Flex 2.01 Update Problems

    I TRIED installing the Flex 2.01 update. My configuration is
    Windows XP SP2 and I was running Flex Builder 2.0 (Educational
    Version). I downloaded the Windows update from here:
    http://www.adobe.com/support/documentation/en/flex/2/install.html
    (144 MB download).
    After the download completed, I ran the downloaded file
    (named flexbuilder2_201updater.exe) and went through the process of
    installing FlexBuilder 2.01. The installer needed to restart my
    computer before completing the process. After my computer
    restarted, I expected to see the installer tell me it was finished.
    But I never got any more messages from the installer.
    So, after waiting a few minutes, I ran Flex Builder. Still
    said 2.0 on the splash screen. I went to Help - Product Details and
    then clicked on Feature Details and saw that my Flex Builder 2 Core
    is 2.0.143459 and so is my Flex Builder 2 Standalone.
    However, when I try to open one of my Flex projects I get an
    error message!!! The MXML editor is not available!!!
    So I closed Flex Builder and ran the download again. Only now
    I get the message that an existing Flex Builder installation was
    not found and the installer will not run!!!
    I'm now going to try reinstalling the original software!!! I
    knew I should NOT have tried to do this on a Friday afternoon.

    quote:
    Originally posted by:
    phil1021
    I TRIED installing the Flex 2.01 update. My configuration is
    Windows XP SP2 and I was running Flex Builder 2.0 (Educational
    Version). I downloaded the Windows update from here:
    http://www.adobe.com/support/documentation/en/flex/2/install.html
    (144 MB download).
    After the download completed, I ran the downloaded file
    (named flexbuilder2_201updater.exe) and went through the process of
    installing FlexBuilder 2.01. The installer needed to restart my
    computer before completing the process. After my computer
    restarted, I expected to see the installer tell me it was finished.
    But I never got any more messages from the installer.
    So, after waiting a few minutes, I ran Flex Builder. Still
    said 2.0 on the splash screen. I went to Help - Product Details and
    then clicked on Feature Details and saw that my Flex Builder 2 Core
    is 2.0.143459 and so is my Flex Builder 2 Standalone.
    However, when I try to open one of my Flex projects I get an
    error message!!! The MXML editor is not available!!!
    So I closed Flex Builder and ran the download again. Only now
    I get the message that an existing Flex Builder installation was
    not found and the installer will not run!!!
    I'm now going to try reinstalling the original software!!! I
    knew I should NOT have tried to do this on a Friday afternoon.
    Hi Phil,
    Thanks for alerting us to this problem, and I'm sorry it
    wasn't an easy update for you. We haven't seen this happen before,
    so want to gather more information if you can provide it. Can you
    post the installer logs resulting from the failed attempt, if you
    still have that folder available?
    Also, you mentioned that the installer prompted you to reboot
    in the middle of the update. That's highly unusual, and probably
    related to why it didn't go smoothly. Normally, the installer will
    only prompt for a reboot if you're trying to update a copy of Flex
    Builder that's still running, though the installer usually displays
    strong warning messages to quit the program before updating. Do you
    recall whether that was the case?
    Thanks,
    C. Agruss, Flex Builider Team

  • [svn] 4885: Flex SDK Framework - Update mx.filters API and class hierarchy

    Revision: 4885
    Author: [email protected]
    Date: 2009-02-06 16:12:32 -0800 (Fri, 06 Feb 2009)
    Log Message:
    Flex SDK Framework - Update mx.filters API and class hierarchy
    - Removed BaseFilter.as, BaseDimensionFilter.as, and GradientFilter.as
    - Renamed IBitmapFilter.as to IFlexBitmapFilter.as
    - Changed IBitmapFilter.clone to createBitmapFilter
    - Moved properties and functions from base classes up to filter subclasses
    - Changed ColorMatrixFilter constructor parameter from Array to Object
    - Added Change metadata to all filter classes
    - Changed notifyFilterChanged from public to private
    - Added ASDoc comments
    - Added copyright info
    - Added a number of formatting and style fixes
    QE Notes: Need to update tests based on API changes. Missing tests for DisplacementMapFilter.as.
    Doc Notes: Need extensive ASDoc review. Consider using @copy for properties that match the flash.filters properties
    Bugs: n/a
    Reviewer: Gordon
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateFilterInst ance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BevelFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BlurFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ColorMatrixFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ConvolutionFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DisplacementMapFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DropShadowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GlowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientBevelFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientGlowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ShaderFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Parser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/StrokedElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s
    flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/IFlexBitmapFilter.as
    Removed Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseDimensionFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/IBitmapFilter.as

    Yup. The source files are simply missing from the 4.5 source releases....I'm hitting the same issue when trying to rebuild the SDK with flexcover changes applied.

  • Flex 4.5 update

    Hello,
    I noticed that there is an update announced for the Flex 4.5 framework, in June. This would allow creation of Flex Mobile Projects with full support for iOS. Does anyone know if this would enable loading external compiled code? Or maybe this is not allowd by iOS, so it has nothing to do with Flex.
    In the current version, using Actionscript Mobile Project, loading external swf files is not allowed.
    Thank you,
    Alin.

    Hi,
    You are correct. The new Flex 4.5 framework has nothing to do with the restriction posed by Apple, which stays as it is. You are best refactoring all your code in main swf.
    Regards,
    Sanika

  • Flex/Salesforce question, updating a unique object

    Hello, I'm having some trouble updating a value for a particular unique object from an embedded swf developed using flex.
    The query works fine, and returns one record (I can see the resource in a datagrid I have in the swf), however, I see no effect of my update function. Here's the relavent snippet from my .mxml file:
    private function setResource():void{
         //get resource
         force.query("Select Total_Hours__c, Role__c, Resource__c, Rate__c, Hours_Per_Week__c From SFDC_Assignment__c WHERE Projects__r.Id = '$$$$$$' and Role__c = '$$$$$'",
              new AsyncResponder(
                   function(qr:QueryResult):void {
                        resource = qr.records.getItemAt(0);
                   }, handleFault)
         //update resource's value
         resource.Rate__c = 200;
         a1[0] = resource;
         force.update(a1, new AsyncResponder (
              function():void{
                   Alert.show("Updating...");
              }, handleFault)
    One discrepancy that I’m seeing is in the flex specific documentation, when they discuss the update function you can call on a salesforce connection: http://bit.ly/U56xx it’s a void function. However, the update function in the salesforce apex code documentation: http://bit.ly/d4Tk2 returns an array of ‘SaveResult’ object. Each element in the SaveResult array corresponds to the sObject[] array passed as the sObjects parameter in the update() call and contains information regarding the success of the update (something that would be very useful!).
    I’ve checked the sfdc database for any updates and I don’t see any for the specific operations I’m performing.
    Any one know why this isn't working? Let me know if you need any other infromation regarding our set up. Any help would be greatly appreciated. Thanks in advance.
    Relevent links:
    http://www.adnsandbox.com/media/flexsdk/docs/com/salesforce/Connection.html
    http://www.adnsandbox.com/media/flexsdk/docs/com/salesforce/Connection.html#update()

    Hello..
    I'm using the salesforce toolkit, I replicate the sample code they give to use the API, I'm having some trouble and don't find anywhere the answer, when I make a request, the server response twice, twice on login request, on other queries, sometimes I receive the response three times.
    Thanx..

  • Flex 2.0 Update/Patch

    Hi all
    I experienced a lot of bugs in Flex 2.0 (some of them are
    well known issues to Adobe).
    My question is: will Adobe ever come with a patch for Flex
    2.0?
    Right now I'm spending too much time 4 finding workarounds
    for the bugs I experienced.
    Thanks,
    Janos

    Yes, we're looking to release 2.0.1 at the same time as our
    Mac release, which is early 2007.

  • [svn:bz-4.x] 15534: Update BlazeDS/4.x branch to build with Flex SDK4.

    Revision: 15534
    Revision: 15534
    Author:   [email protected]
    Date:     2010-04-17 05:17:40 -0700 (Sat, 17 Apr 2010)
    Log Message:
    Update BlazeDS/4.x branch to build with Flex SDK4. This branch now builds with Flex SDK4 by default. This was just a merge of changelist 15508 from BlazeDS/trunk to BlazeDS/4.x. 
    Modified Paths:
        blazeds/branches/4.x/apps/ds-console/build.xml
        blazeds/branches/4.x/apps/ds-console/console.mxml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/dashboard/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/inventory/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/runtimeconfig-messaging/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/runtimeconfig-remoting/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-101/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-chat/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-datapush/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-httpservice/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-remoteobject/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-update/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/testdrive-webservice/build.xml
        blazeds/branches/4.x/apps/samples/WEB-INF/flex-src/traderdesktop/build.xml
        blazeds/branches/4.x/apps/samples/build.xml
        blazeds/branches/4.x/apps/team/build.xml
        blazeds/branches/4.x/build.properties
        blazeds/branches/4.x/build.xml
        blazeds/branches/4.x/modules/proxy/build.xml
        blazeds/branches/4.x/modules/remoting/build.xml
        blazeds/branches/4.x/modules/sdk/build.xml
        blazeds/branches/4.x/qa/apps/qa-manual/build.xml
        blazeds/branches/4.x/qa/apps/qa-regress/build.xml
        blazeds/branches/4.x/qa/resources/webtier/build.xml
        blazeds/branches/4.x/qa/resources/webtier/flex_sdk_4/air-config.xml
        blazeds/branches/4.x/qa/resources/webtier/flex_sdk_4/flex-config.xml
    Added Paths:
        blazeds/branches/4.x/resources/flex_sdk/dmv/
        blazeds/branches/4.x/resources/flex_sdk/dmv/datavisualization.swc
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/en_US/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/en_US/datavisualization_rb.swc
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/ja_JP/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/ja_JP/datavisualization_rb.swc
    Removed Paths:
        blazeds/branches/4.x/apps/team/WEB-INF/flex/flex-config.xml
        blazeds/branches/4.x/apps/team/WEB-INF/flex/flex-webtier-config.xml
        blazeds/branches/4.x/frameworks/libs/datavisualization.swc
        blazeds/branches/4.x/frameworks/locale/en_US/
        blazeds/branches/4.x/frameworks/locale/ja_JP/
        blazeds/branches/4.x/resources/flex_sdk/dmv/datavisualization.swc
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/en_US/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/en_US/datavisualization_rb.swc
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/ja_JP/
        blazeds/branches/4.x/resources/flex_sdk/dmv/locale/ja_JP/datavisualization_rb.swc

  • [svn:fx-trunk] 7765: Fixing up some copyrights, adding copyrights, and fixing up some legal-eese for the Flash Component Kit For Flex.

    Revision: 7765
    Author:   [email protected]
    Date:     2009-06-11 15:58:18 -0700 (Thu, 11 Jun 2009)
    Log Message:
    Fixing up some copyrights, adding copyrights, and fixing up some legal-eese for the Flash Component Kit For Flex.
    Also, updating the MXP to get latest changes to base classes.
    QE Notes: -
    Doc Notes: -
    Bugs: SDK-21670
    Reviewer: No one (just header updates)
    tests: checkintest (seem to fail due to local changes to ScrollBar, which I'm not checking in here)
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21670
    Modified Paths:
        flex/sdk/trunk/frameworks/flash-integration/FlexComponentKit.mxp
        flex/sdk/trunk/frameworks/flash-integration/readme.txt
        flex/sdk/trunk/frameworks/projects/flash-integration/FlexComponentKit.mxi
        flex/sdk/trunk/frameworks/projects/flash-integration/JSFL/Convert Symbol to Flex Component.jsfl
        flex/sdk/trunk/frameworks/projects/flash-integration/JSFL/Convert Symbol to Flex Container.jsfl
        flex/sdk/trunk/frameworks/projects/flash-integration/JSFL/MakeFlexComponent.jsfl
        flex/sdk/trunk/frameworks/projects/flash-integration/readme.txt
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/ContainerMovieClip.as
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as

  • Flex Automatic Version

    I want my Flex Application to update it's version automatically. For example I want it to be when I compile it, it adds a number to a build, when I release a build, it adds a version something a long those lines where I don't manually have to update every single time.
    I found this article, but I'm not sure how to implement it. He talks about adding a custom builder, which I don't know how to and therefore I'm lost.
    Thanks,
    Alec

    http://www.themidnightcoders.com
    WebROB is an awesome utility for using C# and Flex (and
    completely FREE). You can connect directly to any C# function.
    Ditch the automatic code, it is extremely slow.
    To set up WebORB just install it, then copy the dll's to your
    C# project's bin folder. Copy the WEB-INF folder to the root of
    your project as well as the weborb.config and add the reference in
    your web.config.
    It's semi-tricky to figure out but I got it working
    flawlessly and its awesome. You can bind a DataTable or DataSet
    directly to Flex.

  • Flex not compiling

    I'm using Flash Builder 4, 3.5 sdk and finding that it often fails to compile. I thought that changes were not showing up and decided to test by inserting a trace statement that I would change. However, the trace value did not change in the Console. Has anyone else run into this and is there a solution?

    - If there are any errors in the errors/console panel, a new
    swf won't be created
    - Make sure the target SWF file isn't set to Read-Only. It'll
    prevent Flex Builder from updating the file.
    - Check your build settings to make sure where FB is creating
    the file is the same location you expect it to be

  • Flex Builder not compiling changes

    HELP!
    I have a flex project that will build and run OK. If I make
    changes to the a file in the project (an actionscript file to be
    exact) the changes do not seem to compile. AN example is I take out
    huge sections of the code and the project still will build and run.
    I can also put in alert.show in the code and the code does not
    execute.
    This project is imported and originally comes out of SVN.
    I have tried the clean build.
    I can create my own project and make changes. Everything
    works, but when I use the project created by someone else loaded
    into SVN I cannot make any changes to the project. It is like Flex
    Builder is compiling files from another location.
    Please help. I am out of ideas.

    - If there are any errors in the errors/console panel, a new
    swf won't be created
    - Make sure the target SWF file isn't set to Read-Only. It'll
    prevent Flex Builder from updating the file.
    - Check your build settings to make sure where FB is creating
    the file is the same location you expect it to be

  • GameInput in MXML/Flex project not working

    I am trying to add Joystick support to a MXML/Flex based application (FlashBuilder, using Apache Flex 4.12.0, FP 13, AIR 13.0beta) but it does not seem to work.
    I am adding the following lines in the preinitialize function of the main MXML (which is the earliest point I can call a function I assume):
    <s:WindowedApplication
                   preinitialize="preinitialize(event)"
    />
    <fx:Script>
    <![CDATA[
    private function preinitialize($event : Event) : void
         var gameInput : GameInput = new GameInput();
         gameInput.addEventListener(GameInputEvent.DEVICE_ADDED, onDeviceAdded);
         trace("GameInput.isSupported - " + GameInput.isSupported);  // returns true
         trace("GameInput.numDevices - " + GameInput.numDevices); // returns 0
    private function onDeviceAdded($event : GameInputEvent) : void
         trace("GameInput.isSupported - " + GameInput.isSupported);  // returns true
         trace("GameInput.numDevices - " + GameInput.numDevices); // returns 0
    </fx:Script>
    However, the trace for "GameInput.numDevices" always returns "0".
    The USB Device is connected properly; when I run the same code in a pure AS project (Flash Professional, same AIR SDK 13) the "GameInput.numDevices" trace returns "1".
    This means, the device is working and the MXML/Flex must be the bottleneck.
    Does anybody know, if I'm either missing something, or if this is an issue/bug with Flex/MXML?
    [Update]
    - Unplugging and replugging the device correctly calls the event handler and numDevices is displayed with "1". However, this is no solution, since the identification of the device needs to happen without such an procedure.
    - With an older SDK (Flex SDK 4.6 + AIR SDK 3.8) the device is actually correctly identified from the start so there must be a bug in the newer AIR SDK version(s). I will fill out a bug report for this and post it here for reference.
    [Update 2]
    Bugbase report URL: https://bugbase.adobe.com/index.cfm?event=bug&id=3749005
    Message was edited by: janfriedrich

    do your IE has installed flashplayer plun-in? if so, is plug-in enabled?

  • Porque Flex no actualiza las imagenes del servidor!?

    Tengo una base de datos donde tengo guardado el directorio donde esta ubicado una fotografia, por medio de la interfaz de usuario que hice en Flex hago la solicitud de borrar la imagen que esta ubicada en un servidor remoto. La ejecución se lleva con exito, puesto que al revisar en el servidor remoto la imagen ha sido eliminada con exito. (el Script que estoy utilizando esta en PHP y funciona perfectamente).
    El problema radica que al consultar la imagen en la interfaz de usuario, esta ahi se encuentra todavia. Es como si estuviera en memoria cache... lo raro es que al cerrar la aplicación y al volverla abrir... la imagen ya no esta!!!!...
    como repito.. es como si la imagen que imprimiera fuera todavia de la memoria cache porque en el servidor remoto esta imagen ya fue borrada... he utilizado una metaetiqueta Bindable y aun asi persiste el problema. he utilizado las propiedades cachePolicy en off y aun asi me persiste el problema.
    en espera de sus valiosos comentarios...

    Babelfish translated as follows:
    Why Flex does not update the images of the servant?
    I have a data base where I have kept the directory where this located a
    photograph, by means of the user interface that I did in Flex I make the
    request erase the image that this located in a remote servant. The execution
    takes successfully, since when reviewing in the remote servant the image has
    been eliminated successfully. (the Script that I am using this in PHP and
    works perfectly).   The problem is that when consulting the image in the
    user interface, this is there still. It is as if it was in memory breaksŠ
    the rare thing is that when closing the application and when returning abrir
    itŠ to the image this no longer! Š   as I repeat. it is as if the image that
    imprimiera outside still of the memory breaks because in the remote servant
    this image already was erasedŠ I have used a metaetiqueta Bindable and even
    so the problem persists. I have used the properties cachePolicy in off and
    even so the problem persists to me.   awaiting its valuable commentariesŠ
    End of original message
    That sounds like it could just be caching in the browser or in memory.  If I
    request and image, especially if I use a caching tool like SuperImage, then
    I choose to delete that image, if I request that image again, I might see it
    come from the cache until I close the application and the cache goes away.

  • Automatic update search

    Since updating my virus/firewall program (Trend PC-cillin
    14), Flex shows Automatic Update Search (6%) in lower right corner
    and in Progress Window shows - Contacting Eclipse .org update site.
    This never changes.
    My firewall is obviously preventing access to the internet,
    but I've tried adding FlexBuilder.exe to the list of programs
    granted outgoing access and this has made no difference. Does
    anyone know what program is actually trying to do the update or
    what I have to do to give this program access?
    Usually Trend puts up a message saying such-and-such is
    trying to access the internet and I can grant or deny access, but
    this doesn't happen with Flex.
    Any ideas about what to do would be appreciated.
    Thanks,
    Doug

    I recognize the exact sequence you are describing...did you even attempt what the KB suggests? I am not sure if it does exactly what you are wanting, so trying will at least provide a yes or no...
    (off topic...) As for attaching images, when you click the little green tree, it pops up a screen. From what you described, I think you clicked the chain link button...which is to paste a URL link into the body of the message...not an image. To the immediate right is a little green tree...click that to upload images into your post.
    Best!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Javascript notifications to Flex on Multiple objects

    Hi,
    I know that with ExternalInterface, we can register ActionScript functions that will be callable from JavaScript, But i want to register actionscript function for of one class which has multiple instance created in the Application. So how it will recognize which object action script  function will called from java script.
    For example :
    1) Java script : Has function javaScripAlert() which call Action script function  showAlert();
    Ie    testSwf.alert(value);
    function javaScripAlert (value) {
            TestSwf.alert();
    2) Class ABC  has call back function  showAlert (value); It register callback function “showAlert” in class ..
    Ie . ExternalInterface. addCallback(“alert”, showAlert);
    3) TestApplication  : in this I have created multiple objects of Calss ABC
    Ie
    <ns1:ABC  id=”abc1” />
    <ns1:ABC  id=”abc2” />
    <ns1:ABC  id=”abc3” />
    I have created multiple object of type ABC in the TestApplication  . so when I call javaScript function  javaScripAlert() from HTML  it  only calls function showAlert (value)  of  object  “abc3” and not for the other objects abc1 ,abc2.
    So is any way that function of other object also called at that time .
    Thanks & Regards,
    Sanjay Ruparelia

    With ExternalInterface, you can register ActionScript functions that will be callable from JavaScript, so you can set up your JS callbacks to trigger calls into your Flex app to update the status.

Maybe you are looking for