Movie Artwork loads slowly/incompletely

I have the aTV 3 since release.  Originally movie artwork for local content was always displayed.  Now, it does not populate until I select the movie (it just shows the movie ticket icon).  This makes looking through the movies very slow as you have to wait for each movie artwork to repopulate.  Once repopulated most seem to stay there, but if I go through the whole movie list (300+ movies) and I go back to the beginning, the first ones have lost their art again.  It's seems like the buffer can only hold "X" amount of movie coverarts.  Is this possibly something to do with the latest FW, as I did not notice this early on?  Everything is streamed wifi using TC wireless n, 2.4GHz.
If I go away for a week and start the aTV all movie coverart has disappeared and has to be repopulated, even though iTunes, wifi, aTV have not been turned off.  Also, the coverflow movie artwork on the left side of the screen seems to work just fine (all artwork present).  So does it get it's artwork differently?

I too find that movie icons/artwork does not properly repopulate. I believe that there is a memory caching error in the apple software.  When I unplug the apple tv and re-plug it back in, the artwork repopulates.  Then, after a period of time, the same problem recurs.  This is definitely an apple issue.

Similar Messages

  • Flash component loads slowly or renders slowly

    Hi,
    Does anyone have a problem with flash 8 components loading
    very slowly. I have a mainmovie page that loads other .swf files
    into a movieclip. The sub movie has got flash 8 components,
    basically, 4 buttons, 4 datefields, one combo box, one menu bar and
    one datagrid. When i load the sub movie into the mainmovie, the
    components flashes for a second and then shows the components. I
    use a moviecliploader as well to hide the loaded movie and only
    after it's loaded then show the loaded movie, still the components
    flash.
    Any ideas as i have been trying to solve this for about 5
    hours now. Any help much appreciated.
    Thanks

    Hi clbeech,
    Thanks for replying. Nope, i am not using
    getNextHighestDepth() anywhere in my classes or on the timeline.
    What i have done is use an empty movieclip, named it dropzone, and
    when a menu item is clicked, an external movie loads into that
    movieclip. The external movie is loaded using the moviecliploader
    class.
    Here's the code from the class that might possibly help...
    //The helpful Delegate for UI component event listeners
    import mx.utils.Delegate;
    class loadCenterApps extends MovieClip
    public var menubarObject : Object;
    private var mclListener : Object;
    private var menu;
    private var imageLoader : MovieClipLoader;
    public var root : MovieClip
    // constructor function
    public function loadCenterApps (root : MovieClip)
    this.root = root;
    mclListener = new Object ();
    imageLoader = new MovieClipLoader ();
    mclListener.onLoadProgress = Delegate.create (this,
    this.onMclListenerProgress);
    mclListener.onLoadInit = Delegate.create (this,
    this.onMclListenerInit);
    imageLoader.addListener (mclListener);
    init (root.my_mb);
    private function init (menubarObject)
    root.my_mb = menubarObject;
    menu = root.my_mb.addMenu ("File");
    menu.addMenuItem (
    label : "Save", data : "saveReport.swf"
    menu.addMenuItem (
    label : "Cancelled", data : "cancellationReport.swf"
    menu.addMenuItem (
    label : "Other Details", data : "otherReport.swf"
    menu = root.my_mb.addMenu ("User Management");
    menu.addMenuItem (
    label : "Add, Delete and Change Password", data :
    "addUser.swf"
    root.my_mb.addEventListener ('change', Delegate.create
    (this, menuListener));
    public function menuListener (evt_obj : Object)
    destroy ();
    var someRandom = getTimer () + random (1000000000);
    //var toLoadClip = evt_obj.menuItem.attributes.data + "?=" +
    someRandom;
    var toLoadClip = evt_obj.menuItem.attributes.data;
    imageLoader.loadClip (toLoadClip, root.dropzone);
    public function onMclListenerProgress (target : MovieClip,
    bytesLoaded : Number, bytesTotal : Number) : Void
    if(bytesLoaded >= bytesTotal) {
    target._visible = true;
    else root.dropzone._visible = false;
    public function onMclListenerInit (target : MovieClip) :
    Void
    target._visible = true;
    public function destroy () : Void
    imageLoader.unloadClip (root.dropzone);
    /////////////////////////////////

  • IWeb Pages Load Slowly in Browser

    Even since the 1.0 version of iWeb, I noticed that the content rich themes resulted in very slow page loads. So, I decided to choose the most minimalist theme possible -- Modern. Even with the latest version, I still notice that the pages created load quite slowly. Here's a simple page with just a few elements on it:
    http://web.mac.com/resourcesforlife/journal/
    The various layers load at different times, so rather than text appearing on a page, the text appears without a page and then the image layer of the paper shows up later -- kind of ruining the effect of text on a paper.
    Previously, the blog directory (main page) would load at an average speed. Now it seems even slower. There are some kind of white borders being placed around the images and this takes a while to apply. I didn't notice these prior to the 2.0 version of iWeb.
    So, in general, the density of coding on the pages and inefficient design of the pages, seems to cause them to load slowly. This is a similar problem to what I've heard about with people using Microsoft Word to create HTML pages. The code ends up being very complicated and takes a long time for the browser to interpret. So, many people use programs like Dreamweaver to create the cleanest and simplest code possible for their pages allowing them to load quickly.
    Another example of an unnecessarily slow page is my blog archive. It's just text. When it generates, it almost seems like the server is creating the page using a MySQL engine or something like that. One would think that the archive page might be generated into clean HTML at the time of publishing. I looked at the source code, and it isn't pre-generated using basic HTML. It's calling up Java Script routines to generate the page:
    http://web.mac.com/resourcesforlife/journal/writings/Archive.html
    Any thoughts on this topic?

    How weird, but cool! It's too bad iWeb isn't as smart as you are. Since the site generates much of the coding on the fly at the time of publishing to the web, you would think it could think of a smarter way (like the one you've presented) to generate the page image. For example, the text I typed in on the little notepad begins as me typing text. It ultimately ends up as a graphic image created by iWeb when publishing. So, why not just make the entire page a relatively compact JPG image?
    Your suggestion would work great if I wasn't planning on changing the content of my main opening page.
    I noticed if I used the fun handwriting font along with others in the same text box, that the entire text box became hundreds (like 300) different images representing the separate text and links on the page -- super inefficient. So, I ended up using the fun handwriting font in a separate text box that gets converted to an image and then another text box of Arial font text:
    http://web.mac.com/resourcesforlife/journal/topics.html
    So, that works on those pages. But I wanted the main page to look nice. Oh, also, some of the elements on the page are links. The movie tickets link to a certain page, for example. So, I'd need to create hotspots in the jpg image to accommodate for that.
    In any event, I'm still going back to mark this question as solved because I think for most people's situations it would be with the suggestion you made -- use iWeb to design the graphics of a page, and then save it as a JPG.
    I suppose I could also use Pages or Keynote to do the same. Once an entire web page is a JPG image, it doesn't matter how it was created.

  • Blank, white screen: "movie not loaded".

    Forgive the use of emoticons, but I am really annoyed
    about this new update.
    Is everyone else right clicking previously-working Flash
    streams/web content only to find "Movie not loaded" appearing?
    Or is it just me?
    What am I doing wrong - today I went to update Flash as it
    kept nagging at me to do so. Biggest mistake of my life.
    It seemed to install fine; I got the screen with the red F
    icon and the green and white bar moving, then it loaded and I got
    to the page where I was meant to see a confirmation message. But
    nothing, just a blank white space.
    I've tried to reinstall, I've tried SubInACL method with the
    cmd script, I've tried to change ActiveX options as Adobe advised,
    I've right clicked and changed user permissions and I have been
    through the Adobe troubleshooting article.
    Is there another method? I'm tearing my hair out - this
    morning everything worked fine, and now all my internet
    entertainment is not working!
    I'm using Vista Home Basic....if there are any other ideas
    please do post them!

    Did you ever find a solution for this? I am experienceing the
    same issue.

  • Year 2010-2011 MacBook Pro version 10.7.4 issues: freezes up, files are loading slowly and buttons are not responding

    Hello my fellow Apple product user's. My problem has been going on for about a month and half with my laptop locking up, file folders on my desktop loading slowly and my sleep button and other buttons on my dash board not responding. Where to being with my issues that are listed up in my title and my first scene. The first issue has been my file folders are not loading fast like that did before, the issue is that they load in about 10-15 if not a little longer after I log into my laptop desktop. The second issue is that my sleep button does not respond to sleep right away, I have to press it three or four different times after I have logged out of my desktop to make it go to sleep.  The final problem is dealing with my buttons and laptop locking up, when I started an application called runescape after it load to the log in screen and after I came back to log into the game it decide to lock up/ froze on me and durning that time my buttons on my dashboard was not responding, so I decide to command q to quit the application and after that buttons were not reponding to it and I decide to do common and control c to see if it would work and it did and after that everything has been working fine except for the files are loading slowly. Also I had another issue with the laptop sleeping so quick as soon I am using the Internet. There was one other problem that had happen to me just like my description in my first scene, but I do not remember that issue.
    Please no spamming, flaming and being plain rude to me and others. If you can not listen, read, or under stand my warning you will be kicked off from posting on threads buy a froum monitor. Pleas and thank you for posting and helping me out with fixing my problems.

    Hello my fellow Apple product user's. My problem has been going on for about a month and half with my laptop locking up, file folders on my desktop loading slowly and my sleep button and other buttons on my dash board not responding. Where to being with my issues that are listed up in my title and my first scene. The first issue has been my file folders are not loading fast like that did before, the issue is that they load in about 10-15 if not a little longer after I log into my laptop desktop. The second issue is that my sleep button does not respond to sleep right away, I have to press it three or four different times after I have logged out of my desktop to make it go to sleep.  The final problem is dealing with my buttons and laptop locking up, when I started an application called runescape after it load to the log in screen and after I came back to log into the game it decide to lock up/ froze on me and durning that time my buttons on my dashboard was not responding, so I decide to command q to quit the application and after that buttons were not reponding to it and I decide to do common and control c to see if it would work and it did and after that everything has been working fine except for the files are loading slowly. Also I had another issue with the laptop sleeping so quick as soon I am using the Internet. There was one other problem that had happen to me just like my description in my first scene, but I do not remember that issue.
    Please no spamming, flaming and being plain rude to me and others. If you can not listen, read, or under stand my warning you will be kicked off from posting on threads buy a froum monitor. Pleas and thank you for posting and helping me out with fixing my problems.

  • Movie not loaded on Win 7 - 64bit

    Hi all,
    this question is in a similar thread as this:
    http://forums.adobe.com/message/4184624
    However i have been unable to resolve this issue as the previous poster was.
    i have completed 3 separate OS installs of windows 7 (2-64bit installs and 1-32bit install).  However i have been unable to resolve my flash problems.  Here is the details:
    System:
    -AMD x2 athlon
    -Asus m2-a vm motherboard
    -6gb ddr2 ram
    -realtek 1gb nic
    -xfx nvidia 9600gt
    - windows 7
    -IE 8/9 attempted
    -Chrome attempted
    I have so far been unable to get the flash player to load at all.  I have tried to load the offline installer as admin user context, and no luck [when i say load i mean the flash player itself, installation of flash has succeeded everytime without issues as have uninstallations.] .  I have tried older installers with no luck.  i have also tried different browsers.  not one combination has worked.  I've tried clearing settings on the local 32-bit control panel.  However I can't disable the hardware rendering because of the fact it never loads the applet on any of the status pages for me to access.
    At current, i have reloaded windows 7 64-bit and am looking for a more in depth answer to see if any ini files or reg settings exist for setting these to software only rendering.  However I am not entirely convinced that this is the problem.  I think the problem maybe more related to the player specifically not loading the movies or not even properly running the appropriate installed dll`s.
    Before you ask, latest nvidia drivers loaded and flash is enabled in add-ons as many of the others have suggested.  Please help, this has eaten up a week of my mind now.
    Also should note all MS important patches are installed as of 4/8/2012 - and Service Pack 1 is installed on Windows.  I've also just completed installing IE 9 on this fresh build of windows 7 64-bit.  I've also installed Chrome, this morning and it also received the error "movie not loaded".  I'm also using the latest version of 64-bit FLASH (11.x.x.x.x) version that was downloaded this morning. 
    So I'm now at a stopping point.  I cannot use Amazon at all, or Youtube.  It appears to load the plugin on some level as I can see the youtube videobox in black and then when I try to right click, it shows "About Adobe Flash 11.xx.x.x.x" or "Movie not loaded"... Thanks again for any assistance you can provide on this.
    Update:
    After much looking on the forums, I'm now attempting to verify with another functional PC that the actual files are present.  I've found that the following files are present on the working system:
    The system having the problems appears to be missing alot of these files.  The OCX is the only file present.  I'm going to see if I can verify what happened here.  So hopefully this won't recur.  However it looks like there maybe an issue with the installer at this time.  I can't imagine how thougth when I've tried downloading the full offline installation version.

    This computer has two different versions of Flash Player for Internet Explorer and two different versions of Flash Player for other browsers.
    A clean install is recommended: 
    Windows
    Download the current 32 bit uninstaller    Uninstaller for 32 bit Operating Systems
    Close all browser windows and run the uninstaller 
    Restart Windows 
    Delete all remaining files and folders located in the following directories. (tip: copy and paste these paths into the path bar in an Explorer window) 
    C:\Windows\System32\Macromed\Flas 
    %appdata%\Adobe\Flash Player 
    %appdata%\Macromedia\Flash Player
    Verify that the file “FlashPlayerCPLApp.cpl” in C:\Window\system32\ for 32 bit systems has been deleted.
    Download the following installer files:
    32 bit Flash Player for ActiveX (Internet Explorer)
    32 bit Flash Player Plug-in (All other browsers)
    Physically disconnect from the Internet and run the installers.

  • I have a lot of movies on my itunes library,when I sync my ipad2, how can I select which movies to load on the ipad?

    How do I choose which movies to load into my ipad from my itunes library? Seems like everytime I sync, it loads up all the movies I have in my itunes library.

    When connected to your computer's iTunes, select the iPad 'device' on the left-hand side of iTunes, and then on the right-hand side on its films/movies tab just select the films that you want to sync and then click the Sync button at the bottom.

  • I had to have a new hard drive installed.  Now programs load slowly and pinwheel spins a lot.  Any suggestions?, I had to have a new hard drive installed.  Now programs load slowly and pinwheel spins a lot.  Any suggestions?

    I had to have a new hard drive installed.  Now programs load slowly and pinwheel spins a lot.  Any suggestions?, I had to have a new hard drive installed.  Now programs load slowly and pinwheel spins a lot.  Any suggestions?

    It's likely that the new drive isn't working, or it wasn't installed correctly, or you had some other hardware fault rather than a bad drive.

  • Pages not loading / loading slowly / flashing on and off

    MacBook Pro
    OS X 10.5.8
    Safari 5.0.6
    I have had trouble with loading pages on Safari lately on my MacBook Pro. Some take forever to load, and when they do, they load either incomplete, or not at all, leaving a white screen (even when some images appeared, they disappear). I started noticing the problem the worst when I installed an app for an online focus group that I took part in. The app's purpose, I think, was to monitor my browsing, so they could collect data to see where I was shopping for phones, going on social networks, etc. When the app was connected, safari simply did not want to load; when it was off, it worked better. I have de-installed it (I think) using their de-install function. However, the problem has continued even without the app running.
    Another problem that has recently appeared is that some pages (specifically, my gmail) have started to flash on and off at times. At first it happened during the use of the app, but it still occurs even after de-installing the app.
    The only other thing I think might have affected my macbook is that we recently installed a time capsule as our router (I think my husband needed to upgrade our OS on one of the laptops in order to make it work? Not sure, he may just have wanted to upgrade it in order to connect our new iPads.)
    I will say, that my Safari / internet experience has been rather slower than it was when I first got the computer, and has gotten a bit annoying over the last few months - not terrible, but I know it's just not working like it should.
    1) What can I do to alleviate the loading / flashing issue?
    2) Are there any steps I can take to "cleanse" my computer of unneccessary items that may be bogging it down?
    Bonus: What do I need to do before loading a new OS on my current Pro?
    Many thanks for any advice you can contribute!

    Hi ...
    1. Try a Safe Mode boot.
    Startup your Mac in Safe Mode
    A Safe Mode boot takes a longer than a normal boot so be patient.
    Once you are in Safe Mode, click Restart from the Apple () menu.
    Mac OS X: What is Safe Mode?
    2. Reformat (erase) the hard drive. Insert the install disc while holidng down the C key.
    Unfortunately, a reformat will erase everything off the drive back to factory settings but may be the only way to erdicate any left over files associated wih that app.
    Before you do that, you could try searching for anything related to the app using Spotlight >  Mac Basics: Spotlight
    Any software that monitors online activity is bound to have an affect on a browser.

  • SWF movie not loading properly.

    I decided to use a loader method for a flash project. When I load swf files from a folder on my computer into my main movie, it loads just fine. However, when I try to load the same exact swf files from a remote server, the script fails on me giving me an error like this:
    TypeError: Error #1034: Type Coercion failed: cannot convert Com@2f949bc9 to Com.
    . I had imagined that this was due to security domains, so I had tried something like this:
    ldd = new Loader();
                 var ret:URLRequest = new URLRequest(""path"Object.swf");   
                 var lddContent:LoaderContext = new LoaderContext();
                 lddContent.securityDomain = SecurityDomain.currentDomain;
                 lddContent.applicationDomain = ApplicationDomain.currentDomain;
                 ldd.contentLoaderInfo.addEventListener(Event.COMPLETE, completeHandling);
                 ldd.load(ret, lddContent);
                 Object.addChild(ldd);
    All this does is give me this:
    SecurityError: Error #2142: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property. file:
    -although everywhere states it should work.
    I even have makeshift class files for those SWF's on the server with   Security.allowDomain(["*"]);
    in their constructors, and still nothing.
    What in the world am I missing?

    I'm gonna spell this out sweet and golden, because with painstaking effort, I solved this problem.
    1. When importing swf's that you've made from a remote site, and those SWF classes use custom classes, specific calls do not work:
    For example:
    var = classname(event.target(whatever you load)) // a cast like this won't work
    method(var:className) nor will this work....
    Instead:
    Simply use: var = (event.target etc);
    and
    method(var:Object)
    2. Furthermore, if you're testing files on a remote website in your flash API on your computer, please keep in mind that even if you update, change, or delete files on the remote server, flash has a recent history record or those files, much like a browser. Flash will not realize that you've changed those files until you've closed it down and opened it again.
    3. Using remote files in the flash API, SecurityDomains etc are unnecessary. But when using flash player, you must use one of the several methods for Security Sandboxes.
    I used:
    Security.allowDomain(["*"]);
    Thanks to everybody who attempted to help, and I hope this helps others as well.
    and with that....I'm onto my next project.
    See you guys in a couple of weeks!

  • Adobe Flash Player Problem: "Movie Not Loaded"

    new user to mac.
    i'm getting more and more frustrated with this computer.
    what's bugging me the most right now is
    i am unable to view videos on certain websites.
    rather than showing the content,
    a white box appears.
    when i right click on the white box,
    it says "movie not loaded" (in gray) and adobe flash player 9 (in black).
    i can't click on the gray line.
    when i click on the black line, it brings me to the adobe website and tells me adobe flash player 9 has been successfully installed.
    i am fairly sure this has nothing to do with heavy traffic.
    any insights on how to resolve this issue?
    cheers.

    Adobe Flash Player Problem
    http://www.adobeforums.com

  • HT1553 my macbook pro is frozen and does not move from loading screen. Can you help?

    my macbook pro is frozen and does not move from loading screen. Can you help?

    Call Apple Support and schedule a appointment for a hardware check, or take it into a Apple Store.
    We can't help you with that problem.
    Good Luck

  • Movie Not Loaded Error In Firefox

    Good day
    When I try and view a video in Firefox on YouTube or other sites, right clicking the video gives me a "movie not loaded..." error and the video does not load. Examples include videos from You Tube and Digg video.
    My Specs:
    - Firefox version 28.0
    - Flash version 13.0.0.182
    - OS Windows 7
    Particularities:
    - When I change the YouTube link to https, then the You Tube video works (still does not work on Digg)
    - The videos seem to work using Internet Explorer
    - When I disable Flash addon from Firefox, then the video works
    What I have Done:
    - I have reinstalled Firefox
    - I have done a complete uninstall and done a clean install of Fash per the instructions from Adobe site
    - I have cleared the Flash cache/files
    - I have cleared Firefox cache
    - I have changed the Flash settings increasing memory size by right clicking
    - I have restarted Firefox in safe mode
    None of these solutions have worked for me. Any assistance would be greatly appreciated.
    Thank you.

    Did you try a new profile?
    *http://kb.mozillazine.org/Profile_Manager
    Also make sure that your security (anti-virus) software isn't blocking this content or otherwise interfering.
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/

  • Flash movie not loading in IE 8....??

    Hi, ive made a flash site in Flash CS4  .The flash movie doesnt load either on my computer or on web server,  but only in IE 8 ??, in all other browsers(FF,Safari,opera) it works????
    Why does this happen?
    This is the page                       http://www.fragojo-nekretnine.com/
    and the code
    <script language="JavaScript" type="text/javascript">
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
            'width', '1280',
            'height', '650',
            'src', 'index',
            'quality', 'high',
            'pluginspage', 'http://www.adobe.com/go/getflashplayer',
            'align', 'middle',
            'play', 'true',
            'play', 'true',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'window',
            'devicefont', 'false',
            'id', 'index',
            'bgcolor', '#242424',
            'name', 'index',
            'menu', 'true',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', 'index',
            'salign', ''
            ); //end AC code
    </script>
    <noscript>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="1280" height="650" id="index" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="index.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#242424" />    <embed src="index.swf" quality="high" bgcolor="#242424" width="1280" height="650" name="index" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
        </object>
    </noscript>
    </body>
    </html>
    Please help!!!
    Thanks

    www.micca.co.uk/1871productions/showreels.html
    If you try any in IE8, they stop half way and do not give a smooth stream.  I am wondering if I have to stream differently and not via the progressive download stream as I have??!

  • Web pages load slowly using Safari, Firefox, and Chrome.

    Web pages are loading slowly now on my mid-2008 iMac 2.66 Ghz Intel Core 2 Duo. 
    Doesn't seem to matter if I use Safari v5.1.10, Firefox v29.0.1, or Chrome v34.0.1847.131. 
    Problem started about a week ago mostly with YouTube but now I have issues with almost all web pages loading slowly, including this one.

    Try resetting both your Intenet MODEM/Router by unplugging them, waiting 15 to 20 seconds then plugging them back in.

Maybe you are looking for