Script action for audio player problem

I did an introduction with an audio and a controller. I am facing a problem. I want to play as soon as someone enter the page, but it does not work.

My action script is pasted below and want to advise me for any changes that may be made

var soundReq:URLRequest = new URLRequest ("Sonu Nigam_Alka Yasser - Suraj Hua M.mp3");
var sound: Sound = new Sound();
var soundControl:SoundChannel = new SoundChannel();
var volumeControl:SoundTransform = new SoundTransform();
var resumeTime:Number = 0;
Sound.load() (soundReq); sound.addEventListener (Event.COMPLETE, onComplete);
up_btn.addEventListener (MouseEvent.CLICK, increaseVolume);
down_btn.addEventListener (MouseEvent.CLICK, decreaseVolume);
function onComplete(event:Event):void
{
play_btn.addEventListener (MouseEvent.CLICK, playSound);
stop_btn.addEventListener (MouseEvent.CLICK, stopSound);
}
function playSound(event:MouseEvent):void
{soundControl = sound.play (resumeTime);}
pause_btn. Visible = true;
pause_btn.addEventListener (MouseEvent.CLICK, pauseSound);
play_btn. Visible = false; play_btn. RemoveEventListener (MouseEvent.CLICK, playSound);
}
function pauseSound(event:MouseEvent):void {}
resumeTime = soundControl.position;
soundControl.stop ();
play_btn. Visible = true;
play_btn.addEventListener (MouseEvent.CLICK, playSound);
pause_btn. Visible = false;
pause_btn. RemoveEventListener (MouseEvent.CLICK, pauseSound);
}
function stopSound(event:MouseEvent):void {}
soundControl.stop ();
play_btn. Visible = true;
play_btn.addEventListener (MouseEvent.CLICK, playSound);
pause_btn. Visible = false; pause_btn. RemoveEventListener (MouseEvent.CLICK, pauseSound);
}
function increaseVolume(event:MouseEvent):void {}
volumeControl.volume +=. 5;
soundControl.soundTransform = volumeControl;
}
function decreaseVolume(event:MouseEvent):void {}
volumeControl.volume-=. 5;
soundControl.soundTransform = volumeControl;
}
pause_btn. Visible = false;

:

var soundReq:URLRequest = new URLRequest ("Sonu Nigam_Alka Yasser - Suraj Hua M.mp3");
var sound: Sound = new Sound();
var soundControl:SoundChannel = new SoundChannel();
var volumeControl:SoundTransform = new SoundTransform();
var resumeTime:Number = 0;
Sound.load() (soundReq); sound.addEventListener (Event.COMPLETE, onComplete);

playSound (null);

up_btn.addEventListener (MouseEvent.CLICK, increaseVolume);
down_btn.addEventListener (MouseEvent.CLICK, decreaseVolume);
function onComplete(event:Event):void
{
play_btn.addEventListener (MouseEvent.CLICK, playSound);
stop_btn.addEventListener (MouseEvent.CLICK, stopSound);
}
function playSound(event:MouseEvent):void
{soundControl = sound.play (resumeTime);}
pause_btn. Visible = true;
pause_btn.addEventListener (MouseEvent.CLICK, pauseSound);
play_btn. Visible = false; play_btn. RemoveEventListener (MouseEvent.CLICK, playSound);
}
function pauseSound(event:MouseEvent):void {}
resumeTime = soundControl.position;
soundControl.stop ();
play_btn. Visible = true;
play_btn.addEventListener (MouseEvent.CLICK, playSound);
pause_btn. Visible = false;
pause_btn. RemoveEventListener (MouseEvent.CLICK, pauseSound);
}
function stopSound(event:MouseEvent):void {}
soundControl.stop ();
play_btn. Visible = true;
play_btn.addEventListener (MouseEvent.CLICK, playSound);
pause_btn. Visible = false; pause_btn. RemoveEventListener (MouseEvent.CLICK, pauseSound);
}
function increaseVolume(event:MouseEvent):void {}
volumeControl.volume +=. 5;
soundControl.soundTransform = volumeControl;
}
function decreaseVolume(event:MouseEvent):void {}
volumeControl.volume-=. 5;
soundControl.soundTransform = volumeControl;
}
pause_btn. Visible = false;

Tags: Adobe Animate

