How to stop Background MRP ?

Dear All,
I have run Plant MRP in background by MDBT for every minute.
that's why  system is taking MRP run at every minute.
I have tried to stop it but it doesn't stop & caring out the MRP in background for every minute.
Please give me valuable input to stop it.
Thanks in advance.
Vijay Mankar

Vijay,
Use transaction SM37, in the intial screen input the program name and job name and execute the transtion with "Scheduled" status check box active. Once you get the scheduled job go to change mode from menu bar Job--->Change or Ctrl+F11. In the change job screen hit the "start condition" function button and here you change the frequency of this the periodic job.
Regards,
Prasobh

Similar Messages

  • How to stop background job to print papers

    Hi all,
    I have background job of forms running every day and its printing papers. My requirement is to stop the printing of papers in the background job.
    How to do this .
    i am using CALL FUNCTION 'GET_PRINT_PARAMETERS and    NEW-PAGE PRINT ON PARAMETERS v_params NO DIALOG.
        NEW-PAGE PRINT OFF.
    Thanks
    Krupali

    Hi,
    <li>Set the below before you call NEW-PAGE PRINT ON
    lw_pripar-prrel = space.
    lw_pripar-primm = space.
    <li>Call NEW-PAGE PRINT ON like below
        NEW-PAGE PRINT ON
          NEW-SECTION
          PARAMETERS lw_pripar
          ARCHIVE PARAMETERS lw_arcpar
          NO DIALOG.
    Thanks
    Venkat.O

  • How to stop background isync-processes after migrating to Lion 10.7.4?

    Hey.
    Ever since I migrated (using Migration assistent and a LAN-connection) my data and prefs from my old MB (Leopard) to my new MBP (Lion) I get an error message saying that there was an error while trying to connect to a certain server. I believe the server the MBP wants to be connected to is the IP from my old MB that I used to migrate the data.
    (It says: "There has been an error while connecting to the server '169.254.9.91'. – The server might not exist or ist not availible at this time. Check the server name or the IP-adress as well as the network connection and try it again.")
    Usually the error just appears out of nowhere, however it can be reproduced e.g. when I connect my iPhone to the MBP.
    As far as I can see, the console shows  that iSync (which I know is no longer used in Lion) wants to establish that connection. In this case it's the AppleMobileDeviceHelper, but also iCalExternalSync or DashboardClient turn up in the console.
    19.09.12 12:31:36,008 AppleMobileDeviceHelper: [0x1002180a0] |Server|Warning| failed to connect to the server: NSPortTimeoutException connection timeout: did not receive reply
    19.09.12 12:31:36,008 [0x0-0xd80d8].com.apple.iTunes: 2012-09-19 12:31:36.007 AppleMobileDeviceHelper[1203:503] [0x1002180a0] |Server|Warning| failed to connect to the server: NSPortTimeoutException connection timeout: did not receive reply
    19.09.12 12:32:06,162 AppleMobileDeviceHelper: [0x1002180a0] |Server|Warning| failed to connect to the server: NSPortTimeoutException connection timeout: did not receive reply
    19.09.12 12:32:06,162 [0x0-0xd80d8].com.apple.iTunes: 2012-09-19 12:32:06.161 AppleMobileDeviceHelper[1203:503] [0x1002180a0] |Server|Warning| failed to connect to the server: NSPortTimeoutException connection timeout: did not receive reply
    19.09.12 12:32:36,316 AppleMobileDeviceHelper: [0x1002180a0] |Server|Warning| failed to connect to the server: NSPortTimeoutException connection timeout: did not receive reply
    19.09.12 12:32:36,316 [0x0-0xd80d8].com.apple.iTunes: 2012-09-19 12:32:36.315 AppleMobileDeviceHelper[1203:503] [0x1002180a0] |Server|Warning| failed to connect to the server: NSPortTimeoutException connection timeout: did not receive reply
    When I click "OK", I get this:
    19.09.12 12:32:43,026 SyncServer: [0x101216f20] |DataManager|Warning| Client com.apple.isyncDU.ipod.A27001A9010C9 image file path /Volumes/Festgeplattet/System/Library/PrivateFrameworks/iPodSync.framework/Versions/A/Resources/ipod_4g.tiff does not exist.
    19.09.12 12:32:43,026 SyncServer: [0x101216f20] |DataManager|Warning| Client com.apple.iSyncDU.356901038821921 image file path /Applications/iSync.app/Contents/PlugIns/ApplePhoneConduit.syncdevice/Contents/PlugIns/PhoneModelsSync.phoneplugin/Contents/Resources/NOK6300.tiff does not exist.
    19.09.12 12:32:43,027 SyncServer: [0x101216f20] |DataManager|Warning| Client com.apple.iSyncDU.356901038821921 sync alert tool path /Applications/iSync.app/Contents/MacOS/sync-tool does not exist.
    19.09.12 12:32:43,027 SyncServer: [0x101216f20] |DataManager|Warning| Client com.apple.iSyncDU.356901038821921 formatter bundle path /Applications/iSync.app/Contents/PlugIns/ApplePhoneConduit.syncdevice/Contents/Resources/Formatter.bundle does not exist.
    How can I stop this error that seems to slow down the whole system?
    What I did so far:
    I already reinstalled Lion and used TimeMachine to get my data back but the error still appears.
    I also deleted all files having iSync in their name and deleted the list of the "recent servers".
    I reconnected my old MB with my new MBP once again using the old IP and disconnected properly.
    If you need to know anything else, just ask.
    (For all those of you capable of speaking German can read more  here: http://www.apfeltalk.de/forum/showthread.php?t=410563)
    Thanks in advance!

    It seems that this should find a place somewhere on the Knowledge Base or a more visible location on ni.com...

  • How to stop the background job "Sap_collector_for_job_statistic"

    Dear All,
    Kindly let me know how to stop the Background job "Sap_collector_for_job_statistic" which is running everyday.
    We want to stop this background job.
    Kindly suggest.
    Regards,
    Mullairaja

    Select the Job using SM37 transaction. In the Menu Choose
    Job ---> Cancel Active Job.
    Before you do this it may be good idea to check the pid using SM50.
    It will be using a Background work process. Check the pid and the status.
    Select the same and in the Menu Choose Process --> Cancel with Core.
    Refresh and check in SM37 for the Active and Cancelled Jobs.

  • How to stop the new health application from Count the steps/ woking background?

    how to stop the new health application from Count the steps/ woking background?
    I really need your help

    I agree with Mr. Hall that using mx.controls.Alert in Flex may be a better route.
    Show the Alert like this:
    // show an alert with a question and yes and no choices
    Alert.show( "Would you like to go to the Adobe Forums?", "Question",
         Alert.YES | Alert.NO, this, closeHandler, null, Alert.YES );
    Then handle the response in the closeHandler() function:
    protected function closeHandler( closeEvent:CloseEvent ):void
    if( event.detail == Alert.YES )
         navigateToURL( new URLRequest('http://forums.adobe.com'), '_self' );
    else if( event.detail == Alert.NO )
         // they chose no
    The following documentation on Alerts may be helpful:
    http://www.flexafterdark.com/docs/ActionScript-Alert
    Let me know if that helps...
    Ben Edwards

  • How to stop the auto change of the desktop background picture ?

    How to stop the auto change of the desktop background picture ?

    Well . . thanks, but I already have done that and I still have the problem. The background changes to the standard picture galaxy not to one of the options. Sorry my question wasn't clear enough.
    Thanks. 

  • How to terminate background job for MRP

    Hi dudes,
    how to terminate background job set earlier and i want start again with fresh scheduling. as user discontinued using the MRP process.
    thanks inadvance for quick response.
    Robert.

    Robert,
    Just though of sharing the alternate way to do this work, instead of DELETE use CHANGE option.
    1. Execute transaction SM37 for the program "RMMRP000" and Job name what you have specified with job status "Scheduled" check box activated. Job Overivew screen appears
    2. Now select the job in the Job Overivew screen and use Menu bar: Job--->Change or Ctrl+F11. Change Job Screen appears
    3. In the change Job screen Hit the function button Start Condition (Green Flag). Start time screen appears.
    4. In the Start time screen define your Job schedule and save the time parameters and save change job screen. Now your job is scheduled with new parameters what you have entered.
    Regards,
    Prasobh

  • How to stop photo stream uploading/downloading in the background

    Does anyone know how to stop the iphoto upload/download as my broadband gets killed everytime I add photos to my mac.
    Let me explain that I have a 6-8 MB down link but my uplink is only 0.2Mb really slow.  So when I quit iphoto I can't play any online games for ages as Photostream is taking up my complete band width.  Mainly due to the fact that it is also downloading the photos to my iPad and my wifes iPhone I just imported the photos off those two devices but photostream wants to put a second copy on the device. argh
    please give me better control I want to upload the photos (shared library) to photostream but only when the iPhoto app is open so I have the choice of when my bandwidth is used. either that or make the upload only happen with the device is switch off / not used so if I open a network game the bandwidth is freed until the game is closed.
    thanks
    IrishAdo

    Talk to Apple here...
    http://www.apple.com/feedback/

  • How to stop the running infospoke

    Hi Experts,
    there is a infospoke is still running so long time, it's incorrect, i'll cancel it as kick off the dependenies, i have no idea to how to stop the running infospoke. Anybody could tell me how to do it. thanks in advance.

    hi denny,
       Go to SM37 , find the job , stop the process
    or
       To stop the job find the job with the help of the request name ( TC - SM37 ),then in the job Details find the PID .
    find the process in the process Overview (SM50 / SM51 ).
    Set the restart to NO and Cancel the process without core
    u can also see these threads that are already posted:
    stopping v3 run job LIS-BW-VB_APPLICATION_02_010
    how to cancel or change the background job which is scheduled
      In SM37, for the job , click on Step button. Then from the menu Goto > variant. You can see the process chain name here.
    sure it helps
    Thanks
    Varun CN

  • How to stop the process chain showing status as yellow but no process step

    Dear Friends,
    How to stop the process chain showing status as yellow but no process step is running in that process chain.
    We have manually triggered the process chain for sales it finished successfully till load data but the next step is create index and DB statistics. Both of this steps are in unscheduled position only and no background job for this.
    Please guide me.
    Thanking you in advance.
    Regards,
    Shubhangi

    Hi,
      At times even I have faced this situation.  During those times, running the Function module RSPC_PROCESS_FINISH by passing the right parameters came to my rescue.
    Regards,
    Raj

  • How to stop the restructuring (ran manually)  which is running in the backg

    How to stop the restructuring (ran manually) which is running in the background.
    Tried stop the data base from EAS , but got error message saying that it is not acceptiong any commands.

    The only way I know to do it is to stop the application through task manager(Windows) or Kill(Unix). First you have to figure out what PID it is, then kill it. It does come with risk of corrupting the application depending on what step it is in. If you go this route, you should clean up the new created temporary files (Otn, Esn, etc) Some newer versions don't need this last step and will clean up when the application restarts, but I'd rather make sure things look good myself.

  • How to stop GPS auto update on C6

    hi everybody, I have nokia C6. My problem is that its downloading all the time some GPS updates which cost me a lot MB to pay. every day is downloading 12 till 20 hours non stop. My battery is dieing every day becouse of this. Please help, how to stop this download
       thanks

    GPS is for positioning (use of navigational maps..) whereas GPRS is using Internet..
    If you rae having problem of GPRS then it must be connected to some applications on the phone which are running in the background... Some applications are set to  update at regular intervals(e.g. some Weather widgets..).. some syncs at regular intervals(e.g.e-mail / Mail for Exchange..) Even if you are using GPS there are various methods and ways like using the A-GPS or Network for initial positioning.. using the maps in ONLINE mode.. ets...
    So best thing is to go to each of this and set Updates/ Sync to 'Manual' also under 'Destnations' settings for each access point you may define 'After confirmation'..so that everytime it will as if you want to connect to internet.. and for maps.. use OFFLINE mode with Integrated GPS method..
    --------------------------------------------------​--------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

  • I believe that i have malware on my mac, osx 10.9.4. accordingly, i've tried to run clamxav (on my mac HD) but just get a spinning wheel, then have to shut down. any advice on how to stop spinning wheel or get rid of malware? please help. :-).

    i believe that i have malware (possible highjack of safari browser) on my mac, osx 10.9.4. accordingly, i've tried to run clamxav (on my mac HD) but just get a spinning wheel, then have to shut down. any advice on how to stop spinning wheel or get rid of malware? i have symnatic endpoint and, after scanning, it reveals nothing. please help. :-).

    are locked user files or that have incorrect permission a bad thing?
    Yes.
    why am i removing symantec?
    Short answer: Because it's worse than useless and worse than the imaginary "viruses" you're afraid of would be if they really existed. For the long answer, see below.
    1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the computer, or who has been able to log in to it remotely. That threat is in a different category, and there's no easy way to defend against it.
    The comment is long because the issue is complex. The key points are in sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user. Internally Apple calls it "XProtect."
    The malware recognition database used by XProtect is automatically updated; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    ☞ It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    ☞ It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
    3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    ☞ It can easily be disabled or overridden by the user.
    ☞ A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    ☞ An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    Apple has so far failed to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. These failures don't involve App Store products, however.
    For the reasons given, App Store products, and—to a lesser extent—other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandbox security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they are not, and never will be, complete protection. Malware is a problem of human behavior, and a technological fix is not going to solve it. Trusting software to protect you will only make you more vulnerable.
    The best defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the scam artists. If you're smarter than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
    Software from an untrustworthy source
    ☞ Software of any kind is distributed via BitTorrent, or Usenet, or on a website that also distributes pirated music or movies.
    ☞ Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, or your browser, or any other software.
    ☞ Rogue websites such as Softonic and CNET Download distribute free applications that have been packaged in a superfluous "installer."
    ☞ The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
    Software that is plainly illegal or does something illegal
    ☞ High-priced commercial software such as Photoshop is "cracked" or "free."
    ☞ An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission.
    Conditional or unsolicited offers from strangers
    ☞ A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    ☞ A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
    ☞ You win a prize in a contest you never entered.
    ☞ Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
    ☞ A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
    ☞ Anything online that you would expect to pay for is "free."
    Unexpected events
    ☞ A file is downloaded automatically when you visit a web page, with no other action on your part. Delete any such file without opening it.
    ☞ You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
    ☞ An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    ☞ Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
    I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it—not JavaScript—in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial "anti-virus" (AV) or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
    Why shouldn't you use commercial AV products?
    ☞ To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
    ☞ Its design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere. In order to meet that nonexistent threat, commercial AV software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    ☞ By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
    ☞ Most importantly, a false sense of security is dangerous.
    8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
    Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
    London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
    You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an organizational policy requires it. Windows malware is so widespread that you should assume it's in everyemail attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user, you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither can you assume that you will always be safe from exploitation, no matter what you do. Navigating the Internet is like walking the streets of a big city. It's as safe or as dangerous as you choose to make it. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • How to stop sound from playing everytime we go to 1st frame ?*

    Hi everyone, my app has 3 frames and a sound playing on background so everytime i go to 1st frame the music play's over himself,
    is easy to get 5 instances of the music playing at same time.
    How to stop this behavior ?
    Music file imported to library.
    Sound Linkage: export for actionScript
    Sound Linkage: export in frame 1
    Any help are welcome
    Flash CS6 - AIR 3.4 Android and iOS > CODE:
    //sound
    var bgSound:BGLoop = new BGLoop();
    var channel:SoundChannel=new SoundChannel();
    playMusic();
    //making mute;
    soundBtn.addEventListener(MouseEvent.MOUSE_UP , mute);
    function mute(event:MouseEvent) {
        //removing mute function then adding unmute function to same button
        soundBtn.removeEventListener(MouseEvent.MOUSE_UP , mute);
        soundBtn.addEventListener(MouseEvent.MOUSE_UP , unMute);
        //making symbol to visible;
        soundBtn.gotoAndStop(2);
        //set the volume false;
        SoundMixer.soundTransform = new SoundTransform(0);
    //making unmute
    function unMute(event:MouseEvent) {
        soundBtn.removeEventListener(MouseEvent.MOUSE_UP , unMute);
        soundBtn.addEventListener(MouseEvent.MOUSE_UP , mute);
        soundBtn.gotoAndStop(1);
        //set the volume true;
        SoundMixer.soundTransform = new SoundTransform(1);
    function playMusic():void {
        channel = bgSound.play();
        channel.addEventListener(Event.SOUND_COMPLETE, loopMusic);
    function loopMusic(e:Event):void {
        if (channel != null) {
            channel.removeEventListener(Event.SOUND_COMPLETE, loopMusic);
            playMusic();

    Another way to do this is to create a boolean right off the start. Lets say var createMusicTrack:Boolean and set it to true
    Then load your music and start playing it and at the end of that load code add a line that sets the boolean to false so that when you come back to frame 1 the boolean will be false and the code will not load and play, but this could be problematic too. Djnr suggestion is better for your purposes.

  • I just wanted to know how to stop loading of rss feeds automatically ? In prior to FF 11 the rss feeds would display if there was no internet connection

    I just wanted to know how to stop loading of rss feeds automatically ? In prior to FF 11 the rss feeds would display if there was no internet connection but now in newer version it would say live bookmark failed to load and doesn't display any feeds, in previous version it would atleast display feeds but in newer version it won't display anything:(

    hello Nitin1234, the handling of live bookmarks was changed quite fundamentally starting in firefox 13 & upwards in order to improve the overall performance of the browser - now rss feeds won't get updated in the background anymore but will only be fetched when you're actively accessing them. this is probably leading to the unwanted side-effect that you're experiencing, unfortunately i don't know any way around that.
    nevertheless please [[Update Firefox to the latest version|update firefox to the latest version]] (16.0.1 at the moment) to stay secure on the web, since there have been many [https://www.mozilla.org/security/known-vulnerabilities/firefox.html highly critical vulnerabilities fixed] since firefox 11/13!

Maybe you are looking for

  • Deleting Songs From iTunes Library...and Keeping Them On Your iPod

    Will this process allow me to delete songs from my iTunes library, but keep them on my iPod? 1. When iPod is plugged in, check "Only Sync Checked Items" in iTunes 2. Delete items from iTunes library. 3. Add new items to iTunes library. 4. Sync iPod.

  • Report for login and logout time

    Dear All, Please can some one help me urgently. I have to find out users login and logout time over the last six months. I need to find out how many hours per user are being used.  What report do I need to run to find out ?

  • Anyone know how to reinstall midi drivers?

    Logic Pro hangs when loading.  It hangs at the point that it is checking the midi drivers.  I went into the utility midi studio to check the midi environment, and the utility hangs as well with nothing being found.  Previously, it found my Mbox 2, IA

  • Vendor 800040 and posting data have different withholding tax types

    HI need some help.. i ve created the lease in contract but unable to activate it... getting the following error Vendor 800040 and posting data have different withholding tax types... how to solve this issue,,

  • Passing procedure name dynalically to DB adapter

    Hi All, We are using 11.1.1.6. We have a requirement to call 8 procedures for 8 transactions. Signature of the procedure is same except the name and each proc has its own business logic. So we want to have one db adapter and want to pass the proc nam