help with slideshow, noob here

I try to combine a slideshow of some tutorials I've read.  Individually, I can call at random an element of an array (a list of names of files in the same folder as the flash file); and load an image on the stage with AS3.  When I try to combine the scripts and running it with a timer I was make a variety of errors.  This particular permutation gives me the error:

TypeError: Error #2007: url parameter must be non-null.

at flash.display::Loader/_load()

at flash.display::Loader/load()

at swupgalleryshow_fla::MainTimeline/load1()

at flash.utils::Timer/_timerDispatch()

at flash.utils::Timer/tick().

When the timer fires off the coast of the function.  I'm lost and working on a tight schedule.  I want to learn the "right" way to do instead of programming through the timeline.

////////////////////////////////////////

import flash.display.Sprite;

import flash.media.SoundMixer;

import flash.display.MovieClip;

import flash.utils. *;

fscommand ("fullscreen", "true");

var myImages:Array = ["_igp0172.jpg", "_igp0494.jpg", "_igp0011.jpg", "_igp1156.jpg"];

var randomImages:Array = [];

var randomCount:Number = 1;

var r: Number;

var: timer = new Timer (2000);

timer.addEventListener ("timer", hearings1);

Timer.Reset ();

Timer.Start ();

for (var i = 0; i < randomCount; i ++) {}

r = Math.floor (Math.random () * myImages.length);

randomImages [randomImages.length] = myImages.splice (r, 1);

}

trace (randomImages);

function load1(event:TimerEvent):void {}

trace (randomImages);

var imageLoader1:Loader = new Loader();

var image1:String = randomImages.String

var image: URLRequest = new URLRequest (image1);

imageLoader1.load (image);

addChild (imageLoader1);

imageLoader1.x = 100;

imageLoader1.y = 30;

Timer.Reset ();

Timer.Start ();

trace (image1);

}

function load1(event:TimerEvent):void {}

var imageLoader1:Loader = new Loader();

var image1:String = randomImages [count];

trace (image1);

Count ++;

var image: URLRequest = new URLRequest (image1);

imageLoader1.load (image);

addChild (imageLoader1);

imageLoader1.x = 100;

imageLoader1.y = 30;

If {(count is randomImages.length)

Count = 0;

}

}

Tags: Adobe Animate