Similar Questions

  • Need audio does not play then moved to the new position for audio player

    I have an audio player that has a custom calendar and the playhead. I use a start and stop drag to move the time line, but the only way I can do work is to play whenever I release the read head. I want to be arrested if the player is in pause mode and play if the player was playing.

    Thanks in advance.

    var XMLLoaded:XML = new XML();
    XMLLoaded.ignoreWhite = true;
    var timesLoaded:Number = 0;
    this.createEmptyMovieClip ("sound_mc", this.getNextHighestDepth);
    var sound_mc:Sound = new Sound();
    var done: Boolean = false;
    var XMLSnippits:XML = new XML();
    var sStart:Array = new Array;
    var sText:Array = new Array;
    var sS;
    var audioFileLoaded:Boolean = false;
    var fileToLoadLink = _root.metaUrl;
    var callFile:String;
    var XMLMetaData:String;
    var totalSecs:Number;
    var snippitLength:Number;
    var XMLTimer;
    var soundLength;
    var currentTime;
    audioTime var;
    var timeUpdate;
    var amountLoaded;
    var time;
    the var position;
    var timerStarted:String;
    leftLimit var;
    rightLimit var
    var secLength:Number;
    var min;
    var dry;
    var playHeadPlaying:Boolean = false;
    var pausedInterval:Number;

    play_btn._visible = true;
    pause_btn._visible = false;
    button_background._visible = true;
    timeline.loader.audioLoaded._width = 0;
    Dash._visible = false;
    audioTotal._visible = false;
    cTime._visible = false;

    function startInterval (): Void {}
    sS = setInterval (soundStatus, 100);
    trace ("startInterval is Running");
    }

    function stopInterval (): Void {}
    clearInterval (sS);
    }

    function soundStatus() {}
    amountLoaded = sound_mc.getBytesLoaded () / sound_mc.getBytesTotal ();
    time = sound_mc.duration;
    position = sound_mc.position;
    timeline.loader.audioLoaded._width = amountLoaded * 378;
    timeline.playHead._x = position / hour * 378;
    trace ("play Interval");
    }

    Load the Audio file

    function loadAudioFile (): Void {}

    trace ("loadAudioFile is executed");

    XMLLoaded.onLoad = {function(bSuccess:Boolean):Void}
    timerStarted = "no";
    If {(bSuccess)
    If (XMLLoaded.firstChild.childNodes [0] Sublst.ChildNodes(1).ChildNodes(0) [0] .nodeValue == 'Yes') {}
    callFile = XMLLoaded.firstChild.childNodes [1] Sublst.ChildNodes(1).ChildNodes(0) [0] .nodeValue;
    trace (timerStarted + "State of the timer");
    clearInterval (XMLTimer);
    audioFileLoaded = true;
    sound_mc.loadSound (callFile, false);
    startInterval();
    getURL ("javascript:alert('"+callFile+"')", ");

    sound_mc. OnLoad = function (bSucess:Boolean): Void {}
    If {(bSucess)
    This.Start ();
    playHeadPlaying = true;
    words.htmlText = "Please select a marker."
    play_btn._visible = false;
    pause_btn._visible = true;
    button_background._visible = true;
    timeline.playHead.enabled = true;
    play_btn._alpha = 100;
    play_btn.enabled = true;
    button_background._alpha = 100;
    clearInterval (XMLTimer);
    If (snippitLength > 0) {}
    addMarkers();
    trace (snippitLength + "add markers");
    } else {}
    addTimer();
    trace (snippitLength + "Add timer");
    }
    }
    }

    } else {}
    if(timesLoaded == 10) {}
    trace ("there was an error loading this file");
    clearInterval (XMLTimer);
    } else {}

    }
    }
    }
    }

    function loadXML (): Void {}
    XMLMetaData = XMLSnippits.firstChild.childNodes [2] Sublst.ChildNodes(1).ChildNodes(0) [0] .nodeValue;
    XMLLoaded.load (XMLMetaData);
    XMLLoaded.load("call-process-yes.xml");
    timesLoaded += 1
    trace ("XML has been loaded" + timesLoaded);
    XMLTimer = setInterval (loadXML, 3000);
    }

    loadXML();
    }

    Load the XML of the Meta data
    function fileAdded (): Void {}

    trace (sStart);
    timeline.playHead.enabled = false;
    Words.html = true;

    XMLSnippits.ignoreWhite = true;

    XMLSnippits.onLoad = {function(bSucess:Boolean):Void}
    If {(bSucess)
    snippitLength = XMLSnippits.firstChild.childNodes [3].childNodes.length;
    trace (snippitLength + "is the length");
    for (var j: Number = 0; j < snippitLength; j ++) {}
    sStart [j] = XMLSnippits.firstChild.childNodes [3] Sublst.ChildNodes(1).ChildNodes(0) [j] Sublst.ChildNodes(1).ChildNodes(0) [0] Sublst.ChildNodes(1).ChildNodes(0) [0] .nodeValue;
    sText [j] = XMLSnippits.firstChild.childNodes [3] Sublst.ChildNodes(1).ChildNodes(0) [j] Sublst.ChildNodes(1).ChildNodes(0) [4] Sublst.ChildNodes(1).ChildNodes(0) [0] .nodeValue;
    }
    var sStart:Number = 53;
    Send: var number = 234;
    trace ("success");
    getURL ("javascript:alert('"+fileToLoadLink+"')", ");
    trace (sStart);
    } else {}
    trace ("Failed");
    }
    }

    XMLSnippits.load (fileToLoadLink);
    XMLSnippits.load ('call-meta - data .xml');

    }

    sound_mc.onSoundComplete = function (): Void {}
    finished = true;
    play_btn._visible = true;
    pause_btn._visible = false;
    words.htmlText = "Please select a marker."

    }

    play_btn.onRelease = function (): Void {}
    {if (audioFileLoaded)}
    {if (finished)}
    sound_mc. Start();
    finished = false;
    } else {}
    sound_mc. Stop();
    sound_mc. Start(sound_mc.position/1000);
    }
    pause_btn._visible = true;
    play_btn._visible = false;
    playHeadPlaying = true;
    clearInterval (pausedInterval);
    } else {}
    loadAudioFile();
    words.htmlText = "load your call."
    play_btn._alpha = 45;
    play_btn. Enabled = false;
    button_background._alpha = 45;
    }
    trace (sStart + "is the sStart table");
    }

    pause_btn.onRelease = function (): Void {}

    sound_mc. Stop();
    pause_btn._visible = false;
    play_btn._visible = true;
    playHeadPlaying = false;
    pausedInterval = setInterval (updatePlayHead, 100);
    }

    timeline.playHead.onPress = function (): Void {}
    startDragger();

    }

    timeline.playHead.onRelease = function (): Void {}
    stopDragger();
    {if (playHeadPlaying)}

    } else {}
    sound_mc. Stop
    }

    }

    timeline.playHead.onReleaseOutside = function (): Void {}
    stopDragger();
    }

    function startDragger (): Void {}
    stopInterval();
    leftLimit = timeline.loader._x;
    rightLimit = timeline.loader._width + timeline.loader._x;
    sound_mc. Stop();
    play_btn._visible = false;
    pause_btn._visible = true;
    startDrag (timeline.playHead, false, leftLimit, timeline.loader._y, rightLimit, timeline.loader._y);

    }

    function stopDragger (): Void {}
    soundLength = sound_mc.duration / 1000;
    stopDrag();
    sound_mc. Start (timeline.playHead._x/timeline._width * soundLength);
    trace ("seconds equal:" + timeline.playHead._x/timeline._width * soundLength);
    startInterval();
    }

    function addMarkers (): Void {}
    totalSecs = XMLSnippits.firstChild.childNodes [1] Sublst.ChildNodes(1).ChildNodes(0) [0] .nodeValue;
    secLength = timeline.loader._width / totalSecs;
    for (var i: Number = 0; i < sStart.length; i ++) {}
    timeline.loader.attachMovie ("marker", "marker" + I, i);
    Timeline.loader ["Marker" + i] ._x = sStart [i] * secLength;
    Timeline.loader ["Marker" + i] ._y = - 3;
    trace (i);
    trace ("marker" + i + "fact");
    trace (timeline.loader ["marker" + i] ._name);
    }
    }
    function addTimer (): Void {}
    timeUpdate = setInterval (checkTime, 500);
    audioTime = convertSecs(sound_mc.duration/1000);
    audioTotal.text = audioTime;
    trace (CurrentTime);
    Words._visible = false;
    Dash._visible = true;
    cTime._visible = true;
    audioTotal._visible = true;
    }

    function convertSecs(sec:Number):String {}
    s = Math.round (sec);
    min = Math.floor (sec/60);
    s = s - (min * 60);
    seconds = String (Math.round(secs*100)/100);
    If ((dry) Number < 10) {}
    seconds = '0' + dry;
    }
    "return min +": "+ seconds;
    }

    function checkTime (): Void {}
    currentTime = convertSecs(sound_mc.position/1000);
    cTime.text = currentTime;
    }

    function updatePlayHead (): Void {}

    }
    fileAdded();

    Clear your pausedInterval.

  • A security update for flash player problems

    pages Web stopped recognizing my adobe flash player installed (11.0) 3 days ago... I understand it was an upgrade of security then, since then, I uninstalled and reinstalled and still Web pages do not recognize the software adobe on my computer.  How to install an older version (10.3) rather than the latest version of flash player?

    When posting, please provide:

    • Version of operating system (including 32-bit or 64-bit edition)
    • Browser and version (including 32-bit or 64-bit edition)
    • The version of Flash Player
    • Give us a brief explanation of the problem, please include any information that you consider to be important
  • How can I make the default action for Real Player (etc.) to be not not to play?

    While browsing with Mozilla, I would prefer not to have videos play unless I start the video. This applies to the advertising messages or any video.
    Y at - it a preference to set it? If not, can you make one that does this?

    You can set plugins to "Ask to activate" on the page of "Firefox/tools > Modules > Plugins" to ask to confirm to allow the plugin to Firefox.

  • Error code 1720: there is a problem with this Windows Installer package. A script required for this installation could not be executed.

    I have Windows Vista (with Service Pack 2) installed on my system. I am trying to install a program called HotDocs.  HotDocs is a document generation program.  The installation process is arrested shortly after it starts and I get the following error message:

    Error 1720. There is a problem with this installation package. A script required for this install to complete could not be run. Contact your provider to support personal or package. Custom action script error,: line, column,.

    I tried to use msconfig to determine if any service could interfere with the Windows Installer (none appeared to be - their judgment has not solved the problem of turing), run the installation as an administrator, and help from Microsoft 'Fix It' Troubleshooting Guide (for installation problems), but none who has eliminated the problem. I also contacted the HotDocs seller and they had no solution for the problem and have not all reports other customers that their program was causing a problem.

    Other solutions to this problem?

    Thank you!

    Hello

    1. did you of recent changes to the system?

    2. do ths problem occurs when you try to install another program?

    3 did you perform the clean boot completely?

    Follow the steps mentioned below and check if that helps.

    Step 1:

    Follow the steps from the link below and check if that helps.

    http://support.Microsoft.com/kb/2438651

    Step 2: Perform a clean boot

    If you have not completely run the clean boot, try to make it completely.

    Follow the steps in the link below to perform the clean boot.

    http://support.Microsoft.com/kb/929135

    Note: once you are done with the boot, follow step 7 in the link to your computer in normal mode.

    It will be useful.

  • Set the minimum size of an audio file for media player

    When the drive media computer analysis for audio files, how can I set it so I don't get all the dings of Dong and other annoying files

    Hello

    Limit audio files in Windows Media Player library.

    See also:

    Windows Media Player library: frequently asked questions

    You can also try to rebuild the database from the Windows Media Player library and check:
     
    Note: Re-construction of the Media Player library will delete all the files in the library.
     
    To do this, disable the Windows Media Player database by following this step:
     
    a. exit Windows Media Player.
    b. Click Start, run, type %LOCALAPPDATA%\Microsoft\Media Player and then click OK.
    c. Select all files in the folder and then click on Delete on the file menu.
    Note: You don't have to remove the folders that are in this folder.
    d. restart Windows Media Player.
    Note: Windows Media Player automatically rebuilds the database.
    If this does not resolve the problem, disable the Windows Media Player database cache files. To do this, follow these steps:
    a. exit Windows Media Player.
    b. Click Start, click Run, type % LOCALAPPDATA%\Microsoft and then click OK.
    c. Select the Media Player folder, and then click on Delete on the file menu.
    d. restart Windows Media Player.
     
    You can also consult the information provided in the article below and see if you find the information useful.
     
    You cannot view, add, or remove items from the Windows Media Player library
  • Audio player for Dreamweaver?

    Thanks to those who helped me with my previous question, I have one more, then I'll be out of your hair. One of the sections of the site Web Im working on (www.martinmusic.com) will be an artists page where local groups will be presented each month after the filing of a CD. Where can I get an easy audio player for this page so visitors can listen to the tapes mp3, but also be easy to add and remove songs each month? Is there a script for this html or this the best route?

    I recommend to use an MP3 player in simple Flash with playlists. Some options.

    http://www.wimpyplayer.com/products/wimpy_mp3.html

    http://www.SWiSHzone.com/index.php?area=products&product=Jukebox

    http://www.mediacollege.com/Flash/Media-Player/

    -Nancy O.
    ALT-Web Design & Publishing
    www.Alt-Web.com

    "Ukulele_Ninja" wrote in message
    News:fgd4t4$p7l$1@forums. Macromedia.com...
    > Thanks to those who helped me with my previous question, I have a more
    then
    > I'll be out of your hair. One of the sections for the website Im working
    on
    > (www.martinmusic.com) will be an artists page where bands
    will be
    > presented each month after the filing of a CD. Where can I get an easy
    audio
    > player for this page so visitors can listen to the tapes mp3, but also be
    easy
    > to add and remove songs each month? Is there a script for this html or
    What
    > the best route?
    >

  • How can I make my audio player by default for iTunes?

    How can I make my audio player by default for iTunes?

    Simple click on your file, then info (cmd + I) and select open with and then select iTunes.

  • Hello everyone my CD Rom has stopped playing DVDs but plays the audio CD and CD-ROM. I tried to uninstall it without result. The box pop up for media player does not appear when I insert any kind of CD.

    Hello everyone my CD Rom has stopped playing DVDs but plays the audio CD and CD-ROM. I tried to uninstall it without result. The box pop up for media player does not appear when I insert any kind of CD.

    Hello
    Try this:
    http://support.Microsoft.com/kb/306318
    b Eddie

  • Audio driver for windows XP problem

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas: I can not load my driver for audio. Windows has apparently a patch called audio function UAA for HD driver. Can I download it from the internet, but I don't know how to install it in the zip file

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    What brand/model computer do you have?   What type/model of your audio card/chipset?

    I recommend that you get Microsoft OS patches only from the Windows XP Update tool:

    1. Beginning
    2. Control Panel
    3. Look in the see also group
    4. Click on Windows Update
    If you get the OS patches from anywhere other than:
    1. The MS Windows XP Update Site
    2. Your computer manufacturer Web site
    3. or
    4. Your card device or Web sites
    you run an unacceptable risk for malicious software.  As far as I know, Microsoft puts all its pilots on the "Windows Update" site, which should be accessible from the control panel.

  • Erroe Code 1720: There is a problem with this Windows Installer package. A script required for this intall could not be executed.

    I have Windows Vista with Service Pack 2 installed on my system.  I am trying to install a small program.  The installation process starts, but soon, I get the following error message: Error 1720: there is a problem with this Windows Installer package.  A script required for this intall to complete could not be run...  How can I solve this problem?

    Try the steps mentioned in the answers marked by kmlure and Imran Chand at the following link: http://answers.microsoft.com/en-us/windows/forum/windows_vista-windows_programs/error-1720-there-is-a-problem-with-this-windows/0b965fe8-2d16-498c-bb88-395911e13146

    If you have downloaded the program, you can try to download it again or check if there is a different place, you can download it since the file itself is not the problem.

  • Error message: "there is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your supplier of staff or the package of support ".

    Original title: problem with the Windows Installer Package

    I am trying to install an update for my video FlipShare program and I get the following error message "there is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your provider to support personal or package. Anyone has any ideas to fix this?

    Would be - what your anti-virus program blocks scripts? See:

    Error a Script required for this install to Complete could not be run when you run a Microsoft Fix it Solution! -Microsoft Fix it BLOG - Site Home - TechNet Blogs:
    http://blogs.technet.com/b/fixit4me/archive/2009/03/31/error-a-script-required-for-this-install-to-complete-could-not-be-run-when-running-a-Microsoft-fix-it-solution.aspx

    Ramesh Srinivasan . The Winhelponline Blog
    Microsoft MVP, Windows desktop experience

  • You are looking for a «single» audio player

    I searched the web for days, both for widgets and readers audio html5 (playlists which is, not players of one track repeat), and I have found which are often too big or too complicated looking for models. I'm looking for a player appearing information within a single line, so something like:

    {> (play/pause button) _ 00:00 {_}} 03:36 <> <> (song title)

    That's all. I'm so disappointed that I don't know any code, and I am seriously considering to address this because I know that it cannot be too hard to write.

    Any help will be much appreciated.

    Thank you.

    Have you seen what follows this similar thread? :

    Audio player Widget - Muse

    Otherwise, if you want to put a few lines of code, stick something in the sense of:

    Your browser does not support the audio tag.

    This is the result in my browser (Chrome):

    More info here:

    HTML5 Primer: how to use the Audio tag

    or w3 schools (they have explained well in this case, but not too keen on some of their other lessons/teaching methods):

    http://www.w3schools.com/tags/tag_audio.asp

  • You are looking for a fully functional Audio Player HTML 5, which has a capacity of playlist

    Does anyone know how to build, find or buy a full functioning HTML 5 Audio Player that has a playlist. I found the mp3 player only small but I am looking for a full functioning Audio Player that can load and play several songs in an album, etc.. I see beautiful video HTML 5 players in the world, but it seems that nobody understood how a great Audio Player that plays several songs. Help

    You can try these:

    soul http://amazingaudioplayer.com/How-to-Insert-an-HTML5-audio-Player-to-your-webpage-with-IFR.

    http://www.musegrid.com/Adobe-Muse-widgets/audio-Widget

    http://www.Muse-themes.com/blogs/News/8285249-embedding-a-mobile-tablet-friendly-audio-PLA yer

    Thank you

    Sanjit

  • Create a script of automatic action for the 3d rotation effect

    Is it possible to create a script action that automatically applyes rotation with specific settings 3d effect?

    An example would be when I press F2 it rotates the object instantly with my specific parameters without having to rely on anything else.

    Ok.

    you draw a shape, you want. Go to effect > 3D > Rotate and apply the desired settings.

    When your object is selected, go to the graphic Styles palette (window > graphic styles) and create the new graphic style (be it in the palette menu) or the small button. Call something memorable.

    Draw a new object, once again what you want. Open the actions palette (window > Actions). Create new action. Give it a name and assign it to a function key, and then click OK (the action will begin recording).

    Select your new object, then select your new graphic Style in the graphic styles palette. It should apply your 3D settings to the new object.

    Click on the button stop at the bottom of the Actions palette.

    create the new object, select it and press your chosen key. Enjoy.

