MovieClip(this.root) stops all code from working

All my code (code that works fine btw) stops working when I write MovieClip(this.root)
DEMO1.addEventListener (MouseEvent.CLICK, xDEMO1);
function xDEMO1 (e:MouseEvent):void {MovieClip(this.root).gotoAndStop("p2");}
I get zero errors but all buttons no longer work when I test the swf. if I remove the above code altogether all buttons work again!
why doesn't it work?

(my internet was broken last night so sorry for not replying)
No that is not it my symbols exist on all frames.
am i suppost to include any framework for it to work? if so, on what level on the timeframe?

Similar Messages

  • Skype stops all sounds from working.

    Lately I have been having a problem, where everytime I am in a skype call my sound stops working after a randomamount of time.
    It is getting really annoying and every possible fix I could find is not working.
    Does anybody know what I can do to fix this problem?

    (my internet was broken last night so sorry for not replying)
    No that is not it my symbols exist on all frames.
    am i suppost to include any framework for it to work? if so, on what level on the timeframe?

  • PC Suite stops Microsoft Fax from working

    The fax server information cannot be retrieved
    I have just downloaded and installed the latest version of PC Suite.
    Each time I install the recent versions of PC Suite it stops Microsoft fax from working.
    I am running windows XP SP2
    I have a Nokia 5310
    The error message is:
    The fax server information cannot be retrieved
    The fax wizard will now close.
    I can use an earlier version of PC Suite but then my phone is not fully supported.
    Any ideas?

    Thanks for your response Miksu. You have pointed me to the right place. It is the connection manager that fails to recognise the BT stack that causes my problems. This is always resolved by a repair. It seems that the order of initiation is very important which may be why Luist has started to have the problem.
    In my experience, once things stop to work, I've had to strip out any subsequent installs.
    My PCSuite also stopped working after it installed cable connection manager (or something like that) without me asking. I found it in Control Panel->Add/Remove programs. I removed it and PC Suite started to work again, so I completely removed PC Suite then re-installed, and allowed it to add the relevant devices relating to my phone (about 4 devices alltogether) but alas this did not solve my "return from standby" issue. I think I need to remove PC Suite and then Bluetooth, and maybe something else before re-installing - I'll leave that for a rainy day.
    Thanks again Miksu

  • Getting a message, "A problem has stopped PS Elements from working correctly."

    I just installed PSE11 on my new Windows 8 computer. (I had previously run it on my old computer with Windows 7). The icon flickers when I open PSE11 and then I get a message,  "A problem has stopped Photoshop Elements from working correctly. Windows will notify you if there is a solution to the problem." I never get a notification about a solution. Any ideas?

    Try the following user tip:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • HT203085 Warning to Mac Yosemite re Webroot security program.  It stops Mac Dictation from working!

    It took Mac phone two days, four sessions, and three hours of wasted time to figure out that Webroot security program what's stopping my dictation program from working. Only after it was disabled and removed from my Mac did the dictation program works again. All Apple user should be aware of this problem with Webroot.

    Wasting your time is all such programs are capable of accomplishing. Some will also waste your money.

  • EmployeeDetailsVO extension stops Show/Hide from working on EmployeeViewsPG

    Hi,
    I am on 12.0.6. I have just extended EmployeeDetailsVO to add an extra criteria to the where clause to stop records older than the 1-SEP-2008 from being displayed. It worked successfully and the rows returned on the page EmployeeViewsPG (Nav: Employee Self Service -> Employment Information) reflect the change.
    However the Show/Hide button has stopped working. When I click show it does nothing.
    I'm not sure why extending the VO would stop this from working. Any suggestions?
    Thanks,
    Derrin

    Hi,
    If the sededVO has rowImpl and your adding new columns in the VO query then you need to generate VORowImpl java.
    However, You need to restrict to the view query by date '1-SEP-2008'
    Then there is no need to extend the VO, extend the controller of the page EmployeeViewsPG.
    Intiate the VO by OAViewObject vo = am.findViewObject ("FFFFF");
    and then add the where clause.
    e.g.
    OAViewObject vo = am.findViewObject ("FFFFF");
    If (vo != null)
    vo.setwherclause(null);
    vo.setwhereclause(" Date = '1-SEP-2008'");
    vo.executeQuery();
    Thanks,
    Kumar
    Edited by: Kumar Kovela on Jul 31, 2009 3:11 AM

  • Tuxedo getReply() occurs at times and complete stops my application from working.

    Hi,
    I am getting the error as shown below on my system box. For the last 6 months
    it has been
    working fine for us on production as well as system box.
    My problem is that I am never able to simulate such an error on my development
    box. Yet
    some times when we give a new patch or deliver a new/enhanced tuxedo service which
    has nothing related to this server we get this error on our system box. Interestingly
    just a couple of days back this has been working fine.
    I have no clue why this could be happenning as I don;t see this problem occurring
    at all in my development as well as production boxes.
    ANY CLUE WILL BE HELPFUL AND GREATLY APPRECIATED!
    thanks in advance.
    Sachin.Rane
    ==============================================================
    145540.sia-cot5!NN_ORAC_DB_tux.15814: LIBTUX_CAT:488: ERROR: Invalid data pointe
    r given to tpreturn()
    145540.sia-cot5!NN_server.15832: [COM] - [1003] : Error getting reply message
    - Action: Look into ULOG for more information
    145540.sia-cot5!NN_server.15832: SiaAppException - NN_server - tpgetrply Failed
    (TPESVCERR - server error while handling request) in: retrievePortedTnInformatio
    nBo.cpp at: 261
    145540.sia-cot5!NN_server.15832: [FRW] - [2013] : Data error
    - Action: Error in client request/response
    145540.sia-cot5!NN_server.15832: SiaSystemException - sia_common::eSIAStatus -
    b
    ad enum value in: sia_dasc_nn_map.cpp at: 72
    145540.sia-cot5!TMSYSEVT.8495: ISNAT_CAT:1199: WARN: .SysClientDied: User IIOP
    c
    lient on SIA client died
    ==============================================================

    Sachin,
    Look at the service code. Apparently the problem is with the service
    returning invalid pointer (the first line of your log). Failure of the
    tpgetreply is a result of the earlier failure.
    --rk
    "Sachin" <[email protected]> wrote in message
    news:3f0e2be6$[email protected]..
    >
    Hi,
    I am getting the error as shown below on my system box. For the last 6months
    it has been
    working fine for us on production as well as system box.
    My problem is that I am never able to simulate such an error on mydevelopment
    box. Yet
    some times when we give a new patch or deliver a new/enhanced tuxedoservice which
    has nothing related to this server we get this error on our system box.Interestingly
    just a couple of days back this has been working fine.
    I have no clue why this could be happenning as I don;t see this problemoccurring
    at all in my development as well as production boxes.
    ANY CLUE WILL BE HELPFUL AND GREATLY APPRECIATED!
    thanks in advance.
    Sachin.Rane
    ==============================================================
    145540.sia-cot5!NN_ORAC_DB_tux.15814: LIBTUX_CAT:488: ERROR: Invalid datapointe
    r given to tpreturn()
    145540.sia-cot5!NN_server.15832: [COM] - [1003] : Error getting replymessage
    - Action: Look into ULOG for more information
    145540.sia-cot5!NN_server.15832: SiaAppException - NN_server - tpgetrplyFailed
    (TPESVCERR - server error while handling request) in:retrievePortedTnInformatio
    nBo.cpp at: 261
    145540.sia-cot5!NN_server.15832: [FRW] - [2013] : Data error
    - Action: Error in client request/response
    145540.sia-cot5!NN_server.15832: SiaSystemException -sia_common::eSIAStatus -
    b
    ad enum value in: sia_dasc_nn_map.cpp at: 72
    145540.sia-cot5!TMSYSEVT.8495: ISNAT_CAT:1199: WARN: .SysClientDied: UserIIOP
    c
    lient on SIA client died
    ==============================================================

  • The latest update of Mail over the weekend has stopped my Mail from Working

    The Latest update of mail has stopped my Mail from launching.
    It comes up to tell me that it needs to import my Mail and then says - An error occurred during the import. Make sure you have enough available space in your home folder and try again.
    I have plenty of space more than 150gig.
    I have also tried deleting the com.apple.mail.plist and the Mail folder to get a new instalation but it still says the same thing!
    Can anyone help please?

    What update of Mail? Do you mean the 10.7.2 System update? And if so did you download and install the Combo Update?

  • I have the lastest (10.7) I tunes software running on a 64 bit windows 7 system. Today it stopped running all of the tv shows I have downloaded. The error message says that a "problem has stopped i tunes from working and windows is shutting it down" ?

    i have the latest (10.7) itunes installed on a 64 bit Windows 7 based system. Up unitil today I had NO  problem running the TV shows that I have downloaded from I Tunes.
    Today it stopped running all videos. It loads the information in the top box about length & name. An error message pops saying "an error has caused I tunes to stop working". "Windows will check for a solution and notify if therer is a solution."
    Music plays fine so i know that something works on itunes.
    Any ideas?

    Try the following user tip:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • "View All RSS Articles" Sometimes Stops All Pages from Loading

    Hi!
    I'd like some help with this:
    Sometimes, when I view a whole lot of RSS articles in one tab, the content stops loading after one hundred or so articles have come in. After this, no pages will load -- not even a local html file in my home directory.
    These message appears in the console:
    2007-01-17 13:10:37.996 Safari[6634] * -[NSCFString stringByAppendingString:]: nil argument
    (event handler):Null value
    Memory and CPU don't seem unusually high. I can still close tabs, export bookmarks and do other things with the menus. I just can't load a new page.
    Quitting and re-starting Safari is the only way I have found around this problem.
    Scott

    Wow... thanks for trying out those feeds that I suspected. It's a wierd problem, because it does not occur consistently.
    I reproduced the error by viewing all RSS articles in my news feeds bookmarks folder, and I used "Start Profiling with Sample" on the Debug menu to create a .sample file, and I stopped profiling when the error recurred a few seconds later.
    This produced a ten-thousand-line-long file that may contain useful information.
    Here's the console log section:
    2007-01-20 16:42:11.587 Safari[227] starting sample tool
    2007-01-20 16:42:39.834 Safari[227] * -[NSCFString stringByAppendingString:]: nil argument
    2007-01-20 16:42:44.918 Safari[227] sample tool output written to /tmp/SafariSample-2007-01-20-164211.sample
    The file is at
    http://homepage.mac.com/eyesquash/tmp/SafariSample-2007-01-20-164211.sample
    I also have excerpted my news feeds bookmarks folder, so if you like, you can try importing it into Safari and loading all of it at once (a bit over 1,000 articles). It's here:
    http://homepage.mac.com/eyesquash/tmp/news%20feeds.html
    I will try this from another account of my machine. I'll also try it from another account with Safari running in its messed-up state on my main account.
    You know, this would not bother me much at all if it weren't such a nice feature when it works. Most Apple things are like that for me: great when they work, and they usually work.
    Scott
    iBook G4   Mac OS X (10.4.8)  

  • How do I stop all information from getting downloaded to my old 3G iPhone from my new 5g?

    I am not very savvy with all these apps. I have iCloud but don't know how that works and also have carbonate and not sure about that either. All my pictures messages etc are getting sent to my old 3G phone. How do I stop this from happening. My son uses this to play and prefer not to have him get my new information apps and all other downloads from my phone. If someone can the more detail and steps to get me through this process would be great. If there is a solution.

    Sync your new iPad with the same computer that you synced your old one with.

  • K8T Neo2 BIOS flash stops TV card from working

    HI
    I've just flashed the BIOS on my K8T Neo2 (6702E) from 3.2 to 9.3 and swapped the processor fron a 3200+ Winchester to a 4200+ X2.  This all went fine and on boot up Windows detected the new chip and installed the multicore HAL.  The computer also redetcted all the other hardware such as graphics sound card ect without problem.  However I also have a Nebula Electronics PCI Digiatal TV card.  When this reinstalled its drivers the computer crashed and rebooted.  All subsequent attempt to reinstall this card result in the same behaviour. I've tried differnt PCI slot and even a complete fresh reinstall of windows but no change, the moment the drivers finish installing it crash's.  Nebula's support told me that there is a recognised incompatibility between there PCI card and the K8T Neo2 in fact they say "the MSI KT8 Neo series will not allow the installation of any Fusion based 878a-based drivers (as used by our DigiTV PCI card). As such, we regret that you cannot use our card with this motherboard".  However I used the card and board together for over a year using the 3.2 BIOS and Winchester.  Nebula now say that they have had lots of customers with the same problem installing there PCI card into this board and think my evidence may suggest that the BIOS is the problem.  They have asked If I would swap back to an earlier BIOS to see if it starts working again.  However I'm a bit reluctant to start messing about Randomly with different BIOS version as the possiblity of a complete disaster will go up.  Anybody any idea why a BIOS change should stop a device working, or any any experience of which BIOS might work??

    OK MSI support have responded as follows
    "Hi,
    Now we also suggest you flash BIOS to the old version 9.1 to verify, since BIOS 9.1 can support dual core processor. If you don't want to flash BIOS under DOS, it is easy to use another tool to flash BIOS under windows. Please download the tool from the following link:
    ftp/BIOS folder/AWSFI305.
    Please download the BIOS from the following link:
    http://www.msi.com.tw/program/support/bios/bos/spt_bos_detail.php?UID=608&kind=1"
    I'll have to have a think about this, although I guess it might fix a few other problems that I have.  I assume the windows tool they are referring to is the "live update" If so I thought the general consensus was to avoid using it?

  • Link 'visit' format stops 'rollover' format from working...

    Hi everyone,
    I'm certain that I'm just being a dunce, but the following issue is driving me round the bend!
    I have a website that seems to be working well. However, I'm having problems formatting the the style of links I create. Simply, when I create a 'visited link' style it doesn't just override the 'normal link' style but it also overrides the 'rollover link' style.
    As you can imagine, this means that once someone has visited a link, in the future the rollovers stop working... reaaally annoying.
    Does anyone know how I can stop this from happening!
    Thanks in advance,
    Steve

    Hi mma,
    I think his requirement is something like he has 2 columns "URL" & "URL-Description"
    like... htttp://www.google.com & Google sight...
    but he don't want to show the url directly instead he will show description column and when he click on the description of google i.e. "Google Sight" it should navigate to the google sight... :-)
    Hope i am correct... but no on-fly answer.. ;)
    Edited by: Kishore Guggilla on Jul 13, 2009 8:58 PM

  • ICloud has stopped my mail from working - help!!

    Hi,
    I recently installed iCloud for my MacBook Pro.  However, since then i can't download mail from any of my email accounts (me.com, gmail, or work email) using Mail.
    At first I noticed it was also failing to remember my different account passwords but i solved this problem in the keychain and now it remembers my password.  Nevertheless, i keep getting the error that although the accounts are offline, or just nothing happens when i attempt to download.  I have the caution icon next to the mobile me account but all the settings

    What update of Mail? Do you mean the 10.7.2 System update? And if so did you download and install the Combo Update?

  • How to stop Deleting email from work exchange when deleting of iphone

    I have an iPad and iPhone 5 and would like to be able to delete work related exchange email from either device without deleting the email from my work station. My previous phone [Blackberry] allowed me to chose to delete only on the phone or both. Is this possible on either Apple device?

    You don't. That's the way Exchange Active Sync works. It fully synchronizes the two.
    The Blackberry allowed you to do that because all of your Exchange e-mail was actually going through another server before it ever got to your phone. Blackberry uses a middleman server (for lack of a better term) to handle communication. Your BB was never actually communicating directly with your Exchange server.

