SWF from swfLoader not unloading - how to resolve?

Hi,  My swfs unload properly when I run the application in the Flashbuilder environment, but in the release build on the web, they do not  I wonder if I need to test for the swf to unload before I close the custom popup box?
I load the swfs like this inside a custom popup titleWindow:
protected  
function textarea1_clickHandler(event:MouseEvent):void
     this.move(1,1);     loader.load(
"lessons/EBS_new_FieldOps_MileStone6.swf");}
I unload the swfs like this:
protected  
function titlewindow1_closeHandler(event:CloseEvent):void{
     loader.unloadAndStop();
     PopUpManager.removePopUp(
this);}
The popup window dissapears, but the movie stays loaded.

If you don't see in the console, then it isn't truly unloading
and even then garbage collection may affect when things go away.

Similar Messages

  • HT201407 iphone 4 update complete asking me to follow few more steps and connect to wifi. Now my wifi is not working how to resolve this problem

    iphone 4 update complete asking me to follow few more steps and connect to wifi. Now my wifi is not working how to resolve this problem

    what happens when yu try to connect to wifi?

  • HT201210 could not be updated because of the firmware file is not compatible (how to resolve this problem or ios 6 could not be used on iphone4?)

    could not be updated because of the firmware file is not compatible (how to resolve this problem or ios 6 could not be used on iphone4?)

    Do you have iTunes 10.6.3?
    If not, update iTunes first then try again.

  • Re: SKYPE...I keep getting this & not sure how to resolve it..."Firefox doesn't know how to open this address, because the protocol (skype) isn't associated with any program."

    I am trying to set up skype on my dell desktop with Windows 7 and when I attempt to make a call I get this message...not sure how to correct it.Please help.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • Keyboard does not connect - have narrowed to a software issue as it works in safe mode, but do not know how to resolve the software issue

    I was in the process of connecting a Razer Blackwidow USB keyboard to my iMAC and something went wrong.
    The new keyboard doe not respond and now my bluetooth keyboard does not work either. No connectivity whatsoever.
    I've tried a number of things, including resetting the PRAM / NVRAM and SMC (interesting that the computer responds to the keyboard commands that are required to reset the PRAM). I also checked all the universal access setting to make sure nothing was interfering with normal keyboard operation.
    btw, blutooth seems to think the keyboard is connected I get a gree light. I can even go through the process of unpairing and pairing and it allows me to type in the numberical code to pair the keyboard, but after that, it still does not work.
    When I start the machine in safe mode, the keyboard works fine. So I've narrowed this down to a software problem. I tried to go to another user account to see if it's just associated with the current user, but since I have no keyboard connection at all, I can't type in a password, so that's no good.
    I've eliminated a number of applications that I have recently installed (including the Razer set up app) that might interfere with keyboard operation, but no luck.
    Any suggestions on how to go about tracking down this software issue?
    Thanks - musikman7

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” (without the quotes) and press return. You should then get a new line ending in a dollar sign.
    Step 1
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.)
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step.
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
    Important: If you synchronize with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output.
    You can then quit Terminal.

  • I have lost my camera icone and my camera is not working how to resolve the same.

    Hi Team,
    Camera on 3gs is not working its d't show the display and i have lost its icon on task manager kindly provide me detail hw can i resolve the same.
    Also one of my iphone in which i have faced charging issue phone is not charged kindly help me regarding the same.

    settings->general->reset->reset home screen layout
    should bring it back

  • New Discussion  - Not sure how to resolve problem

    I have had a PC since black and white monitor days - when chat's were charged by  hour - I ended up with a worm when  ISP did a three way with my computer  - and I had all my well wishing notes etc. for my retirement.  Due to security of Apple went and bought a iMAC.  Unfortunately I do not even know of anyone who has one - employer does not use - nor accountant daughter or teacher son  - I even went to the local college to find if they had a Apple class - so my problems with the swirly wheel are doubled as I do not know most of the referral components.  This wheel seemed more prevalent after I started playing Rummikub - which for the last few months I couldn't even download - it just froze - - I am at a loss - - I did pay for the three year assistance - maybe that is the next step -

    Hello,
    See if the Disk is issuing any S.M.A.R.T errors in Disk Utility...
    http://support.apple.com/kb/PH7029
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on CPU%, any indications there?
    How much RAM & free Disk space do you have also, click on the Memory & Disk Usage Tabs.
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    In the Memory tab of Activity Monitor, are there a lot of Pageouts?

  • HT1926 I have just updated itunes on my pc (widows XP) to the latest version. When I try to open it i get an error message saying the application failed to start because MSVCR80.dll could not be found. Not sure how to resolve this. Have tried to reinstall

    I have just updated itunes on my pc (windows XP) to the latest version. When I try to open it I get an error message saying the application failed to start because MSVCR80.dll was not found< Have tried reinstalling with no luck. Any ideas?

    try removing all itunes and all other apple program
    follow this link for more info. http://support.apple.com/kb/HT1923
    reboot ur window after uninstalling
    after that download the latest itunes setup and install.

  • Uploaded 10.2.2 itunes SW. Get message: iTunes was not properly installed. If you wish to import or burn CDs you need to reinstall iTunes. This is my second attempt. Not sure how to resolve. Guidance requested?

    When I uploaded 10.2.2 on Windows 7, I receive a statement that iTunes was not properly installed. What may be prompting this condition?

    Could you post your diagnostics for us please?
    In iTunes, go "Help > Run Diagnostics". Uncheck the boxes other than DVD/CD tests, as per the following screenshot:
    ... and click "Next".
    When you get through to the final screen:
    ... click the "Copy to Clipboard" button and paste the diagnostics into a reply here.

  • If i received call from somebody shown unknown, how to resolve this issue

    i am unable to view the number of incoming call, always shown unknown...

    Oh my! That is quite the problem! The best advice I can give you is to reset your phone! Hold down both the home and sleep buttons until your device forces itself to shut down. When it reboots test it! If that doesn't work, factory reset your device and try again! Make sure you backup your phone beforehand!
    Hope this was helpful!!

  • RMAN-20021(How to resolve)

    Version:10.2.0.1.0
    OS: windows XP
    After registering the target database with recovery catalog(another database).
    when i am trying to create a local script, i am getting the below error.
    RMAN-03009: failure of create script command on default channel
    RMAN-20021: database not set
    How to resolve this..

    From the online docs you regrettably failed to search before posting
    RMAN-20021 database not set
    Cause: This an internal error.
    Action: Contact Oracle Support Services
    Sybrand Bakker
    Senior Oracle DBA

  • How to resolve error - 502 web server error ?

    Hello,
    Kindly consider following scenario: 
    Custom control is programmatically creating site using following code. Once site get created, it redirecting to its settings.aspx page:
    try
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite
    site1 = new
    SPSite(SPContext.Current.Site.ID))
    SPLongOperation.BeginOperation
    beginOperation = null;
    if (beginOperation ==
    null)
                             beginOperation =
    delegate(SPLongOperation
    longOperation)
                                 site1.WebApplication.Sites.Add(site1.RootWeb.Url 
                      + "/manPath/site1,
    Site1, "", 1033,TemplateName,
    __userLoginName, __userName,__userEmail);
                                 longOperation.End(site1.RootWeb.Url
    + "/manPath/site1/_layouts/settings.aspx");
    SPLongOperation.Begin(beginOperation);
    Same code works perfect at development machine, while in production it gives 502 web server errors.
    Please check below error text:
    502 - Web server received an invalid response while acting as a gateway or proxy server.
    There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.
    Results in Development machine: site gets created and redirects to its site settings page as expected.
    Results in Production machine: During the process it throws 502 web server errors, while site has got created successfully.
    I am not sure why it happened, while previously it was working. I have feeling that may be redeployment should resolve the issue, but I want to know root cause of this issue!!
    Note :  the same settings page is working well, when I open it manually in production environment!
    Please let me know the approaches to resolve this issue? Also, let me know if you need any further information on same.
    Thank you to look at this issue !
    Kind Regards,
    Dipti Chhatrapati

    Hi, I have found the things where is the issue , but still I am looking for the resolution !
    To add further on above issue, I have observed as below :
    Client machine: Following
    error is getting throw when creating new  site. 
    502 - Web server received an invalid response while acting as a gateway or proxy server. 
    There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content
    server, it received an invalid response from the content server. 
    WFEs
    machine : Error is not getting display when creating new site.
    And hence , it looks like load balancing/IIS issue, however I am not sure how to resolve the same !! 
    Please let me know your thoughts !
    Thanks and Kind Regards,
    Dipti Chhatrapati

  • How to resolve white screen of death

    My macbrook pro has been working just fine and then today when I opened it it had the white screen of death. Not sure how to resolve this issue.

    cruediger,
    you can try this: boot your MacBook Pro into Recovery mode by holding down a Command key and the R key as it starts up. Once the Mac OS X Utilities menu appears, select Disk Utility. On the left-hand side of the Disk Utility window, select your internal disk’s boot partition (typically called “Macintosh HD”). On the right-hand side, press the Verify Disk button if it’s not greyed out; if it is greyed out, or if it reports that errors were found, press the Repair Disk button. Once the verification/repair is completed, exit Disk Utility and select Restart from the Apple menu to restart in normal mode. Does it get past the white screen now?

  • How to resolve issue

    Hi,
    I am not sure how to resolve or i don't how to approach this. i click on debug and view debug buttons still not able to find.
    What are these line numbers indicates. where to see them
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 12
    ORA-06512: at "APEX_040100.WWV_FLOW_DYNAMIC_EXEC", line 67
    ORA-06512: at "APEX_040100.WWV_FLOW_PROCESS", line 154
    Getting followng error while i click button. i jsut wanted to know where to check these line numbers and how to tackle this error
         Error     ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    Technical Info (only visible for developers)
        is_internal_error: false
        ora_sqlcode: -6502
        ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character to number conversion error
        component.type: APEX_APPLICATION_PAGE_PROCESS
        component.id: 6961805050
        component.name: hiring Export
        error_backtrace:
        ORA-06512: at "SYS.WWV_DBMS_SQL", line 12
        ORA-06512: at "APEX_040100.WWV_FLOW_DYNAMIC_EXEC", line 67
        ORA-06512: at "APEX_040100.WWV_FLOW_PROCESS", line 154Edited by: 893185 on Jun 1, 2012 4:17 PM

    Hi,
    Have you got a page process on your page named "hiring Export". This appears to be why your getting the error. It appears you are trying to submit the page and insert or update a table and populate a column that has a number type with text rather than a number. Can you create an example on apex.oracle.com?
    Thanks
    Paul

  • Iphone 5 keeps getting really hot and draining the battery...How to resolve?

    my iPhone 5 keeps getting really hot and draining the battery faster than normal my software is up to date iOS 7.1.1 not sure how to resolve any help would be greatly appreciated
    thanka

    Try this blog.  There is some good information provided by a former Apple employee. 
    http://www.overthought.org/blog/2014/the-ultimate-guide-to-solving-ios-battery-d rain