Maybe you are looking for

  • Tecra M1 - slow system

    Hi, I'm sorry if this has been discussed before, but the search did not return useful clues. In any case, my tecra M1 (1.6 GHz, 1 GB, XPpro sp2) has really bad slow moments. You can see things like windows vibrations when you drag them on the screen,

  • Satellite P300D 10V will stop when the game

    Hello everyone I bought a satellite P300d 10v last month. At the beginning it was very good, but it was still very hot.I thougt that the cause is the weather, but it wasn't. When I try to play a game (cod4-prostreet - same easy dos games) my camera t

  • Error 0 x 80244019

    Hi just bought an acer aspire 5112WLMi AMD athon 64 x 2. It has windows xp 2002 and was restoed to the level of service pack 2. I can't upgrade to sp3 and get downloads for adobe... help me... Jeff

  • How to find if I have a discrete or UMA graphics memory subsystems? (dv3-2350el)

    Hello. I need to change my fan for laptop (incredibly noisy). my laptop is a dv3-2350el Product number: VY338EA #ABZ Intel (r) Core i3 CPU M 330 @ 2.13 GHz ATI Mobility Radeon HD 4300/4500 Series graphics card Intel(r) Graphics Media Accelerator HD H

  • Side-by-side configuration is incorrect when you try to open Live Mail and Messenger

    I get this error message when you try to open Live Mail and Messenger... What can I do to fix this? C:\Program Files\Windows Live\MEssenger\msnmsgr.exeThe application could not start because the side-by-side configuration is incorrect.  Check the log