Loader Won't Load on All Pages

Hey everyone,
Here is my problem. I am creating a website that has four different pages with two different pages that load pictures into a loader. Right now, everything is loading fine, but when I go to the frames (i.e. other pages of the website) where the loader doesn't exist, and then I go BACK to one of the previous pages, the loader doesn't display anything when I press the buttons. The dynamic text box doesn't load either. I am using two different arrays to load it. Also, I had to put the Actions on the second frame of the whole scene for some reason. Is there some rule about having buttons on one frame load things into a loader that is on another frame?
I hope this makes sense. Thanks.
var myArray: Array = ["D1.jpg","D2.jpg","D3.jpg","D4.jpg","D5.jpg" ]
var desc: Array= ["Description1 ,Description2, Description3, Description4, Description5"]
var myArray2: Array = ["A1.jpg", "A2.jpg"]
var desc2: Array= ["Description1", "Description2"]
btn1.addEventListener (MouseEvent.CLICK, ldr1)
function ldr1(e:Event) {
    my_ldr.source = myArray[0];
    myTxt.text = desc[0]
btn2.addEventListener (MouseEvent.CLICK, ldr2)
function ldr2(e:Event) {
    my_ldr.source = myArray[1];
    myTxt.text = desc[1]
btn3.addEventListener (MouseEvent.CLICK, ldr3)
function ldr3(e:Event) {
    my_ldr.source = myArray[2];
    myTxt.text = desc[2]
btn4.addEventListener (MouseEvent.CLICK, ldr4)
function ldr4(e:Event) {
    my_ldr.source = myArray[3];
    myTxt.text = desc[3]
btn5.addEventListener (MouseEvent.CLICK, ldr5)
function ldr5(e:Event) {
    my_ldr.source = myArray[4];
    myTxt.text = desc[4]
abtn1.addEventListener (MouseEvent.CLICK, aldr1)
function aldr1(e:Event) {
    my_ldr.source = myArray2[0];
    myTxt.text = desc2[0]
abtn2.addEventListener (MouseEvent.CLICK, aldr2)
function aldr2(e:Event) {
    my_ldr.source = myArray2[1];
    myTxt.text = desc2[1]

my_ldr must exist on all frames or, if you navigate to a frame where it doesn't exist, you must create another loader with the "new" constructor.  in the later situation, you'll need to (re)define your button actions too because the new loader will need to before referenced in the button listener functions.  even if you use the same name, my_ldr, you'll probably need to re-define your buttons.

Similar Messages

  • Loader won't load large images

    I have some pretty large PNG images stored in a database (example 1000x15000 px, 4.5MB). I am trying to load this using the Loader class...the problem I am having is when I call load(), nothing happens. No events, no errors.
    I can take the same image and embed it. As long as as I set the height to less than 8000px it works fine. If I convert the same image to a ByteArray, and try to load that byte array nothing happens.
    Any suggestions?
    Thanks

    Hmm, so at this point I am just trying to load the image into memory and not display it. I don't really need to display it at full size. Are you saying that I can't even load the image at all?
    I haven't tried stitching. It seems like a lot of effort and I was hoping I wouldn't have to do that. Additionally, the data is already stored as a single PNG file in the database so I don't know how I am going to break it up. I was hoping since I can display the embedded image at 8000px high I could do the same thing with the ByteArray.
    Flash isn't even throwing an error so I can't even tell the user why the image isn't loading. Since the Loader won't load it I can't determine the image height.

  • Tab shows the loading icon, in the end, all pages are WHITE

    No error prompts, no nothing. Only page(s?) with the www1 thingy at the beginning are able to load without a problem. Everything else, shows it's loading, and ends up with a blank/white screen.
    IE thinks it could be connection problems. Opera says connection closed by remote server, Chrome apparently runs just fine.
    Here's the kicker. Everything works fine in safe mode. BUT i have tried everything, rkilling and swift scans for viruses (both malwarebytes and my $75 kaspersky antivirus crap) now i'm clean of the trojan or whatever it was, but... i still can't use firefox. Only for the www1 pages... x(
    The whole thing reminds me of when i had to get remove "antivirus soft" a while ago, where i couldn't load any page from any browser, except in safe mode... and had to fix the NO PROXY settings. Which i have already done too. but back then i couldn't open any browser/program, here, chrome is working.
    To recap, i can only load www1.
    changed network settings.
    uninstalled and installed new version.
    safe mode ran and scanned computer twice today.
    safe mode lets ff work just fine.
    (tried ALL tips for "ff cannot load websites but others can" article too)
    a pretty much impossible fix if you ask me x(

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    You can create a new profile as a test to check if your current profile is causing the problems.<br />
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting&#58; Make a new profile]]
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins"
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • XML Photo Gallery - Loader won't load :(

    Hi,
    I'm trying to make an XML Photo Gallery type thing. For each
    'Product' it creates a new instance of a MovieClip from the
    library, 'XmlItem' which contains a Loader Component and Dynamic
    Text.
    The Product Title goes into the Dynamic Text perfectly. The
    problem is with the Loader Component. It simply REFUSES to load the
    images. There's an exception. If I deliberately cause a syntax
    error in the Loader Component's code, then the pictures load! What
    the hell?
    Oh, also I'm having trouble with the placement of the XmlItem
    instances... For each of them, what position is _x relative to?
    Thanks very much in advance for any help,
    Tim.
    Code:

    my_ldr must exist on all frames or, if you navigate to a frame where it doesn't exist, you must create another loader with the "new" constructor.  in the later situation, you'll need to (re)define your button actions too because the new loader will need to before referenced in the button listener functions.  even if you use the same name, my_ldr, you'll probably need to re-define your buttons.

  • Property Loader won't Load FileGlobal variable values

    What am I doing wrong here?
    I've Exported three FileGlobal string variables into a tab delimited TEXT file and then cleared out the Values (values="") . The contents of that file is:
    Variable Value
    Variable Value
    FilteredInputValueTag "tag_AI_ENGINEERING_VALUE_FILTERED"
    FullDefaultTag "tag_SYS_FACTORY_DEFAULT"
    OutputValueTag "tag_SYS_OUTPUT_VALUE"
    Variable Value
    If I manually IMPORT the file, it works OK, and tells me that it has imported 3 Variables.
    However, I can't get the values to Import using the Property Loader at Runtime (Context of the FileGlobals remain at blank -""). I DO have the correct Path & Filename set (if I change one charact
    er and it gives me an Error Box.)
    Mike

    Hi Mike,
    I have attached a small TS2.0.1 example which I hope will help you sort your problem.
    Regards
    Ray Farmer
    Regards
    Ray Farmer
    Attachments:
    FileGlobalsExample.seq ‏31 KB
    FileGlobalsExample.txt ‏1 KB

  • I just updated my pages and now it won't load. This is on my iPad. The first version which has the latest version it can have 5.1 or something like that. I am trying to open a document and am worried that if I uninstall and reinstall I will lose all my do

    I just updated my pages and now it won't load. This is on my iPad. The first version which has the latest version it can have 5.1 or something like that. I am trying to open a document and am worried that if I uninstall and reinstall I will lose all my documents

    I just uninstalled it and am waiting for it to reinstall. I sincerely hope that I have not lost everything that I worked on so hard. Now that mobile me is gone, I have not been able to go between devices to transfer things. I was merely trying to take a document I had worked on and open it in pages, but it said my version was too old. When I updated, it wouldn't load. Now I cannot do anything. I hope that the reinstall fixes it without losing everything. Please advise!!! Yes, I am in panic mode.

  • I'm using Windows 8.1 and the browser won't load any web page. I downloaded the latest one from the website. Any help would be great. All other browsers work.

    I'm using Windows 8.1 and the browser won't load any web page. I downloaded the latest one from the website. Any help would be great. All other browsers work.

    Hi curtismoxam,
    Please try these troubleshooting steps: [[Fix problems connecting to websites after updating Firefox]]

  • Firefox won't load any pages at all! I even tried uninstalling and reinstalling the program, but no luck. My IE works, but I much prefer Firefox! Help?

    Early this morning, my firefox was working perfectly fine. Yet this evening, it won't load any web pages - only IE will. (I hate IE, much prefer FF!)
    I tried to uninstall then reinstall firefox, but it didn't help at all. I've tried tons of different sites, but nothing is coming up.
    What do I do?
    == This happened ==
    Every time Firefox opened
    == This morning ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)

    ** FIXED **
    I had this problem where I work but it was fine on my home pc. When Firefox upgraded, it detected a proxy on my work network and started to use it even though my previous settings were set to no proxy.
    Now all my pages load and my 'find updates' for addons work.
    signed,
    Relieved.

  • Firefox won't load web pages all the way, what can I do to fix this

    I have this problem where firefox won't load any webpages all the way and if I try refreshing the page it shows some of the webpage but not the whole thing....and now it won't load any images either. I have tried everything that i could think of and nothing works. I can't watch anything on youtube or go on facebook and google won't work either.

    There seems to be something of a pattern in that those are all secure sites (HTTPS address). Have you noticed any certificate errors recently that you might have solved by adding an exception, or does everything seem normal otherwise?
    Here are the usual things:
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?
    In case one of your extensions is involved, could you test the page in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • Suddenly, Firefox won't load many websites. All I get is a blank page. I tried the fix suggested in knowledge base. Used 3 different virus/malware screens. No viruses, but some adware. Removed those, but it still doesn't work

    Many common websites won't load, all I get is a blank page. I am running Windows Vista. Tried virus scans, got rid of some adware but it still doesn't work. I am now using Google Chrome. I've used Firefox for many years, but this isn't acceptable
    == URL of affected sites ==
    http://www.amazon.com
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4

    Update: This is NOT just related to "Yahoo" pages, while this problem first began with some of my Yahoo pages, it is now also happening with other NON Yahoo things I want to load up. Like Twitter, or Links in emails that load Blank, or even images within emails that show up Blank in the preview part of Yahoo mail. It is NOT a Yahoo issue as I have loaded up my Yahoo Mail in IE and Chrome, and everything loads wonderfully. I can even load up sites like Twitter, and other websites that will NOT load in Firefox, but they come up fine in other Browsers.
    I have done the ONLY suggestion that came from Firefox Tech support, to load up FF in Safe Mode, but the problems still exists. I have uninstalled FF and re-loaded it, but the same problem is there.
    Does anyone have any ideas here at all? I can't seem to get any Fire Fox help, so I am reaching out to the community here to see if anyone can help.... Thank you !!

  • WRT54G Wireless Setup page won't load and other issues.

    Well I have had quite the mess the last 24 hours. I'll start from the beginning and attempt to spell out the issues I am having. I have had this router for 4 years or so and have never had a problem.
    I recently purchased a PS3 and started using the wireless feature that it offeres. Well I was having problems staying connected and was running in to IP address conflicts with my laptop. So I thought I would cure that by moving the router to the ps3 and using a wired connection for its internet. So that is what I did and that is when the problems started snowballing!!  After I got the router moved and everything set up, all seemed well at first.
    Shortly thereafter I realized I was still getting IP conflicts. So i did some research and saw where I could dedicate an address for the ps3 and also change some of the wireless settings on the router homepage. I previously had never password protected my network. I'm in a rural area and there aren't many people around that would be trying to get on it. But I figured since I was there I would rename the network and password protect it and all of that. Well that didn't help either. I was still having problems.
    I then did all of the resets. Online, on the unit and also a power cycle. So I was back to square one with the settings at this point. So today I noticed that my connection would go from its norm of 54mbps down to1 and then lose connection. I did the resets and restarts and all of that, to no avail. Then it got to the point where it wouldn't connect at all. I checked the actual connection by connecting my computer directly to the modem and it worked flawlessly. So I know it is a router problem. I also tried using 2 seperate laptops and they both responded the same.
    I think part of the issue I had then was that the modem and router were on my entertainment center and weren't very high and were in a shelf. Also, my surround sound receiver does use a wireless connection to 2 of its speakers. I didn't know the proper placement of a router until I had this problem. Now that it is back in its previous location the connection seems to be normal, although once in the last hour I did drop down to 1mbps and have to disconnect and reconnect. But it hasn't happened again so far.
    However, I am unable to access the wireless page on the router setup page. I did yesterday but it won't load today. On either computer. So I am unable to change the name of my network or assign a password or change any other wireless setting. And again, I've tried every reset method and it still don't work.
    Also, does anyone have any advice on the conflicting IP addresses with the ps3? They sent me an email stating that it may be a port or firewall issue? After doing some online research it seems this particualr router has had a lot of problems getting along with the ps3.
    I hope I haven't put in too much information but I was just trying to make sure I had any questions I could think of answered ahead of time. I've tried about every avenue I could already. I tried the chat help and was told I didn't qualify and was sent to the phone assistance who after a half hour realized I didn't qualify for that help either. So, here I am!!! Thanks ahead of time!

    Make sure that there is no static IP address on any of your computer. You can assign a static IP address on Play station.
    Connect the computer to the router with the Ethernet cable.
    Download t he latest firmware from Linksys website and save it on your computer.
    Open the setup page of the router. Go to Administration tab and click on Firmware upgrade sub tab. Browse the firmware file that you have already downloaded and upgrade it on your router.
    After upgrading the firmware on your router, it is recommended that you should reset the router and reconfigure it. Press and hold the reset button on the router for 30 seconds. Release the reset button and wait for 30 seconds. Power cycle the router and reconfigure it.
    Change the MTU size on the router to 1365.
    Go to Wireless tab and change the wireless network name and channel to 11. Also change the wireless security settings.

  • When I click on a link that opens up automatically in a new window (ie internet banking), it will not load at all.Page remains blank.

    Links that open in new windows do not load. The page remains blank. I have downloaded other web browsers and these pages all work with these browsers. I have been using firefox for years and this has only started happening in the last month or so. Is there an update that can fix this? I have also uninstalled and then reinstalled firefox and still the same thing.
    There are no error messages, just a picture of a white sheet of paper in the top left hand corner with the writing "search book marks and history". New tabs are working, it's just the new windows that won't load.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Can't load website with .jsp - get blank page?  Doesn't happen all the time

    When I try to open American Eagle Outfitters website, I get a blank page and it will not open. The site is ending in index.jsp. I have 3 computers and it does it sporatically on all 3. ie. 1 may open the website, 2 won't or 2 might open website and 1 won't or none of the 3 will open. I know this has to be something simple but it has been doing this for about 3 months and it is driving me nuts because I can't get on there to pay my bill or even shop! Help!!
    Thanks

    I'm having the exact same problem! I've been using the website a lot recently, and then just about a week ago the website just wouldn't load. The page would go white and would say "Done" at the bottom of the screen. I tried googling the website to try and go in through there, and I can only seem to enter the site through "Find a Store Near You". Only this page seems to work, and whenever I click on "Women" or "Clearance" or "WishList" or anything else the page just goes white again and won't load. I've googled "websites won't load" and I've tried all the suggested steps and nothing seems to be working. I order off AE all the time and was ready to place an order, which I now can't do because I can't even sign in to the website.
    If you figure out how to fix it, email me at [email protected]

  • Safari won't load pages from search results

    Weird problem.  Using Safari 8.0.3, I do a search using www.google.com or just search in the address bar.  Google returns the results, no problem.  However, if I try to follow a link by clicking on it, Safari will seemingly try to load it for a while, then I'll get a failed to open page error with Safari saying it can't open the page because the server unexpectedly dropped the connection.  It can be reliable sites like amazon or yelp or others.   If I try the exact same thing in Chrome, no issues.
    Anyone seen anything like this?  Frustrating as I'm going to have to stop using Safari until I get this figured out.  Btw, I don't have any traces of a virus or anything as I don't have ads popping up or anything like that.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • My phone (ZTE Savvy) won't load certain pages. Why? And how do i fix it?

    So the website worked for a little bit just fine. (www.quotev.com) now it won't load the page at all. I've tried EVERYTHING. I've taken out the battery, cleared the history, tried different browsers, shut the data off and turned it back on, shut down and started back up, moved to a different state (Though that was because of something else) and nothing works. It has to be connected to a source of wifi. Help?

    What is the error that you receive when it does not load?
    Does this happen on multiple wifi connections?
    If it is a timeout issue you can change the amount of time Firefox takes to timeout on a connection. However this will not change the timeout time for the server that it is trying to connect to.
    #Open about:config
    #search for timeout and change dom.min_background_timeout_value to a larger number.
    Otherwise, please provide the error that you get to better support this issue :-)

Maybe you are looking for