Maybe you are looking for

  • Hi guys, I recently got a WRT54G v5 wireless router, and...

    Hi guys, I recently got a WRT54G v5 wireless router, and when I try to play the PC multiplayer game Call of Duty 4, it kicks me for having 'No Packet Flow' and "Loss of Key Packets". I didn't get these with my other router so I know that the WRT54G i

  • Single Server DHCP environment - redundancy question

    I have a single 2012 R2 Server, running as Host.  Host has Hyper-V services only.  Single Guest, running Server 2012 R2, as Domain, FS, DHCP, DNS.  Small shop, 20 workstations.  IP served from DHCP to clients.  If server dies, I have no internet acce

  • Is it possible to do this with Flash...

    I have this little problem with my blog on MySpace and I'm curious to find out if I can solve it by creating a Flash header/game for my blog that will solve it. I experience routine cycles where on certain days I will get tons of hits, usually this i

  • Hgrid - Issue with an unusual scenario

    Hi All, I've a Hgrid component with two levels, one VO master and one VO details and a View Link that is created in runtime to join them. In my page, this Hgrid shows the results based on parameters from a search region (I'm not using query region si

  • Color profile problems

    I just got a new computer and installed Photoshop CS5. The colors in my workspace are all squirrely.  White looks like a light beige, gray is a dark brown. Oddly when I export files as jpeg or gif, they look just fine but the colors in the workspace