Similar Questions

  • Need help with a string here

    I am trying to write a script that will restart a group of virtual machines. If they fail to restart nicely, I stop them and restart with stop-vm and vm-start. Then, I myself by e-mail a report as to how this happened.

    I'm generating the body to report e-mail by using a string here, but it does not work and I have tried everything I can think. Any help would be appreciated. I've removed things that are sensitive to my company:

    < code >

    Add-pssnapin VMware.VimAutomation.Core

    . c:\temp\mike\Export-PSCredential.ps1
    $rebooted = @("")
    $kicked = @("")
    $kicklist = @("")
    $nobootlist = @("")

    New-VIProperty-name BootTime - ObjectType VirtualMachine-value {param ($vm) $vm. ExtensionData.Summary.Runtime.BootTime.ToLocalTime ()} - Force

    SE connect-VIServer xxxxxxx.company.name - Credential $(Import-PSCredential-chemin d'accès c:\temp\mike\credentials.enc.xml)

    $TrainPool = get-file TrainingPool | Get - VM
    foreach ($myvm in $TrainPool) {Restart VMGuest - VM $myvm - confirm: $false}

    sleep 300
    $CurrentTime = get-Date
    $MinsAgo = ($CurrentTime).addminutes(-30)

    foreach ($myvm in $TrainPool) {if ($myvm.boottime - lt $MinsAgo) {}}
    {$kicklist += $myvm}
    else {$rebooted += $myvm | select name, distribution}
    }

    foreach ($kick in $kicklist) {stop-VM - $kick VM - confirm: $false - RunAsync}

    sleep 60; $kicklist | Start-vm - runasync; sleep 120


    $CurrentTime = get-Date
    $MinsAgo = ($CurrentTime).addminutes(-30)
    foreach ($kick in $kicklist) {if ($kick.boottime - lt $MinsAgo) {$nobootlist += $kick}}
    else {$kicked += $kick | select name, distribution}
    }

    "$mailMessage = @".
    Restarted successfully these VM:
    $rebooted


    Forced these s VM to restart:
    $kicked


    It would not be possible to restart - need to check:
    $nobootlist
    "@

    Send-MailMessage-to [email protected] -of [email protected] -Credential $(Import-PSCredential-chemin d'accès c:\temp\mike\credentials.enc.xml)-sujet «Redémarrage programmé dele de bassin d'entraînement VM»-corps $mailMessage-SmtpServer smtp.company.com )

    < code >

    The mail comes, but the body only contains things that I typed in the here-string (e.g. "restarted the VM with success:", etc..)

    Thanks for your time.

    Mike

    Hello, mike_sims-

    It seems that there is a problem with the way you're trying to ouput info from the virtual machines.  These three elements that hold the info from the virtual machines are tables and will not be converted to strings as you might think.  So try to use the out-string cmdlet on these three tables in the here-string, such as:

    ...$mailMessage = @"Rebooted these VM's successfully:$(Out-String -Input $rebooted)
    
    Forced these VM's to reboot:$(Out-String -Input $kicked)
    
    These wouldn't reboot - need to check them:$(Out-String -Input $nobootlist)"@...
    

    This should then put the string - the equivalent of their production in the $mailMessage variable, and the email should have the info you're after.  How does do for you?

  • In our Production, we can share the password of user of database 'Apps' with our consultants functional, although they would like to examine through fields by (help &gt; Diagnostics &gt; review) and here he asked the password of the user "APPS".

    In our Production, we can share the password of user of database 'Apps' with our consultants functional, although they would like to examine through fields by (help > Diagnostics > review) and here he asked the password of the user "APPS". We need to know the path where they can examine the field without knowing the password for user "apps".

    Check

    How to enforce password Protection to access the Menu help > Diagnostics > review? (Doc ID 1487534.1)

  • Hi all, I'm Mike. I'm a newbie here and hoping for more help with my Aspire 5735

    Hi, as above, I bought the Aspire 5735 several years now. It is running Vista Home Premium SP2 and became excruciatingly slow. When first started it becomes unusable for a while during which it seems to be the continuous disk activity. I tried to look in the Task Manager to see what is happening, but that itself takes an age to start and then not show anything unusual. I also tried all the usual stuff such as disk cleanup, defragmentation and even had use CCleaner and clearing out the prefetch folder, but nothing helped.

    I finally decided that the only option is to use two recovery disks that I created when it was new in an attempt to restore it to factory State but I can't find information on the way to recovery. If anyone can help with this, I would be very grateful.

    Hello

    Look at this french video (only photos ).

  • Need help with the API getJSON

    Hello

    I am trying to build a personal portfolio, and I try to use the API of Behance. I am VERY new to all this so any help would be greatly appreciated. So far I understand how to get my projects, but I want to be able to click on each one and dive more deeply to see more screenshots. Essentially, it would work as the Behance when you click on a project to users.

    Here is a link to my files https://DL.dropboxusercontent.com/u/9159616/adamperlis.zip

    See the code in compositionReady. Maybe you guys can help me understand what I am doing wrong.


    Thanks a lot for your help!

    Adam

    Dear Adam

    I did research too for undrestanding how function each() work and finally I figured out and did a sample with mover slide and I think it will load one of your projects page and after clicking on your project, it will show a photo of your project and I'm still working on it to see how I can do as a slideshow

    Here is the link to the project and I hope you like: http://www.mediafire.com/download.php?g5da3axbcbwikz2

    Zaxist

  • Need help with Macbook

    Hello, I recently bought a Macbook from a friend and since I got the Mac it's very very slow at doing things like browsing the internet using Safari, it takes forever to load, web pages and all sorts of things that I'd like to get help with this problem maybe a few recommendations and also on how to speed up... If you need to care about Macbook, I can give these thx.

    To sell or transfer ownership of a Mac, even to a member of your family, you must follow these instructions. So far, you will have continuous problems.

    Refer to what to do before you sell or give away your Mac

    1. If you have enabled FileVault, disable it in system preferences > Security and privacy.
    2. "Remove" your iTunes account. Ditto for Audible if you have one.
    3. System Preferences > iCloud > deselect 'Back to My Mac' and 'find my Mac '.
    4. Disconnect from iCloud. Select "Delete from Mac" when it appears.

    Next: delete all of your personal information by erasing the internal storage of the Mac completely.

    1. If your Mac comes with a grey system installation DVD, start up your Mac with this disc in the optical drive, all holding the key c to boot from it instead of its internal volume, which must be erased before selling.
      • Apple stopped Macs shipment requiring these discs in August 2011.
    2. If your Mac does not comes with disks, boot OS X Internet Recovery:
      • using three fingers press on and hold the following keys: (command), optionand R.
      • With a fourth finger, press the power button to turn on the Mac.
      • Keep the other three fingers here where they are until you see the icon "spinning globe.
      • This method force the Mac to download BONES initially installed from Apple servers, that won't require not an Apple ID install.
    3. Remove any password Open Firmware, if you created a: select utility password firmware in the Utilities menu and remove.
    4. Select disk utility from the utilities menu.
    5. Delete all partitions that can be created.
    6. Select the icon for the hard drive to the Mac, and then select the tab "delete".
    7. Click on the 'Security Options' button and erase the drive.
      • More "robustly" you erase the disc, the longer it will.
      • The fastest method is sufficient, since all but the techniques more expensive and equipment will be able to recover data deleted safely.
    8. When he finishes, quit disk utility.
    9. In the utility menu, select Install Mac OS X .
      • An identifier Apple won't be necessary. If a prompt for an Apple ID, return to step 5.
      • Do not create user accounts.
    10. When he finishes, shut down the computer.
    11. If you want to install the bundled apps that have been included with your Mac, restart using your DVD Applications if it was included and install the bundled apps.
      • Apps, delivered with the new Macs sold without disks cannot be transferred. His new owner must buy them from the Mac App Store with its own Apple ID.

    If the Mac is sold to someone outside the family, consider the following additional information:

    1. System provided with your Mac installation DVD must stay with him forever and be included in the sale.
    2. Consider including your AppleCare certificate if you bought it, documents printed, same box if you have.
      • AppleCare remains with the equipment and can be transferred.
    3. Run an invoice indicating the serial number of the Mac.
    4. Once is no longer in your possession, remove the Mac of your devices in my support profile.
  • help with a lazy slow macbook pro

    Hi, I was wondering if someone with a good understanding of the EtreCheck might be able to help me with my old powerbook, rusty.

    Here is the report copied and pasted from the EtreCheck diagnosis that I just ran (lots of red type):

    Thank you!

    EtreCheck version: 2.9.13 (267)

    Report generated 2016-07-30 19:29

    Download EtreCheck from https://etrecheck.com

    Time 09:23

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Verify the signatures of Apple: enabled

    Problem: Beachballing

    Hardware Information:

    MacBook Pro (15-inch, mid 2009)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro5, 3

    1 3.06 GHz Intel Core 2 Duo CPU: 2 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1067 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1067 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 342

    Video information:

    NVIDIA GeForce 9400M - VRAM: 256 MB

    Color LCD 1440 x 900

    Cinema HD Display 1920 x 1200

    NVIDIA GeForce 9600M GT - VRAM: 512 MB

    Software:

    OS X El Capitan 10.11.6 15G (31) - since the start time: about 3 days

    Disc information:

    ST9500420ASG disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    ShiftySeven II (disk0s2) /: 499,25 GB (56,75 GB free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    MATSHITADVD-R UJ-868)

    USB information:

    Built-in ISight from Apple Inc..

    Hub keyboard Apple, Inc.

    Apple, Inc. Apple Keyboard

    Card reader Apple

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Apple Inc. BRCM2046 hub.

    Apple Inc. Bluetooth USB host controller.

    Guardian:

    Mac App Store and identified developers

    Kernel extensions:

    /Applications/AirParrot.app

    com.squirrels.airparrot.framebuffer [no charge] (1.4 - SDK 10.8 - 2014-04-19) [Support]

    / Applications/Caplio Mounter.app

    [no charge] jp.co.ricoh.kext.caplio - 10.3 (4.0 - 2008-11-21) [Support]

    [no charge] jp.co.ricoh.kext.caplio - 10.4 (4.0 - 2008-11-21) [Support]

    DiskWarrior.app

    com.alsoft.Preview [no charge] (4.1 - 2007-12-31) [Support]

    / Service.app incompatible software/Parallels

    com.parallels.kext.prl_hid_hook [no charge] (4.0 3844.408728 - 2012-12-27) [Support]

    com.parallels.kext.prl_hypervisor [no charge] (4.0 3844.408728 - 2012-12-27) [Support]

    com.parallels.kext.prl_netbridge [no charge] (4.0 3844.408728 - 2012-12-27) [Support]

    com.parallels.kext.prl_usb_connect [no charge] (4.0 3844.408728 - 2012-12-27) [Support]

    com.parallels.kext.prl_vnic [no charge] (4.0 3844.408728 - 2012-12-27) [Support]

    / Library/Application Support/Avast/components/fileshield/not signed

    [loading] com.avast.AvastFileShield (3.0.0 - SDK 10.10 - 2016-07-21) [Support]

    / Library/Application Support/Avast/components/proxy/not signed

    [loading] com.avast.PacketForwarder (2.1 - SDK 10.10 - 2016-07-21) [Support]

    / Library/Extensions

    [loading] com.squirrels.driver.AirParrotSpeakers (1.8 - SDK 10.8 - 2016-07-26) [Support]

    [loading] net.telestream.driver.TelestreamAudio (1.1.1 - SDK 10.8 - 2016-07-26) [Support]

    / System/Library/Extensions

    [no charge] com.beceem.BeceemAppleWiMAXAdapter (5.2.56d16 - 2016-07-26) [Support]

    com.devguru.driver.DIFMCDFree [no charge] (1.1.0 - 2016-07-26) [Support]

    com.devguru.driver.DIFMSerial [no charge] (1.1.0 - 2016-07-26) [Support]

    com.fklt.driver [no charge] (1.8.0 - 2016-07-26) [Support]

    [no charge] com.novatelwireless.driver.3G (v2.2.8 (3)-2016-07-26) [Support]

    com.novatelwireless.driver.DisableAutoInstall [no charge] (1.2 - 2016-07-26) [Support]

    [no charge] com.sierrawireless.driver.SierraDevSupport (2.0.6.0 - 2016-07-26) [Support]

    [no charge] com.sierrawireless.driver.SierraFSCSupport (2.0.6.0 - 2016-07-26) [Support]

    /System/Library/Extensions/NovatelWireless3G.kext/contents/plugins

    [no charge] com.novatelwireless.driver.3GData (v2.2.8 (3)-2011-11-05) [Support]

    Startup items:

    ParallelsDesktopTransporter: Path: / Library/StartupItems/ParallelsDesktopTransporter

    Startup items are obsolete in OS X Yosemite

    Launch system officers:

    [operation] com.apple.Finder.plist (2016-02-19) -invalid signature!

    [loading] com.apple.FollowUpUI.plist (2016-02-11) -invalid signature!

    [loading] com.apple.ScreenReaderUIServer.plist (2016-02-16) -invalid signature!

    [loading] com.apple.powerchime.plist (2016-02-22) -invalid signature!

    [loading] com.apple.quicklook.32bit.plist (2016-02-04) -invalid signature!

    [operation] com.apple.quicklook.plist (2016-02-04) -invalid signature!

    [loading] com.apple.quicklook.ui.helper.plist (2016-02-04) -invalid signature!

    [loaded] 9 tasks Apple

    [loading] 149 tasks Apple

    [operation] 64 tasks Apple

    [killed] 16 tasks Apple

    16 killed processes lack of RAM

    Launch system demons:

    [loaded] 45 tasks Apple

    [loading] 153 tasks Apple

    [operation] 78 tasks Apple

    [killed] 14 tasks Apple

    14 killed process lack of RAM

    Launch officers:

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-06-14) [Support]

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2016-07-13) [Support]

    [failure] com.adobe.AdobeCreativeCloud.plist (2016-04-27) [Support]

    [loading] com.adobe.CS5ServiceManager.plist (2010-06-17) [Support]

    [operation] com.avast.secureline.update - agent.plist (2016-06-29) [Support]

    [loading] com.avast.secureline.userinit.plist (2016-06-29) [Support]

    [operation] com.avast.update - agent.plist (2016-07-22) [Support]

    [loading] com.avast.userinit.plist (2016-07-22) [Support]

    [operation] com.brother.LOGINserver.plist (2013-10-06) [Support]

    [no charge] com.oracle.java.Java - Updater.plist [Support]

    com.TeamViewer.TeamViewer.plist [no charge] (2016-02-14) [Support]

    com.TeamViewer.teamviewer_desktop.plist [no charge] (2016-02-14) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2016-07-13) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2016-07-13) [Support]

    [loading] com.adobe.SwitchBoard.plist (2011-12-14) [Support]

    [loading] com.adobe.agsservice.plist (2015-11-02) [Support]

    [failure] com.adobe.fpsaud.plist (2016-05-09) [Support]

    com.adobe.versioncueCS3.plist [loading] (2008-06-22) [Support]

    [loading] com.avast.init.plist (2016-07-22) [Support]

    [loading] com.avast.secureline.init.plist (2016-06-29) [Support]

    [loading] com.avast.secureline.uninstall.plist (2016-06-29) [Support]

    [loading] com.avast.secureline.update.plist (2016-06-29) [Support]

    [loading] com.avast.uninstall.plist (2016-07-22) [Support]

    [loading] com.avast.update.plist (2016-07-22) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2011-03-10) [Support]

    [loading] com.oracle.JavaInstallHelper.plist (2016-04-21) [Support]

    [no charge] com.oracle.java.Helper - Tool.plist [Support]

    [loading] com.roamingclient.cell.mac.roamingclient.plist (2011-11-05) [Support]

    [loading] com.rogueamoeba.instanton - agent.plist (2016-06-23) [Support]

    [operation] com.sierrawireless.SWoCMon.plist (2010-05-20) [Support]

    com.sierrawireless.SierraReset.plist [no charge] (2010-05-20) [Support]

    [loading] com.teamviewer.Helper.plist (2015-09-29) [Support]

    com.TeamViewer.teamviewer_service.plist [no charge] (2016-02-14) [Support]

    User launch officers:

    [loading] com.adobe.AAM.Updater - 1.0.plist (2010-06-28) [Support]

    [failure] com.adobe.ARM. [...]. plist (2010-06-22) [Support]

    [failure] com.adobe.ARM. [...]. plist (2009-10-26) [Support]

    [failure] com.adobe.ARM. [...]. plist (2011-12-15) [Support]

    [operation] com.amazon.music.plist (2014-10-18) [Support]

    [failure] com.apple.MobileMeSyncClientAgent.plist (2011-06-14) -/System/Library/PrivateFrameworks/DotMacSyncManager.framework/Resources/mobilem esyncclient: Executable not found!

    [failure] com.apple.SafariBookmarksSyncer.plist (2009-09-14) -/Applications/Safari.app/Contents/SafariSyncClient.app/Contents/MacOS/SafariSyn customer: Executable not found!

    [loading] com.avast.home.userinit.plist (2016-07-22) [Support]

    [loading] com.avast.secureline.home.userinit.plist (2016-06-29) [Support]

    [loading] com.google.keystone.agent.plist (2016-07-11) [Support]

    [operation] com.spotify.webhelper.plist (2015-05-30) [Support]

    info.lokiware.attachmenttamer.cleanup.plist [no charge] (2013-01-07) [Support]

    [failure] info.lokiware.attachmenttamer.setupagent.plist (06-01-2013) [Support]

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Dropbox application (/ Applications/Dropbox.app)

    Application of Google Reader (Google Drive.app/Applications /)

    Hidden AdobeResourceSynchronizer Application (/ Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AdobeResourceSynchronizer.app)

    Garmin Express Service application (/ Applications/Garmin Express.app/Contents/Library/LoginItems/Garmin Express Service.app)

    Request for EvernoteHelper (/ Applications/Evernote.app/Contents/Library/LoginItems/EvernoteHelper.app)

    Other applications:

    [ongoing] com.adobe.CCLibrary.166112

    com.apple.BKAgentService [killed]

    com.apple.MailServiceAgent [loading]

    com.Apple.mail.80352 [loading]

    com.avast.account [loading]

    [ongoing] com.avast.daemon

    [ongoing] com.avast.FileShield

    [ongoing] com.avast.helper

    [ongoing] com.avast.proxy

    com.avast.secureline.Burger [loading]

    [ongoing] com.avast.secureline.service

    [ongoing] com.avast.service

    [ongoing] com.brother.utility.NETserver.157792

    [ongoing] com.brother.utility.USBserver.137312

    [ongoing] com.evernote.EvernoteHelper.66912

    [ongoing] com.Garmin.Renu.service.3552

    [ongoing] com.getdropbox.dropbox.134752

    [loading] 421 tasks Apple

    [operation] 184 tasks Apple

    [killed] 33 tasks Apple

    Plug-ins Internet:

    DirectorShockwave: 11.6.6r636 (2012-08-09) [Support]

    Unity Web Player: UnityPlayer version 4.1.3f3 (2013-05-30) [Support]

    Default browser: 601 - SDK 10.11 (2016-07-26)

    Flip4Mac WMV Plugin: 2.3.8.1 (2011-01-13) [Support]

    AdobeAAMDetect: 3.0.0.0 - SDK 10.9 (2016-04-27) [Support]

    FlashPlayer - 10.6: 21.0.0.242 - SDK 10.6 (2016-05-13) [Support]

    AdobePDFViewerNPAPI: 15.017.20050 - SDK 10.11 (2016-07-13) [Support]

    Silverlight: 5.1.50428.0 - SDK 10.6 (2016-07-10) [Support]

    QuickTime Plugin: 7.7.3 (2016-07-26)

    Flash Player: 21.0.0.242 - SDK 10.6 (2016-05-13) obsolete! Update

    iPhotoPhotocast: 7.0 - 10.8 SDK (2013-04-30)

    NP_2020Player_IKEA: 5.0.93.0 - SDK 10.6 (2011-10-03) [Support]

    AdobePDFViewer: 15.017.20050 - SDK 10.11 (2016-07-13) [Support]

    GarminGpsControl: 4.0.2.6 Beta - SDK 10.6 (2012-09-11) [Support]

    SharePointBrowserPlugin: 14.6.6 - SDK 10.6 (2016-07-25) [Support]

    JavaAppletPlugin: 15.0.1 - 10.7 (2016-05-04) check the version of the SDK

    User Plug-ins internet:

    WebEx: 1.0 (2010-04-06) [Support]

    Safari extensions:

    AdBlock - BetaFish, Inc. - https://getadblock.com (2016-07-30)

    DuckDuckGo - DuckDuckGo - http://duckduckgo.com (2015-07-11)

    Save on Pocket - Read It Later, Inc. - http://getpocket.com/ (2015-11-07)

    3rd party preference panes:

    Adobe Version Cue CS3 (2008-06-22) [Support]

    Flash Player (2016-05-09) [Support]

    Flip4Mac WMV (2011-01-13) [Support]

    Growl (2013-12-20) [Support]

    MacFUSE (2008-12-19) [Support]

    Time Machine:

    Skip system files: No.

    Automatic backup: YES

    Volumes to back up:

    ShiftySeven II: Disc size: 499,25 GB disc used: 442,50 GB

    Destinations:

    Toshiba Time Machine [Local]

    Total size: 999,86 GB

    Total number of backups: 40

    An older backup: 23/04/15, 16:45

    Last backup: 25/07/16, 20:34

    Backup disk size: too small

    Backup size GB 999,86 < (disc 442,50 GB X 3)

    Top of page process CPU:

    11% NotificationCenter

    iTunes 11%

    5% WindowServer

    5% coreaudiod

    3% kernel_task

    Top of page process of memory:

    919 MB kernel_task

    688 MB com.apple.WebKit.WebContent (4)

    Mdworker (13) 238 MB

    Safari of 205 MB

    Mds_stores 156 MB

    Virtual memory information:

    131 MB free RAM

    8.12 used GB RAM (4.05 GB being cached)

    176 MB used Swap

    Diagnostic information:

    July 30, 2016, 18:49:37 ~/Library/Logs/DiagnosticReports/Install_2016-07-30-184937_[redacted].crash

    com.adobe.Install - Applications/Utilities/Adobe Creative Cloud / * / Creative Installer.app/Contents/MacOS/Install Cloud

    July 27, 2016, 16:21:32 /Library/Logs/DiagnosticReports/Kernel_2016-07-27-162132_[redacted].panic [details]

    July 27, 2016, 16:18:59 /Library/Logs/DiagnosticReports/Kernel_2016-07-27-161859_[redacted].panic [details]

    Uninstall Avast. It's a worthless scam that don't do anything useful. The only thing it does is a lot more then what it claims, that he you will protect from.

  • Live Mail will not receive any emails with slideshows

    Howdy

    My new computer with windows 8 and Live Mail will not receive emails with slideshows or many photos attached.

    While my old laptop with windows 7 Live Mail will receive these same emails.

    Any ideas?

    Larry has soon

    I would ask uninstall you Windows live mail and then install it back and see if it helps to overcome the problem.

    In addition, check this:
    http://answers.Microsoft.com/en-us/w...b14b21f?auth=1

  • I need help with the Sunbird calendar, how do I transfer it to another computer to my iphone?

    I installed Sunbird in a computer and my calendar has all my info, events and task that I would like to see on another computer I just download Sunbird in. Also, is it possible that I can access Sunbird on my iphone?
    Thank you in advance,

    Try the forum here - http://forums.mozillazine.org/viewforum.php?f=46 - for help with Sunbird, this forum is for the support of Firefox.

  • Need help with installation on Photosmart C7280 all-in-one

    I had my printer is installed and has been using the printer for 3 wireless laptops in my house.  Now, I can't even find my backup drive, so I have need help with downloading the software to use my printer and also get to use wireless.   I don't know what happened, but the fax for this printer is listed, but not the printer itself.   Help, please!

    Click here to download the software for your printer:

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?product=3204785 & LC = on & CC = US & DLC = in & lang = to & CC = US

    has chosen the appropriate operating system that corresponds to your computer and download the full software features.

  • Help with If formula writing

    Hypothetical, if cell A2 is less than cell B2 and then cell A36 = 5, if cell A2 is more than cell B2 and then cell A36 =-5. If cell A3 is cell B3 below then cell A36 = 5, if cell A3 is cell B3 and cell A36 =-5. And then for the A36 cell permanently keep a total.  Can anyone help with a formula for something like that?

    You can do something like this:

    C2 = 5 × IF (A2, B2, 1, IF (A2 > B2, −1, 0))

    It's abbreviation dethrone select cell C2, then type (or copy and paste it here) the formula:

    = 5 * IF (A2, B2, 1, IF (A2 > B2, −1, 0))

    Select the cell S2, copy

    Select cells C2 through C35, dough

    C36 = SUM (C2:C35)

    < B > - 5

    A > B->-5

    A=B                 -> 0

  • I need help with an installation failure to interpret and troubleshoot a Setup log.

    Background: A few years ago, many editors of cinema used Final Cut Pro 6 (also contained in Final Cut Studio 2) for their editing projects.  Shared Apple Final Cut X uses a different format that is not compatible with FCP6.  Sometimes, these editors are called to work on a few historical projects that have been published in FCP6 and need this version to run now.

    Starting with OS X Lion, FCP6 would install not in Lion and thereafter.

    According research by Jeremy Johnston as noted on his blog, he discovered that Apple has inserted a file in the folder CoreServices in the Library folder of the system folder that causes versions the version Final Cut Pro X (and other older Apple programs in the same situation) do not settle.  He suggested changes to this file that would seek to prevent interfering with the installation of FCP6 in Lion, many users of final cut PRO 6 were successful in their efforts to install in Lion and work with it.

    Later in a discussion update on installing FCP6 in Mavericks, HawaiianHippie determined that the simplest way to perform the installation of FCP6 was simply copy this file and remove it from the system folder, install FCP6 and then restore the copied file:

    https://discussions.Apple.com/message/26309669#26309669

    I used this method with success to install FCS2 in Yosemite:

    [click on images to enlarge]

    However, in my attempts to install FCS2 in El Capitan, it fails in the last 5% to install the first DVD:

    First of all, I need advice on how to display an extremely large Setup log in this thread (on MacRumors, it is a method to insert a 'code' in a small box that can be the object of a scrollbar if necessary to read all along).  I am unable to find such a method to post here.

    Then once approved, I need help to determine which component is causing the installation to fail and perhaps this element can be omitted from the installation:

    If this element is not required, then maybe FCP6 can be installed successfully without it.  And if that omitted element is necessary, perhaps a manual method to install it can be determined by pacifists.

    It is my goal to help those who need to install and use FCP6 on their new Macs running El Capitan.

    Here is the post on MacRumors with pre-installed Setup log:

    http://forums.MacRumors.com/threads/i-need-help-with-an-installation-failure-to-interpret-and-troubleshoot-an-Installer-log.1954786/#post-22541389

  • Need help with network home using Airport extreme

    I need help with my home network.  I'm not very aware when it comes to all things network.  Here's how my network is currently set up.

    Cable modem to Airport Extreme for Gigabit Switch.  Cables come out of the switch to all areas of the House.  I have 2 other extreme airport connected in other rooms of the House directly on the wall that dates back to the switch.  I hope I am explaining that properly.

    My problem is that this seems to have caused some of my connections cable does not work.  When everything is configured, it has worked well.  All connections in the House worked.  Then we have disconnected one of the extreme airport and moved to another location in the House to have the best wifi coverage.  Since that time, a lot of the ethernet wall plugs are not working.  For example, when I plug in my Macbook Pro in making ethernet in my kitchen, it says connected but it has an assigned ip address and cannot connect to the internet.

    Any help you can provide would be great.

    I would like to get the return tech to help you to...

    But it is likely that something (or someone) has tampered with the settings.

    The layout is fine... but you can cause problems with the network by creating a loop.

    This can happen because the AE you moved is connected wrongly... somewhere in the network it is connected to the switch again.

    Or AE is set to expand wireless... It's FAKE... It will loop the network on the back main EI wireless.

    Unplug the two AE you have that function as extensions...

    Turning off everything else... then it works again...

    Do it in this order.

    Modem... Wait 2 min

    AE... Wait 2 min

    Switch.

    Now check that the network is working properly... power of customers in various locations and make sure everything is good.

    If so, then manually reset the two AE of factory and redo their installation.

  • EliteBook 8730w: need help with reset password BIOS HP Elitebook 8730w

    Dear community, I have a HP Elitebook 8730w and I forgot the BIOS password. I tried everything I could remember, I slept several days above to remind him, but I'm lost. I contacted HP support and they said that they would not help with a file of type smc.bin (which has been mentioned in many forums). No idea how to fix? I need to change the HARD disk but do not dare to do so that I can not configure the new HDD or SSD in BIOS.

    Help would be appraciated. I do not directly post P/N and S/N, due to privacy regulations in this forum. But if anyone can help me, please send a message and I'll post all the necessary details.

    I am a student and have small budget so I was willingly using this Elitebook old but fine. But now I'm really in trouble.

    @cecilia78

    Download these files.

    https://www.dropbox.com/sh/zu4kdgxm052l87d/AAAMi-k fX4AVH8oTCbsOM4X9a? DL = 0

    Insert a clean USB flash drive.

    Then run USB Image tool.

    Choose the flash drive, and then click RESTORE.

    Remove the flash drive after the restore.

    Insert a locked in a portable flash drive and boot. "If the HARD drive is installed remove before start".

    At C:\OUTPUT, type CD...   "And then press ENTER.

    HPBR of type "and then press ENTER.

    First thing is to save your settings.

    Select 3 # re-program.

    Press "S" to save the system information.

    Type HPBR and press ENTER.

    Select 'of FIRST BROADCAST.

    Then select the model.

    After the restart to repeat, same as above but this time SELECT 'SECOND RUN.

    Some instructions here. "If you can't boot from USB there are instructions for making a bootable HARD drive."

    http://mazzifsoftware.blogspot.com/2014/01/HP-BIOS-d ebloquer-for - dos.html

    More details here.

    http://forums.mydigitallife.info/threads/49497-HP-Probook-Elitebook-BIOS-password-reset-utility

    REO

    I must inform you that these services are not endorsed by HP, and that HP is not responsible for any damages that may occur to your system using these services. Please be aware that you do so at your own risk.

  • Need help with the launching track pack for forza code 4

    Bought new Forza 4 and the lancer Track Pack code does not work, how do I get a code that is generated in the form I've already paid for it. Rank of loads of numbers and sent 10 s of emails but cant seem to get help.

    This is the help I get when the cat to an Ambassador xbox on xbox.com

    Terry wrote:
    Need help with the launching track pack for forza code 4
    The Xbox Ambassador says:
    Location of Ambassador of the community...
    The Xbox Ambassador says:
    Location of Ambassador of the community...
    The Xbox Ambassador says:
    Your question will be answered by an Ambassador of the Xbox. You have been connected to the Ambassador as a user Xbox [3]
    The Xbox Ambassador says:
    Hello
    Terry wrote:
    Hello
    The Xbox Ambassador says:
    Hey
    Terry wrote:
    just to be on the phone to xbox live support and was told to come here
    The Xbox Ambassador says:
    ok\
    The Xbox Ambassador says:
    What is your problem?
    Terry wrote:
    I bought the 4 for forza ansd 360 new sealed Christmas...
    Terry wrote:
    has got 2 codes that accompanies the game but the pack track code does not work
    The Xbox Ambassador says:
    Wow good
    Terry wrote:
    whenever I put in the code it says code redeemed
    The Xbox Ambassador says:
    I think the code is used. You must return to the retailer
    Terry wrote:
    I tried to, but since I already opened the case they will not accept
    The Xbox Ambassador says:
    Oh. No,
    Terry wrote:
    the code had been used or defective as I am the only person who has touched the game once opened, tried to enter the code when it is open
    The Xbox Ambassador says:
    Maybe it was auto bought?
    Terry wrote:
    so, how do I get another code generated track Pack if defective?
    The Xbox Ambassador says:
    I do not know.
    Terry wrote:
    bought the game new, so I get the track pack
    The Xbox Ambassador says:
    Oh. It's bad.
    The Xbox Ambassador says:
    I think that if you Exchange 1 code it will buy it
    Terry wrote:
    car pack code worked, starter pack did not work
    The Xbox Ambassador says:
    Oh.
    The Xbox Ambassador says:
    It's a bad
    The Xbox Ambassador says:
    BTW you have an evolution of the tests?
    Terry wrote:
    Yes, I want to? but more anxious to get a code object generated for this pack
    The Xbox Ambassador says:
    Hey if I help can u give me this game too?
    Terry wrote:
    ?????????????????
    Terry wrote:
    So is it possible to get a code for that time?
    The Xbox Ambassador says:
    Hey
    The Xbox Ambassador says:
    Yes.
    The Xbox Ambassador says:
    you need to contact them
    The Xbox Ambassador says:
    and tell them that the code is used.
    Terry wrote:
    I was told to come here? where can I go to get the code?

    Hi Terryg76,

    ·         What version of the operating system is installed on the computer?

    I suggest you to contact the game manufacturer for more help and information.

Maybe you are looking for

  • Get references from control and indicator of individual table

    Hi all Goal: How to get the references and control indicators in two different tables? What I have tried: using the reference pane I had controls, but includes indicator references. If sombody comes out on this, would be great. Thank you.

  • Trying to connect locally to W2012 R2

    Hello First time post here :) My question is related to W2012, R2. I'm trying to MOP him. When I use hostname\username I can not connect. Hostname is the name of the server W2012. I received: the requested session access is denied. When I use the. \U

  • CM1312 not FOUND USB installation problem!

    The Networkprinter installer not detect USB! New Windows 7 x 64 on a "Zotac CI320" My USB camera have the same problem, I patched the Autorun.inf to install the driver (disable USB check). MinUsbReady = 1 removes the Message "USB driver", but there 2

  • setWallpaper base64?

    Trying to put a background with an image as Base64. Doesn't seem to work has anyone got this working? Or know of a reason why it wouldn't?

  • ACS 5.1 and several areas of AD

    Guys I have ACS 5.1 running on a VM Instance.  I was able to add the ACS server to my AD domain and it's working properly.  However I have other users in another domain I want to use the ACS server to connect to devices.  Is there any way to connect