Preloader Script Problem

Hi;
Please advise on this error:
Scene 1, Layer 'PreLoader', Frame 1, Line 1
1087: Syntax Error: extra characters found after end of program
onClipEvent (enterFrame) {
        loading = _parent.getBytesLoaded();
        total = _parent.getBytesTotal();
    if (percent == undefined) percent = 0;
        percent -= (percent-((loading/total)*100))*.25;
        per = int(percent);
        percentage = per+"%";
        loadBar._width = per;
        if (percent>99) {
                _parent.gotoAndStop(2);
TIA,
beno

that's as2 and in as2 that code would have to be attached to a movieclip, not a timeline.
in as3, no code can be attached to an object.  as3 does have an enterframe event.
attached to your main timeline:
this.addEventListener(Event.ENTER_FRAME,f);
var percent:Number=0
function f(e:Event){
    var loading:uint = loaderInfo.bytesLoaded;
        var total:uint = loaderInfo.bytesTotal;
        percent -= (percent-((loading/total)*100))*.25;
        loadBar.width = percent;
        if (percent>99) {
       gotoAndStop(2);

Similar Messages

  • External preloader script problem

    hi, i'm try to create an external preloader, i've made three layers (the script, one for a funky design of my logo and keep things simple i've also embedded the preloader text in this layer and finally the preloader bar beneath. i've created two frames for each layer, the script has two keyframes, the other layers only have a keyframe first then a standard frame. i can't get it work though, please help. here's the script i'm using on the second keyframe.
    var loader:MovieClipLoader = new MovieClipLoader();
    this.createEmptyMovieClip("Empty_movieclip",1);
    loader.loadClip("Creative-Outrage.swf",Empty_movieclip);
    var preload:Object = new Object();
    loader.addListener(preload);
    preload.onLoadProgress = function (target, loadedBytes, totalBytes){
    if (_root.getBytesTotal() != _root.getBytesLoaded()){
    gotoAndPlay(1);
    else (loadMovie("Creative-Outrage.swf",Empty_movieclip));
    removeMovieClip("Preloader_movieclip");
    Bar_movieclip._xscale=(_root.getBytesLoaded()/_root.getBytesTotal())*100;
    Preloader_movieclip.Loader_text.text=Math.round((_root.getBytesLoaded()/_root.getBytesTota l())*100)+"% Complete";

    try: 
    var loader:MovieClipLoader = new MovieClipLoader();
    this.createEmptyMovieClip("Empty_movieclip",1);
    // move the next line to the end of your code
    loader.loadClip("Creative-Outrage.swf",Empty_movieclip);
    var preload:Object = new Object();
    loader.addListener(preload);
    // the next two lines should be in preload.onLoadProgress
    //Preloader_movieclip.Bar_movieclip._xscale=(loadedBytes/totalBytes)*100;
    //Preloader_movieclip.Loader_text=Math.round((loadedBytes/totalBytes)*100)+"% Complete";
    preload.onLoadProgress = function (target,loadedBytes,totalBytes){
    if (loadedBytes = totalBytes){
    // (loadMovie("Creative-Outrage.swf",Empty_movieclip));  <-- comment out or remove this line
    removeMovieClip("Preloader_movieclip");
    else {
    gotoAndPlay(1);
    it's still not displaying any gradual progress, it just displays the full progress bar immediately even when i simulate a download and it's not loading the external file either.

  • Logical Arrangement of Preloader Script

    Hi,
    I have created one swf which does following two things;
    1. Once it gets loaded in HTML on server it will pass Flashvar to HTML. if flash var from swf and HTML both will match then only swf should play.
    2. It will also have Preloader
    independently both the scripts work perfectly. But when i compile both in one file then it dosent work in following cases;
    Case 1- preloader script first and then flashvar:= this preloads file perfectly but dosent pass flashvar
    Case 2- flashvar first and then Preloader:= this works perfectly when i test my file Locally but once i upload it to server then it dosent work for Preloader
    what should be my logical sequence or options in this?
    I am using "Event.ENTER_FRAME" for Preloder and "Event.COMPLETE" for flashvar...is there any mistake?
    //////////////PRELOADER//////////////////
    stop();
    this.addEventListener(Event.ENTER_FRAME, myMovieLoading);
    function myMovieLoading(e:Event):void {
        var total:Number = this.stage.loaderInfo.bytesTotal;
        var loaded:Number = this.stage.loaderInfo.bytesLoaded;
        preloader_mc.bar_mc.scaleX = loaded/total;
        loadInfoText.text = Math.floor((loaded/total)*100)+ "%";
        if (total == loaded) {
            play();
            this.removeEventListener(Event.ENTER_FRAME, myMovieLoading);
    ////////////INITIALISING MOVIE///////////////
    var keyLoader:URLLoader = new URLLoader();
    keyLoader.dataFormat = URLLoaderDataFormat.VARIABLES;
    keyLoader.addEventListener(IOErrorEvent.IO_ERROR, onLoadError);
    keyLoader.addEventListener(Event.COMPLETE, loading);
    keyLoader.load(new URLRequest("C:/keytext.txt"));
    function onLoadError(evt:IOErrorEvent):void
        loadmyHTML();
    var myFlashVar:String;
    var ver:String;
    var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters;
    for (ver in paramObj)
        myFlashVar = String(paramObj[ver]);
    function loading(event:Event):void
        if (keyLoader.data.passKey == "pass1")
        else if (myFlashVar=="pass1")
        else
            stop();
            parent.removeChild(this);
    function loadmyHTML():void
        if (myFlashVar!="pass1")
            stop();
            parent.removeChild(this);

    in your loaded code there is
    keyLoader.load(new URLRequest("C:/keytext.txt"));
    please see this will not be found on the server thus it may have problem in loading it on serveer while it run local machine. please try replacing the keytext.txt file path to a relative path which can also be found on the server.
    hope this would help you,

  • Saved File Groups Issue in Bridge Center - script problem?

    Hi all,
    I tried posting this in the Bridge forum with no replies. After browsing through this forum I'm wondering if this is a script problem?
    I have the CS2 premium, and use all packages. The problem I have is saving and retrieving files in the 'Saved File Groups' of Bridge Center. I can save Photoshop files no problem, but the idea is to be able to save other files from open applications in the group and then to recall them later. I can save Illustrator files with others in a group but only Photoshop files open, and it ignores the saved Illustrator files.
    With my InDesign files, it does not even recognise them as files to be saved. I can have a file open, click on "Save open files into a file group" and it will come up with a little box saying there are no open files to save!
    OS - XP sp2. Bridge 1.0.2
    If this can be helped with scripting, please explain clearly, I am a graphic designer and no very little indeed about scripting.
    Your help would be appreciated.
    Thanks,
    Thysje Arthur

    Hi,
    Do you mean that Windows displays “Network Shortcuts” folder when you click “Browse” icon? If so, please check if you configure the default local file location to the “Network Shortcuts” folder. You could refer to the image below to find the option of the default
    local file location.
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • When I try to go to icloud I get 'script problem' and cannot enter. Could someone please advise me what to try. Thanks.

    When I try to go to ilcoud I get 'script problem' and can't enter. Please advise what I should try. Thanks.

    I use e-trade and a couple of times, years back, I found them behind the Java updates.
    So, now I install new Java platforms on my backup disk and test the streaming data on that first because I know it will be over-written that evening with my nightly backup.
    Of course, since I began doing that there hasn't been a problem. Do the same with printer driver updates.
    Anyway, call ScottTrade and howl! Tell them how many Macs are out there and why aren't they in Apple Developers Program?

  • OS X Lion - JAVA SCRIPT PROBLEM

    I recently updated from Snow Leopard to OS X Lion. Now I seem to have a JAVA Script problem. Where do I start fixing this issue. I have checked updates etc etc but it seems to be updated. However, when I login to my web site backend, I have a problem. Any advice please?

    Would you please write some more details? explain the problem and what web site backend you use. Thanks.

  • Firefox 31.0 - slowness and script problems for using websites

    Since Firefox 31.0 is released, some technical problems of slowness and script problems to use
    websites have been noticed from mine. Sometimes it needs up to some minutes to load a website
    and sometimes there are error messages for an unanswered script.
    pemigabo123

    Hello FredMcD,
    thank you for your message.
    But your answer to my question at support.mozilla.org is not helpful,
    although it is a professional technical answer from a Top 10 Contributor
    from mozilla.
    It seems that there is a permanent unfixed problem always if a new
    version of mozilla is released. After all fixed problems of the earlier
    version of firefox, there is no problem at all.
    But if I am already working with the non-problem earlier version of
    firefox, then suddenly the problems of error messages, slowness and
    script errors are appearing, and if I have looked for the actual version
    of firefox, there was signed a new version and now I have known,
    aha a new vesion of firefox was released and it needs up some time
    for every new version until the error problems were fixed.
    Maybe it is combined with the plugins like flashplayer or shockwave.
    But a professional version of firefox should not sign up error messages,
    because of plugins, while working with these plugins.
    Another answer from another support.mozilla.member was for an
    overload problem, because of opening some windows of firefox.
    But to open many windows of firefox was already no problem with the
    earlier version firefox 30.0 or earlier, until the error messages are fixed.
    The same unfixed problems are since firefox 25.0 up to 30.0, but I was
    wondering for how long version 30.0 was actual in practical working.
    And since version of firefox 31.0 was released the same problems
    of error messages, slowness and script errors were appearing.
    At the moment it seems firefox 31.0 works alright.
    But only the following time shows if it works without error messages,
    slowness and sript problems or not.
    In hope to give a helpful answer to yours
    kind regards
    pemigabo123

  • I keep getting adobe script problems. I have 3.6.13 version and have never had this problems with prior versions

    I can't find a solution to the adobe flashplayer that is associatied with Firefox. I keep getting script problems and am asked to either continue or ignore the problem. I've been a long-time user of Firefox and have never had any problems with Firefox or any associated programs (plug-ins) and so this is a surprise to me. I checked the version of the flashplayer and find that I have the most current version; so I'm not sure what's going on.

    Do a malware check with some malware scan programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Preloader interruption problem

    I am using the following script to preload external .swf's in
    my sites. The problem is that when it is interrupted (another link
    is clicked). It makes the parent .swf freak out (it plays
    continuously through the entire file without paying attention to
    stop commands or anything else). Anyone have an idea how to fix
    this?
    stop();
    loadingBar._xscale = 1;
    var loadingCall:Number = setInterval(preloadSite, 50);
    function preloadSite():Void {
    var siteLoaded:Number = getBytesLoaded();
    var siteTotal:Number = getBytesTotal();
    var percentage:Number = Math.round(siteLoaded/siteTotal*100);
    loadingBar._xscale = percentage;
    percentDisplay.text = percentage + "%";
    if (siteLoaded >= siteTotal) {
    clearInterval(loadingCall);
    play();
    Here is the site it's used in:
    http://www.vanderhurdstudio.com

    You need to clear out the Interval that loadingCall is
    referencing to whenever another link is clicked. The loadingCall
    variable is set locally and is only a refence to the global
    Interval being set. What's happening when another link is clicked,
    is the local loadingCall variable is getting deleted/reset, but the
    global Interval still exists and is losing it's timeline reference.
    When this happens, the Interval will apply whatever commands are in
    the function passed to it (play() in this case) upon whatever
    timeline the Interval can find - the parent .swf that still exists.
    So when this preloader is interupted, the Interval is telling the
    parent .swf to play() every .050 seconds and creating the effect of
    playing continuously through the file without stopping - it is
    stopping, but being told to play again faster than you can notice
    the stop.

  • Error on OS 10.4.6 update : peflight script problem

    Hi there folks. i posted in the G5 Display forum a problem i had with my computer hanging during startup (the grey screen with the apple logo) after a powersurge/cut last week. i was running 10.4.11 and i tried every diagnostic, but to no avail.
    i managed to boot up in Target Mode and save the data, and did a reinstall.
    i can reinstall 10.4.3 and then manually update to 10.4.4 and then 10.4.5 with no problem. but i keep getting this error message with any of the later updates:
    *failed: The following install step failed: run preflight script for Mac OS X Update Combined (PowerPC)*
    when i check the crashlog it says:
    *[477]: dyld: +Symbol not found: Perl_atforkunlock+*
    *preflight[477]: Referenced from: /usr/bin/perl*
    *preflight[477]: Expected in: /System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE/libperl.dylib*
    i can't figure out what has happened, but i've been reinstalling various versions of the OS now for days, and at one stage the computer kept booting into Darwin and all the Terminal command line gobbledygook kept popping up, which is utterly meaningless to me.
    i can't figure out what to do, other than splash out on Leopard (which i am loathe to do!) and see if that works, but there's no guarantee it will.
    anyone have this problem before or is tech-saavy enough to understand the meaning of the *+Symbol not found: Perl_atforkunlock+* message?
    many thanks in advance...

    Hi daddypaycheck. yeah, i completely wiped the drive a number of times (i guess i must have attempted about 12 installs!) and also did the whole repair permissions and various other diagnostic stuff, but to no avail.
    so i went out and bought Leopard and did a complete full-on clean install...
    with absolutely no luck. it bombed on me with 1 minute left to go, and every other attempt failed at the very start.
    so, i went back to 10.4.3 and chanced my arm again with the combo update to 10.4.11, and lo and behold, but the damned thing worked!
    EXCEPT for the fact that there are no folder icons on display in any view and barely any of my apple apps open (mail, ichat, safari and none of my iLife apps - except Garageband) etc, etc...
    also, the vertical scrollbar is missing from all windows, including iTunes, whenever that decides to open...
    i'm really, really annoyed with the whole thing now. i can't seem to find any info online. lots of similar, but-not-quite-the-same issues, regarding zapping PRAM, removing RAM, checking Graphiocs cards etc etc, but i have already tried all of these and there's no change.
    if it does work perfectly as 10.4.3, then surely it stands to reason there can't be any problem with displaying 10.4.11?
    and, in case anyone mentions to just stick with 10.4.3 if it works - my iTunes library seems to require 10.4.9 or later... sigh...
    thanks for the input though dpc!

  • Adobe Dreamweaver CS5.5 - Windows 7 - Java Script Problem

    I am having trouble with Anchor.htm.
    When I try to insert an anchor in the text (Insert > Named Anchor> I get this error message:
    "While executing insertObject in Anchor.htm a Java Script error occurred."
    I recently downloaded both the 32- and 64-bit Java Script applications when I received a message that the existing version of Java Script was out-of-date. Anchor.htm worked before I installed the update.
    The files I downloaded and installed are:
    jre-7u9-windows-i586.exe
    jre-7u9-windows-x64.exe
    Please can anyone help me with this problem?

    From Dreamweaver FAQ
    http://forums.adobe.com/thread/429114
    "If Dreamweaver is acting erratically, or if you see a message saying "the following JavaScript error(s) occurred",  it's usually a sign of a corrupt cache file. The first thing to try should always be to delete the file cache. If that doesn't work, delete your personal Configuration folder. Full instructions are in Deleting a corrupted cache file.
    http://forums.adobe.com/thread/494811"
    Nancy O.

  • Do shell script problem in Applescript

    Hi,
    I am an Applescript novice and have been trying to write a code to go to a particular folder, look for all files in the folder tree with extension .m2v and run an executable file to decode them. My problem is that when I run my code (containing do shell script), it searches through all files and folders on Mac HD and starts decoding .m2v files elsewhere that I don't want.
    Eventually it runs out of space (.m2v file decoding takes a lot of space), because it is dumping all decoded .yuv files onto the HD.
    When I run the command on Terminal, it executes the decoding perfectly and stores the decoded files in the same folder.
    Please help me about what's going on.
    My code is something like:
    tell application "Finder"
    set DestinationFolder to "xxxxxx:xxxx:xxxx"
    set NumFolders to (get count of folders under Destination folder)
    repeat for SomeVar from 1 to NumFolders
    set FolderinQuestion to folder SomeVar of DestinationFolder
    -- Tried tell application "Terminal" here, but did not know --how to export the FolderinQuestion variable from Finder to --Terminal
    do shell script " \" cd \" & (POSIX path of (result as text));
    for file in `find $pwd \"*.mov\"`
    do
    /usr/local/bin/decode file
    done"
    end repeat
    end tell
    I would greatly appreciate some guidance.

    The root of the problem is that you're trying to quote the cd command for some reason:
    <pre class=command>do shell script " \" cd \" & (POSIX path of (result as text));
    ...</pre>
    In addition to that you're including the & (POSIX path of (result as text)) as part of the shell command whereas this should be OUTSIDE of the quotes in order to get evaluated
    If you work that through you'll end up with a shell command that looks like:
    <pre class=command>" cd " & (POSIX path of (result as text))</pre>
    If you try to run that in a terminal you'll get a cd : command not found error and that's why the rest of it appears to fail.
    The solution to that one is simple - just don't bother quoting the cd and put the POSIX path stuff outside of the quotes to get it evaluated at runtime:
    <pre class=command>do shell script "cd " & quoted form of POSIX path of (FolderInQuestion as text)) & ";
    # rest of shell commands here"</pre>
    Now, as for the rest of the script there are a few things I would change.
    First, unless you need to know the index, don't do:
    >repeat for SomeVar from 1 to NumFolders
    set FolderinQuestion to folder SomeVar of DestinationFolder
    the issue is that the number of folders to process may change during the script's execution (other processes may create or remove folders). This will, at best, cause some folders to be skipped and, at worst, cause the script to fail.
    If you're iterating through a list, the best option is to just:
    <pre class=command>repeat with FolderInQuestion in (folders of DestinationFolder)
    ...</pre>
    This automatically sets the iterator (in this case, FolderInQuestion, to the first item in the list and increments it for each iteration through the loop.
    Secondly, in your shell script itself, scrub the entire do/done loop. You're already using find, so have that do the hard work using the -exec switch:
    <pre class=command>find path -name "*.mov" -exec /usr/local/bin/decode {} \;</pre>
    In find's case, {} is substituted with the current file's path.
    Putting this together you'd get:
    <pre class=command>tell application "Finder"
    set DestinationFolder to "xxxxxx:xxxx:xxxx"
    repeat with folderInQuestion in (get folders of folder DestinationFolder)
    do shell script "cd " & quoted form of POSIX path of folderInQuestion & "; find . -name \"*.mov\" -exec /usr/bin/decode {} \\;"
    end repeat
    end tell</pre>
    Note that I've used 'quoted form of POSIX path' - this takes care of any shell-unsafe characters like spaces in the path name. I've also used \\; for the -exec switch - this is so that AppleScript passes the \ to the shell command rather than using it for its own escaping.
    But you're not done yet!
    There's still one fatal flaw in this process - and that is the fact that find by default, is recursive - it will walk through every directory that it finds.
    This means that if you start at the top folder and iterate through, find will find all .mov files and decode them. Your script then cd's to the first subdirectory and repeats the process - decoding all the .mov files in that directory and all its subdirectories even though they've ALREADY been decoded.
    The upshot is that you only need to run one loop starting at the top level. You don't need to iterate through all the subdirectories since find will do that for you.
    In addition to that, there might not be a need to use cd at all since the first argument to find is the directory to start searching in. Unless there's some reason that you need to start decode from the top level directory (e.g. is that where it saves the files?), you can drop the whole repeat loop altogether and just run with:
    <pre class=command>set startFolder to (choose folder)
    do shell script "find " & quoted form of posix path of startFolder & " -name \"*.mov\" -exec /usr/bin/decode {} \\;"</pre>
    That's the entire script - a radical compression of your original.

  • Sreaming at the top of my lungs for HELP with Java Script problem!

    Hello,
    I have this strange problem that no one seems to know why or how to fix it.Whenever I encounter a web site that has java scripting for anything pop ups or redirects to url's anything that says java script when I mouse over the link my browsers do nothing.That is for explorer 6.0 beta netscape 4.7 and netscape version 6.I have tried in another forum some suggestions but nothing changed even though I am told nothing is wrong with the java scripting.I used to be able to click java script's with all of these browsers but no longer.That was a few months ago.Now to try something new I tried to see if a new browser would work.I now have the latest version of Opera.It did work but using Opera on some sites limits what I can do so it doesn't solve my problem.Then I tried the Sun JavaHot browser it also worked but limits what I can do on some site's.I have Windows 98 & updated most of my dll's etc & my java is version 2 1.3.1.My java script is enabled in Explorer & netscape's & the security is at a minimum level.Please help me figure out why these other browsers work but the other's do not.I want to edit a web site of mine but I can't because of this problem.I am very frustrated by this and need as detailed help as I can get.Anything of a suggestion would be very much appreciated.But I am also not an expert on the working's of a computer so bear with me.
    Brian

    Hi,
    Well I am thinking that if anyone could know something about Java script it would be java developers.But anyways I had the previous version of explorer 5.0 & the java didn't work in it either.Now how weird is this,I opened netscape 4.7 today & the java scripts are suddenly working.This has me scratching my head wondering if my computer is possesed by some force beyond my capability to know...????Weird as it seems though the explorer still will not respond to a java script.
    Brian

  • VB Script Problems with Windows Vista Ultimate

    I have iTunes 7.0.2.16 and when i try to update it i keep getting a message that says:
    "iTunes could not be installed becasue visual basic script (VB Script) is not installed or has been disabled. make sure VB Script is installed, turn off script blocking in anti-virus and personal firewall software, re-register VB Script, then install iTunes."
    I even get this message when i try to unistall iTunes. I completly uninstalled my antivirus software and removed all firewalls, but i wasnt able to fix the problem.
    I visited the iTunes and QuickTime for Windows cannot be installed without Visual Base Script (VBScript) section for help, however, it was unable to solve my problem.
    I currently have Windows Vista Ultimate and have been looking for a fix for a while now...any help would be greatly appreciated...
    thanks
      Other OS   Windows Vista Ultimate
      Other OS   Windows Vista Ultimate
      Other OS   Windows Vista Ultimate

    Hey rrijeka,
    Unfortunately, Vista is currently not compatible with iTunes.
    This article: http://docs.info.apple.com/article.html?artnum=305042 will tell you more about the iTunes and windows Vista compatability. The article will also be updated when itunes and Vista are compatible.
    Jason

  • Java script problem when trying to sign in to Ovi ...

    Hi Folks
    I am running XP SP3, with IE7.  I have had problems due to installing ie8 then removing it and going back to IE7.  I have had to reset all sorts of bits.  Anyway. I still can't sign in to the music store, or register my PC for comes with music.  I installed a debugger to see what was going on.  This is my current stage of the problem..... 
    When I sign in, I only get a white panel.  The debugger highlights this section of the java script: __doPostBack('ctl00$C$btnEContinue','')  
    Can someone tell me why this fails, and how I can fix it?
    many thanks.

    I also have the same problem. I've tried all fixes listed in other forums and nothing works. Running windows Vista 32 bit. Any working solutions yet? Tried every solution listed for the cmd prompt. Turned off antivirus and spyware. Rebooting about 100 times. Nothing works.

Maybe you are looking for

  • I have an HP Pavilion Media center PC model #m370n. I am running windows XP Pro, internet explorer 7

    My computer freezes in Media center program, when I try to set up a TV signal, or try to run the FM radio feature. Do I have too many drivers loaded? Or, the wrong drivers? Can I check to see if my Infared Transceiver is working? Can anyone help me w

  • Error validating xml schema

    Hi, I'm getting an error trying to validate an xml document using xml schema(xsd). The java code/schema/xml/error are listed below. Not sure what the error " Invalid content was found starting with element 'ticker'. One of '{ticker}' is expected." me

  • Does anyone know if the IPOD Nano touch 6th Generation have videos+syncing?

    Hey guys my dad is gonna go to Dubai to get me an IPOD, and i need to tell him weather to get a 8gb or a 16gb, so if anyone knows if it has videos to preview. Plus i need DETAILED STEPS on how to sync music-photos-podcasts etc. to the IPOD Nano Touch

  • Errors installing CC2014

    I can't seem to find anything on this. If there's a discussion already please give me a link. I'm trying to install on a Win 8.1 x64 box and these are the error messages I'm getting: Exit Code: 7 Please see specific errors below for troubleshooting.

  • Trackball not working

    The trackball on my 8330 curve will only scroll left to right on one line, it will not go up or down. Does anyone know how to fix this??