Flash file not responding if more than 1 flash file.

product : Adobe Flex Builder ver 2.. HELP required urgently..
I'm very new to Flex. in my adobe FLEX page, i'm displaying 2
flash file (.swf). the flash file itself pop-up data based on click
on the adobe flash file. however only 1 flash file (first flash
file) responsds and 2nd flash file loaded but NOT responding to
click and no data pop-up in the 2nd flash file.
However, if i change the order of FlashLoader2.load("file"),
the 2nd flash file responding and the 1st flash file not
responding. so, we can conclude that flash file is ok. anything
need to change in adoble flex???? pls help.
thanks

ar tech,
I think that your problem is to do with layering. You have
specified both loaders to have width and height 100% so (unless
there is more to your code than you have posted) they will sit on
top of each other. In that case unless you have done some clever
code to pass on the mouse request, it will get swallowed by
whichever one is on top (hence the change of behaviour when you
alter the order of loading).
It sounds from your description as though they actually sit
in different screen areas, so maybe try changing the location
parameters and see if both respond when you put them side by side.
Richard

Similar Messages

  • Can not color label more than one file at a time

    Hi,
    I've had this problem since 10.6.6-ish, i can not color label more than one file at a time in the Finder.
    Wether i select two, twenty or twohundred only one file gets color labeled.
    It doesn't seem to matter if i assign a color label through the File menu or right click > label.
    Figured a re-install might fix this but it hasn't (even a clean install without restoring any kind of backup).
    Does anyone else have this issue and/or a fix for it?
    Thanks,
    Jay

    Aaaaanyone ?

  • The file is not readable, when more than one file open

    Get this error when I try to open more than one file. Happens on different files, but especially on jobs that have side panels on packaging. The files have placed .psd images. Happens on different computers (10.6 & 10.8.2).
    Can get the file open usually by closing the othere open file, but then is hard to copy and paste between files. Sometimes I get this when trying to open one file, but restarting Illustrator usually fixes this.
    Have tried working directly from the hard drive, and still get this problem. Does to follow an exact pattern, can try to open file a, then b one day thsi will work another will fail. Seems like something is corrupting the memory, and usually happens with more complex files. Happens in CS5 & CS6, though I mostly work in CS5.

    Anyone else getting this error?

  • Windows 8.1 MDM not responding to more than one SyncML from MDM server per session

    Here is the behaviour i see, which was not expected by Windows 8.1.
    1) Device is enrolled
    2) Client initiates the connection with the MDM server defined in provisioning XML during enrollment.
    3) MDM Server sends some commands as a SyncML response.
    4) Client accepts the commands and sends Status and results.
    5) Again MDM Server sends some commands as a SyncML response.
    6) Client doesn't respond to these commands or not sending any SyncML. Here is the problem that i am referring to.
    We are capturing the traffic in fiddler and found that device is not sending the next request where we are expecting the status for these commands. 
    The same is being repeated in all the requests client initiates. DM Client responds back only for one syncML sent by the MDM server per session.
    Is this the expected behaviour with Windows 8.1? Or are we doing something wrong to see this behaviour?
    Below is the SyncML for which I am expecting the response from the DM client. (Note: I got the response for the same SyncML in the first connection, but not in the second.)
    <SyncML xml:lang="en" xmlns="syncml:SYNCML1.2">
      <SyncHdr>
        <VerDTD>1.2</VerDTD>
        <VerProto>DM/1.2</VerProto>
        <SessionID>1</SessionID>
        <MsgID>1</MsgID>
        <Target>
          <LocURI>0</LocURI>
        </Target>
        <Source>
          <LocURI>https://####</LocURI>
          <LocName>AfariaWinPhoneProvider</LocName>
        </Source>
        <RespURI>https://####</RespURI>
      </SyncHdr>
      <SyncBody>
        <Status>
          <CmdID>1</CmdID>
          <MsgRef>2</MsgRef>
          <CmdRef>0</CmdRef>
          <Cmd>SyncHdr</Cmd>
          <TargetRef>https://####</TargetRef>
          <SourceRef>0</SourceRef>
          <Data>200</Data>
        </Status>
        <Get>
          <CmdID>2</CmdID>
          <Item>
            <Target>
              <LocURI>./cimv2/Win32_ComputerSystemProduct</LocURI>
            </Target>
          </Item>
        </Get>
        <Final />
      </SyncBody>
    </SyncML>

    Hello Sreekanth,
    I am facing similar issue, here is the behaviour description:
    1) Device is enrolled
    2) Client initiates the connection with the MDM server defined in provisioning XML during enrollment.
    3) MDM Server sends some commands as a SyncML response.
     4) Client doesn't respond to these commands or not sending any SyncML. 
    The same is being repeated in all client request. 
    Below is the SyncML
    for which I am expecting the response from the DM client:
    <SyncML xmlns="SYNCML:SYNCML1.2">
        <SyncHdr>
            <VerDTD>1.2</VerDTD>
            <VerProto>DM/1.2</VerProto>
            <SessionID>1</SessionID>
            <MsgID>1</MsgID>
            <Target>
                <LocURI>9302116</LocURI>
            </Target>
            <Source>
                <LocURI>https://#####</LocURI>
            </Source>
        </SyncHdr>
        <SyncBody>
            <Status>
                <CmdID>1</CmdID>
                <MsgRef>1</MsgRef>
                <CmdRef>0</CmdRef>
                <Cmd>SyncHdr</Cmd>
                <TargetRef>9302116</TargetRef>
                <Data>212</Data>
            </Status>
            <Status>
                <CmdID>2</CmdID>
                <MsgRef>1</MsgRef>
                <CmdRef>2</CmdRef>
                <Cmd>Alert</Cmd>
                <Data>200</Data>
            </Status>
            <Status>
                <CmdID>3</CmdID>
                <MsgRef>1</MsgRef>
                <CmdRef>3</CmdRef>
                <Cmd>Replace</Cmd>
                <TargetRef>./devinf12</TargetRef>
                <Data>200</Data>
            </Status>
            <Get>
                <CmdID>75</CmdID>
                <Item>
                    <Target>
                        <LocURI>./DevDetail/SwV</LocURI>
                    </Target>
                </Item>
            </Get>
        </SyncBody>
    </SyncML>
    Here
    we had tried sending 
     <Target>
                <LocURI>0</LocURI>
            </Target>
    But it didn't worked.

  • Flash CS4 not responding on close

    Lately I am unable to close Flash without an error that the program is not responding.  I can close files, and they will show in the recent file history, but when I close the program itself, it shows a white screen only.  In the task manager it shows that it is not responding.
    When I tried to poke around a little, I found that this error always occurred when I had used Actionscript. This was true for about 2 weeks.  Then the problem worsened, and now, even if I just open Flash and close it again (without opening any file) it keeps crashing.
    I've seen a post for Flash CS3 with no real answers to this problem.  My hope is that someone (anyone) has an idea what might be causing this.
    I am running Flash on an XP machine with sufficient processor and memory.
    Thanks in advance...

    I know this is a year old, but I am having the exact same issue. Flash CS4 on windowsXP 32bit...anyone?

  • My mac will not copy more than one file at a time and gets locked up if the file is too large, my mac will not copy more than one file at a time and gets locked up if the file is too large

    my mac will not copy more than one file at a time and gets locked up if the file is too large, my mac will not copy more than one file at a time and gets locked up if the file is too large

    So now that you have repeated the same thing three times that doesn't make things any clearer at all.
    You are copying files from where to where?
    How are you attempting to copy files, software or click and drag?
    Any other detail would be helpful.
    Allan

  • Equium A100-338 - Flash Card not Responding

    Everytime I close down World of Warcraft something pops up in the top left hand corner (looks like it should be a window but only top bar showing) which reads 'Toshiba Flash Card (Not Responding)'. What can I do to stop this from happening?
    Im pretty sure it pops up throughout the game as well as I hear a ding.
    I have a Equium A100-338.
    Thanks for any help!

    Hi,
    a solution can be disabling the flash card service if you dont need your flash drive.
    You can disable it just by following these steps:
    - Go into Start -> settings -> Control Panel -> Administrative Tools -> Services
    - Make a right click on "Smart Card" and left-click on "Properties"
    - In the window which pops up you have to stop the service and disable it with choosing "Disabled" at the option "Startup Type"
    After that your flashdrive service is disabled and you wont get that annoying errormessage anymore.
    (I hope so :O )
    Greets

  • Toshiba flash card not responding

    I have had my laptop for several years and lately I've been frequently getting the pop-up message 'Toshiba flash card not responding'. It's almost impossible to click away this message. I think there's a relationship between this and the fact that Internet Explorer is slow to start up and sometimes stops running for no good reason when I am online.
    How do I fix this?

    the toshiba flash cards are the cards that appear at the top of your screen when you rollover it or when you perform a function using the FN button and any of the F keys them not functioning will not cause any problem with your internet explorer but whatever caused the Toshiba flash cards to not work might be making your IE not work

  • LR CC launches then freezes at flash screen, Not Responding status. have reinstalled, signed out and back in etc etc.

    LR CC installed successfully. Launch, get upgrade catalog pop up, ok, Process. LR then launches then freezes at flash screen, Not Responding status. Have reinstalled, Signed out and back in etc etc. Have let it run for several hrs, no joy. Now have 9 catlogs from doign this 9 times. PS CC works fine.

    I have found a solution somewhat. Not ideal, but working.
    uninstalled and reinstalled for second time. Signed in to CC app, then signed out. Then opened LR CC, signed in from within that (not the CC app), the upgrade catalog pop up came up (again), then LR CC launched and worked fine, albeit bit sluggish.
    signed out of LR, signed back in the CC app, lauch LR, it froze at splash screen. So tried LR5 whilst signed into CC app, it froze as well at splash screen.
    SIgn out out if CC app, restart PC, launch LR5 without going through CC app, works fine. Tried LR CC direct, works fine. Tried again after sign in through CC app, froze.
    so my issue appears related to the CC app.
    after all this stuffing about, I am now up to catalog 13 !
    so I have a solution for my problem, not ideal, but works.
    two hrs in Adobe chat line did not proved the resolution.

  • CS3 Crashes When trying to open more than 1 file

    Hi All,
    My work copy of CS3, Photoshop in particular, is crashing every single time I try to open more than one file. I tried trashing the preferences when using WinXP. We couldn't get it to stop crashing upon opening more than 1 file regardless of the open method (Recent docs, File>Open, Drag & Drop, etc)
    So then I actually got a new computer (bonus!) and there's Vista Ultimate on it. All was working great until this morning and now sure enough if I try to open more than one file, CRASH...
    Does anybody have any ideas on how to fix this? It must not be my machine because I've tried two machines..
    Any help is appreciated! Thank you!

    If your still running vista Click on control and switch to classic view. Look for folder options. On the View tab look for hidden files and folders and select "Show hidden files and folders". Same tab Uncheck " hide protected operating system files".  Hit APPLY then ok and close out.This will now show all files on your system.
    Right click on my computer and select properties. Click on advance system properties. Click on advance tab. Look for Performance and click on settings.
    On the advance tab look for Virtual memory and select "Change" If you only have on hard drive you should see C drive. what you want to do is select "Custom size". Look for recommended file size (mine reads 12285 MB) What you want to do is put that number size in "Initial size" and Also "Maximum Size" and hit the "set" button. What this does is it lets Vista set a set amount of Virtual memory that can be used as RAM. This will help Vista from wanting the same Hard disk space for Virtual Memory and Adobe Scratch Disk Space doing the same thing. You will have to reboot.
    Go to start and type in msconfig and hit enter. Go to Start up tabe and uncheck any start up items that do not need to start when you start your computer. While your in that area you can click on the boot tab. Click on Advance options. Look for number of processors and check the box. If you have more then one core processor click on the down arrow and look for the number of processors you have. (for example I have 4 so I selected 4. Hit ok. Then in the other main window hit apply then OK. A screen will pop up telling you to reboot. Selecting more then one processor (if you have more then one) will allow the computer to boot using all processors and maybe notice a faster boot time.
    Did you patch CS3 after you installed it on Vista? Also did you defrag your hard drive?

  • How can i transfer more than one file from server to client

    Hi,
    our requirement is transfer more than one files from server to client using the
    webutil_file_transfer.as_to_client_with_progress.One file transfer is already working in our system.If anybody know the solution please inform
    regards
    mat

    just an idea ...
    for this purpose let us put aside security concerns and other potential problems....
    -- Get the content of a server directory with Filter and create zip file
    1) create a class that implements java.io.FilenameFilter ...
    2) define accept() method ...
    3) call File.list() with the filter as a parameter. The returned array of strings will have all the names that passed through the accept() filter
    4) use java.util.Zip to create ZIP file on the server side
    -- I think it is better to create this functionality as a separate Java class, put it in required folder and after it
    -- use Forms->Program->"Import Java class" to create pl/sql wrappers, than to create wrappers for all classes and code in pl/sql
    5) use webutil to transfer file on the client
    6) use Java on client side to unzip transferred file
    if you think this is not too complicated, you should try ...
    Regards,
    Vladimir

  • Can't relink more than 1 file at a time

    I'm trying to relink media I have on an external firewire drive, but when I click Relink, FCP only relinks the first file in my list. The files are all there, in the same location, and have not had any name or reel changes - each one relinks fine individually, but I can't get FCP to link more than 1 file at a time.
    Procedures: I select all the files from a certain reel that are listed as being offline, then File>Reconnect Media. All the files I've selected are listed in the top half of the window, with the first file underlined. I have Search Single Location checked. I select Locate (though same thing happens if I select Search at locate the file myself), Show: Video Files (tho same thing happens if I select All Files), I've checked Match Name and Reel Only (though again same thing happens if this is not checked), and I checked Reconnect All Files in Relative Path. FCP finds the first file, and I click "Choose" - and the first file is listed in the bottom part of the window, but only that file.
    Everything else in FCP works fine. Is it possible I'm running into problems because of the very large number of clips I have in the project (12,000 so far)?
    FCP 6.0 running on G5 dual 2 gig, OSX 10.4.9
    Thanks for any suggestions.
    Tom Valens
    Tamalpais Productions
    Forest Knolls, CA

    That is a bug in FCP 6 and 6.0.1...to fix it you need to upgrade to FCP 6.0.2.
    Shane

  • PSE13 repeatedly crashing when opening more than one file at a time to layer images. [was: Feeling very frustrated.]

    Just bought Photoshop Elements 13.  I have a Macbook Pro that meets all the requirements.  I have installed and reinstalled the program but it just keeps crashing.  The program will load, when I choose the expert tab and try to open more than one file at a time to layer images it just crashes and says "Photoshop Elements has closed unexpectedly" Can anyone help me please?

    mikeobe wrote:
    OK, kinda slooow here, I hope I'm not trying your patience!? If I understand you correctly, install dummy drivers and then the drivers that came with my printer, Designating NO default printer! Then when I need to use the printer I will have to declare which one each and every time?
    Or, just intall by new printer but do not Delcare it as the Default printer, I guess in this instance there would be NO default printer?
    You may not even have the problem!
    Have you installed the new printer yet?
    There are many more people who don't see it happen than those who do.
    PS: there is always a default printer.

  • Import more than one file at a time

    Is there a way to import more than one file at-a-time to LR?

    PC or Mac?
    You can import whole folder/directory strctures if you want. In LR click on Import in Library or Shift-Cmd/Ctl-I and the initial Finder/Explorer dialogu should let you choose a Folder/Derectory, not just an individual file, though you should be able to Shift Click multiple folders/files as well.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.9 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • How do I share more than one file at once in Adobe Creative Cloud?

    How do I share more than one file at once in Adobe Creative Cloud?

    Hi Ken,
    Thank you for your quick response. Have a good weekend.
    With best regards,
    Hans Rengelink
    De Eelinkes 29 - 7101 PZ Winterswijk - The Netherlands - Tel: +31 543 461818 - E-mail: [email protected]
    This e-mail message and any accompanying documentation is intended for addressee only and may contain privileged and confidential information. If you are not the addressee any use of this information is strictly prohibited. If you have received this e-mail in error please notify us immediately by reply e.mail or telephone call on +31 543 461818 and delete this e-mail from your systems.
    Op 26 okt. 2012, om 17:33 heeft Ken G. Rice <[email protected]> het volgende geschreven:
    Re: How do I share more than one file at once in Adobe Creative Cloud?
    created by Ken G. Rice in Adobe Creative Cloud - View the full discussion
    Currently you cannot share a folder, only individual files. Sharing of folders is a feature that is coming in the future.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4802876#4802876
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4802876#4802876
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4802876#4802876. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Creative Cloud by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for

  • [svn] 4001: Adding support for asdoc in flex ant tasks

    Revision: 4001<br />Author:   [email protected]<br />Date:     2008-11-03 13:46:13 -0800 (Mon, 03 Nov 2008)<br /><br />Log Message:<br />-----------<br />Adding support for <asdoc> in flex ant tasks<br /><br />QE Notes: Tests need to be added to the

  • What can I do with error -4960?

    I am trying to download a trail version of Elements 11 and Premiere 11 unto my Macbook Pro and get this message.  Software is current.

  • Best method to synch addy book from two computers not networked together?

    I have two Macs, un-networked, and two diff. operating systems. 10.2.8 and 10.3.9. What is the best way to synch em' up on a regular basis? Thanks.

  • Song count (e.g 2848 songs) is incorrect!

    The problem I and some of my friends have been having with iTunes is that my library will say I have 2849 songs. But when I copy all of them to my Ipod, it switches to 2848. No one knows what happens to that one song... Checking if Itunes really did

  • Need to merge 2 user accounts in iTunes

    I hope I am posting in the right area. I am having problems with my computer and I need to delete one of my user accounts. There are seperate iTunes on each account that I need to try to merge onto one user account and I have no idea how to do it. We