Maybe you are looking for

  • 10.5.8 update is faulty - it jammed up my new imac

    Everything was fine before the 10.5.8 update. My macbook and mac air are running great on 10.5.7 - I tried everything, disk utility, zapping pram and nvram and the machine is still slow on all fronts. It takes roughly 20 minutes to reboot, hanging fo

  • Message tracking log - time period

    Hi, How long are message tracking logs keeped on appliance? How can i control message tracking logs. Lots of HDD space available and I want 3 months of available Message Tracking logs. When are Message traking logs deleted from the appliance?

  • Problem creating deployment weblogic 5.1

    I have weblogic 5.1 running on Win2K. I can start it up without problems when the deployment part is commented out. The jdbc connection seems to be working with a Oracle 8.1.7 running on the same Win2K box. When I try to deploy some EJBs I get this e

  • Any experience using Airport Extreme for dial-up?

    Hi, I just purchased a MacBook, which I love already, but I'm a bit disappointed that they decided to drop the internal modem. Regardless, I'm trying to figure out the best way for me to connect to the internet now (I use dial-up). The $50 external m

  • Is Verizon Blocking Streaming Devices?

    I use Sony and Panasonic Blu-ray players to watch Netflix, Amazon Prime and other services.  Starting sometime over the weekend, both of these devices will not longer connect at all.  They will not even pass a simple connection test.  Both devices us