Slideshow movie has stopped loading all images and stalls

I made a basic slideshow that loads and plays photos with comments from an xml file.  I've just uploaded some new photo's and edited the xml to include them but now flash stops while loading the series of photo's and just stalls.  Removing the files from the xml does not work either and now I have no movie.  Tried various was of uploading etc and nothing works, the movie runs fine in testing locally.  It's extremly anoying as it was designed to be very simple to update with new images via the xml.
attached are all the relevant files

Not sure but I think preloaded.  I have waited it stops halfway through. Take a look here www.nathanielmcmahon.com.
here is the actionscript
import mx.transitions.Tween;
import mx.transitions.easing.*;
var _this = this;
var blend:String = 'noBlend'; // disolve, fadeInFadeOut, noBlend
var slideShowWidth:Number;
var slideShowHeight:Number;
var slides:Array = [];
var speed:Number = 1;
var slideContainer:MovieClip;
var myShowXML = new XML();
myShowXML.ignoreWhite = true;
myShowXML.load("slideshow.xml");
myShowXML.onLoad = function(success:Boolean) {
    if(success){
        _this.slideShowWidth = this.firstChild.attributes.width;
        _this.slideShowHeight = this.firstChild.attributes.height;
        _this.speed = this.firstChild.attributes.speed;
        _this.blend = this.firstChild.attributes.blendMode;
        for(var i:Number = 0; i < this.firstChild.childNodes.length; ++i ){
            var data:Array = [];
            data.url = this.firstChild.childNodes[i].attributes.url;
            data.title = this.firstChild.childNodes[i].attributes.title;
            slides.push(data);
        createContainer();
        loadImage(0);
    else{
        trace('ERROR (could not load slideshow.xml)');
function createContainer() {
    _this.slideContainer = _this.createEmptyMovieClip("slideContainer", _this.getNextHighestDepth());
    _this.slideContainer._x =215;
    _this.slideContainer._y = 0;
function loadImage(loadCounter) {
    var loader:MovieClipLoader = new MovieClipLoader();
    var listener = new Object();
    loader.addListener(listener);
    loadCounter = undefined == loadCounter
        ? 0
        : loadCounter;
    _root.myClips_array = [];
    listener.onLoadProgress = function(target) {
        _this.preloader.textfield.text = "Loading.. "+(loadCounter+1)+"/"+slides.length+" Completed";
    listener.onLoadComplete = function(target:MovieClip) {
        target._alpha = 0;
        _this.slides[loadCounter].mc = target;
        if(++loadCounter < _this.slides.length){
            loadImage(loadCounter);
        else{
            _this.preloader._visible = false;
            moveSlide(0);
    //trace('load: ' +_this.slides[loadCounter].url);
    var mc = _this.slideContainer.createEmptyMovieClip(loadCounter, _this.slideContainer.getNextHighestDepth());
    loader.loadClip(slides[loadCounter].url, mc);
function moveSlide(slideCounter) {
    trace('slideCounter: ' +slideCounter+ ' blendMode: ' +blend);
    //debug.text += slideCounter+ ' - ' + slides[slideCounter].url +'\n';
    slideCounter = slideCounter < slides.length
        ? slideCounter
        : 0;
    var slide:MovieClip = slides[slideCounter].mc;
    var title:String = slides[slideCounter].title;
    var textfield = getTitleText();
    textfield.htmlText = slides[slideCounter].title;
    textfield._y = Stage.height -textfield._height - 5;
    //trace(textfield._height);
    if('noBlend' == blend){
        slide._alpha = 100;
    else if('fadeInFadeOut' == blend){
        new Tween(slide, "_alpha", Strong.easeOut, 0, 100, 1, true);
    else if('disolve' == blend){
        new Tween(slide, "_alpha", Strong.easeOut, 0, 100, 3, true);
    doLater(this.speed, function(){
        if('noBlend' == _this.blend){
            slide._alpha = 0;
        else if('fadeInFadeOut' ==  _this.blend){
            var fadeOut:Tween = new Tween(slide, "_alpha", Strong.easeOut, 100, 0, 1, true);
            doLater(0.5, function(){
                _this.moveSlide(++slideCounter);
            fadeOut.onMotionFinished = function(){
                //_this.moveSlide(++slideCounter);
            return;
        else if('disolve' ==  _this.blend){
            new Tween(slide, "_alpha", Strong.easeOut, 100, 0, 5, true);
        moveSlide(++slideCounter);
function doLater(time:Number, delegate:Function):Number {
    var intervalId:Number;
    var _delegate:Function = function() {
        clearInterval(intervalId);
        delegate();
    intervalId = setInterval(
        _delegate,
        time * 1000
    return intervalId;
function getTitleText():TextField {
    if(this['titleTextfield']){
        return this['titleTextfield'];
    var titleTextfield:TextField = createTextField ("titleTextfield",_root.getNextHighestDepth (),15,0,180,100);
    titleTextfield.autoSize = "left";
    titleTextfield.wordWrap = true;
    //titleTextfieldt.htmlText = "<a href='http://www.myspace.com/thomasjack'target='_blank'><font color=\"#a17d4f\">MySpace page</font></a>";
    titleTextfield.html = true;
    var tf:TextFormat = new TextFormat();
    tf.font = 'Arial';
    tf.align = 'left';
    tf.size = 10;
    tf.color = 0x999999;
    titleTextfield.setNewTextFormat(tf);
    return titleTextfield;

Similar Messages

  • Slideshow page appears to load all images at once making it very slow. Is it possible to force it to load just the required items for the immediate page / slide

    Hi Everyone
    First post and a Muse / Web Noob.
    Im building my personal website with muse ( CC and now CC 2014 ) , its quite simple with slideshows embedded inside each other and is just 4 pages in total.
    My two slideshow pages appears to load all images at once making it very slow ( plus 20 secs on my system ). Is it possible to force it to load just the required items for the immediate page / slide. It would be so much faster and would work much better in this particular situation.
    Ive built all the images and icons at the correct size so optimisation shouldn't be an issue. The whole site is only about 42mb.
    www.paradoks.co.uk
    Many thanks
    Deck

    Oh well the problem seems to have fixed itself. It seems it was either a Java or Tumblr problem because the same thing happened when I installed Chrome. It is a lot more stable now and no more crashes yay.

  • Safari stopped loading all images!

    Safari stopped loading all images! Do I have to reinstall or is there a better fix for this?

    Yep.  Don't know how programs get the nerve to bug-out on their own, but surfing through the forums gave me the inkling to look further.  I had to post the no-brainer since it seemed so painfully obvious!

  • My rented movie has stopped before the end and will not resume

    HElp
    i just rented a movie and it has stopped playing 20 minutes in and will not resume

     iTunes: How to resume interrupted iTunes Store downloads
              http://support.apple.com/kb/HT1725
    If it's a purchased movie, then just redownload it from the cloud (if not a rental)
     Downloading past purchases from the App Store, iBookstore, and iTunes Store
              http://support.apple.com/kb/HT2519

  • Safari not loading all images and being weird

    When I logged on to Apple Discussions toady, I noticed that safari changed around the font and size of the websites I look at. At first, the text was huge, so I made it smaller (in the View menu), and then it became really small. Also, a lot of the images on web pages aren't loading (for instance, in my tool menu thingy on the right of this page, the icons for preferences, posts, and subscriptions wasn't loaded. They were replaced with blue boxes and white question marks. I can live with the issue, but it's annoying. Any suggestions? Thanks in advance.
    -Michael
    BTW - I have tried reseting Safari - no luck

    But Firefox, Camino, Omni Web and Opera do without contesting.
    One great thing about OS X is that there are several excellent browsers and there is no need to necessarily stay with Safari. I actually have 7 or 8 browsers installed, although I mostly use them for checking how pages are rendered, I also switch back and forth between them to learn their strengths and weaknesses and for a change of pace. I use Firefox and OmniWeb alot in addition to Safari. I like the way you can add functionality to Firefox using extensions. I like OmniWeb for doing research because of the way it handles tabs in its sidebar. Opera is also good and it is now free.
    So, don't feel that you have to use Apple's browser. Use the one that you like the best or works the best for you.

  • HT3775 For some reason my QuickTime player has stopped playing all my .avi movies, I can't seem to upgrade and it doesn't offer any solutions except that it may need additional software but not what or where to obtain it from? Help most of my movie are in

    For some reason my QuickTime player has stopped playing all my .avi movies, I can't seem to upgrade and it doesn't offer any solutions except that it may need additional software but not what or where to obtain it from? Help most of my movie are in .avi!!

    Google 'Perian' and 'Flip4Mac' — these are the extensions that will make QT play other file formats.
    However, a simpler solution is just to abandon QT in favour of the free, open-source player VLC, which plays just about everything natively without further downloads.
    Download the free VLC Player from here:
    http://www.videolan.org
    Plays just about everything, including avi & mpg, without add ons.

  • Safari has stopped loading images

    Ok so I seriously need some help quickly here, I've been on my laptop all day and it's been fine but since about an hour ago (although I didn't know the extent of it until just now after trying a few different webpages) Safari has just stopped loading any images whatsoever. I thought it may have just been a Youtube glitch, where I first saw it, when the thumbnails weren't loading but the videos were working fine but now I've noticed that no webpage is loading any images at all, no logos, no photos, no buttons in some cases which must be clickable images I guess. I've tried the good old 'quit and reopen it and hope it's fixed itself' method and tried restarting my entire Macbook (a mid-2011 Macbook Air if it makes any difference) but neither has fixed it. Has something been disabled/enabled somehow that I'm not aware of or what?
    To note too I also updated Safari yesterday to 6.1.5, along with iTunes and some security settings too I think when the system update popped up if that may have effected it somehow although it's been working fine all day up until now. I seriously need some help asap!

    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If nothing above helped, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • Reader XI has suddenly stopped loading any images in pdf's.  Any idea why?

    Reader XI has suddenly stopped loading any images in pdf's.  Any idea why?

    I tried to got to edit to follow the suggestion of ~graffiti I found that the "Show Large Images" was already checked.  I since have found that if I download the .pdf file and then open the download everything appears as it should.  Previously, when I clicked on the emailed .pdf file it would automatically open without having to download the file.  I'm not sure why it is requiring the extra steps of downloading the and then opening the downloaded file before the images with appear.  Any ideas why the extra steps are now required?

  • My pages has stopped letting me drag and drop images

    my pages has stopped letting me drag and drop images, into the template

    Just the one template or all templates?
    Can you drag and drop an image anywhere on the page?
    When you have a problem try and isolate it.
    Not all images are placeholders.
    Also if you get oddball things happening sometimes a simple restart of your computer will fix them.
    Peter

  • Shared music and movie library stops loading

    The shared iTunes music and movie library stops loading on my ios devices.
    iTunes 11.1.5 is set up for both home sharing and library sharing over my secured home wifi network. Home sharing between the mini that is running iTunes and my old Macbook works without any issues.
    My ios devices can see and will eventually connect to the shared library but connecting is pretty slow unless the ios devices are in the same room with the mini.
    After a few hours my ios connection to the shared music and movie library drops and stops loading halfway when I try to reconnect.
    The ipad is running ios 7.1 and my iPhone is running ios 6.1.3.

    Hi Jay Clay and Hagerty,
    I'm in the same boat.  I'm running iTunes 11.2.2 on a Macbook Pro (running 10.9.3) and iOS 7.1.1 on an iPhone 4s; so running the latest version of software is not the issue.
    The username logs in correctly on all devices and I can actually see the iTunes library available to share on my device.  From "Music" on the phone, I go to "More > Shared" and then select the library that is shared from my Macbook.  So I know that the login information is correct.
    The circular status wheel begins to load and gets halfway around before it stalls and does not resume.  This process happens repeatedly, so it's reproduceable and consistent -- not a one-time issue.
    I've tried restarting both systems, but the same problem ensues.  I've also tried signing out and signing back into Home Sharing on all devices, which did not resolve the issue.  I've read and followed all the recommendations in "Troubleshooting Home Sharing", but these really only offer solutions if you're not able to see the shared library; which is not the issue that I believe Jay Clay, Hagerty and I are having.
    Some thoughts:
    Could it be that the iTunes library is too large?
    Could it be that Home Sharing times out if the library is not loaded in a set amount of time?
    I've attached a screenshot of what I'm seeing on my iPhone, for your reference.
    Also, here is the confirmation page I'm seeing in iTunes, so Home Sharing appears to be working.
    Thanks in advance for your help!

  • Safari has stopped opening certain webpages and says can't connect to server... This started 3 months ago with FB and now randomly with another site... all other sites are fine.. Help?

    Safari has stopped opening certain webpages and says can't connect to server... This started 3 months ago with FB and now randomly with another site... all other sites are fine.. Help?
    I've tried resetting safari, deleting all webpage data and setting time/date to automatic, but no such luck.
    The message that comes up is: "Safari can't establish a secure connection to the server 'Facebook' "
    I'd be genuinely impressed if anyone were to actually work out what was wrong.

    Hi ..
    Might be a cookies, cache, or extensions issue.
    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:  Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If that doesn't help, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • Adobe creative cloud has stopped working, all my individual programmes from adobe open and work fine, but when I try to open adobe cloud it starts to open then says adobe cloud has stopped working, looking for a solution then shuts down, I can not open it

    Adobe creative cloud has stopped working, all my individual programmes from adobe open and work fine, but when I try to open adobe cloud it starts to open then says adobe cloud has stopped working, looking for a solution then shuts down, I can not open it at all.

    Without proper system information and the application logs nobody can tell you much.
    Troubleshoot Creative Cloud download and install issues
    Mylenium

  • HT5055 Just updated to lion and my cctv access has stopped functioning all I get is a white screen in the middle of the control panel where the camera shots should be.  I think it is caused by JAVA but am confused as when i view on snow leopard it works 

    Just updated to lion and my cctv access has stopped functioning all I get is a white screen in the middle of the control panel where the camera shots should be.  I think it is caused by JAVA but am confused as when i view on snow leopard it works  can you help

    Open "Java Preferences" either from spotlight or your utilities folder...it's probably going to say you need to install a java runtime. Then just click install!

  • How do I tell iphoto NOT to load ALL images from camea and iphone, only new images?

    I've bee using my MacBook Pro, iphoto and Nikon for many years. I travel alot and take many pictures, and like to keep them on the memory cards as an extra backup. All was going great on a recent trip, until one day, suddenly, when I plug camera into computer, iphoto opens (as usual) but it starts downloading ALL of the old images on the memory card instead of just the ones that have not already been imported! It takes forever when you are using a 16GB card!! Is this due to some update I installed? How do I tell iphoto not to do this?! I only want to see images not yet imported, as it used to be. I am using OS X 10.6.8 and iphoto '09 - 8.1.2  And, this same thing is happening with my iphone, and my other camera.

    iPhoto does read all images (how else can it know if it has already imported them or not) and then gives your oppertunity to import new, all or selected
    Yes it does take a bit to get all images and see what needs to be imported - I use 32 GB cards - and the other issue is that if you delete impoprted photos next time you use the card the deleted ones will be in the new list so you have to select the rest and import selected - I've found no solution to this
    LN

  • How can i control what images load on my project to save preload time and avoid loading all images, elements, divs not yet visible?

    Sup buddies,
    How can I control what images load on my project to save preload time and avoid loading all images, elements, divs not yet visible?
    As the project grows in size the load time increases. How does one control not loading all images ,divs,elements etc. until they're
    needed on the timeline? For example some sections are off and only become visible when recalled. My projects slowly grow in size so loading
    all images , is counter productive . My other option would be to create separate htmls but that breaks the seamless user experience .
    TY...Over N Out... 

    hello, kiwi
    quote: "Is there an easy way to burn a completed project to DVD, but keep only the (lo res, lo size) previews on my hard drive?"
    yes.
    maybe,...
    1. you might think of making DVD backups first prior to importing the photos into Aperture. "Store Files: In their current location" once in Aperture make low rez Previews, and export finished Project.
    or,
    2. bring in the photographs to hard drive first prior to importing the photos into Aperture. "Store Files: In their current location" once in Aperture make low rez Previews, and export finished Project.
    the low rez Previews will stay in Aperture but the high quality Versions will be exported onto DVDs and gone from the hard drive (if you delete the originals).
    another way would be to export small about 50-70 pixel wide high quality jpegs to a folder on your Desktop and import & keep these in Aperture Library as a reference. make metadata to show where the original Project DVDs are stored and DVD filing system used.
    victor

Maybe you are looking for