Flex 1.5 loader problem

Hi previous we wore having some loader problem. Now it is
cleared. but now our problem is,
In our home page, we are having one loader. In to that we
are loading our applicaions by clicking different links. It was
also fine. By clicking But1 we will get app1 in our loader. By
clicking But2 we will get app2 in our loader. Up to now OK. But
when i click the But1 again, we are able to load app1 but the
cursor is not stopping with its clock symbol. This is become a very
big problem for us. Can anybody know how to recover tis. I am
attacing my sample code.
<mx:GridItem horizontalAlign="center"
vScrollPolicy="off">
<mx:Loader id="mainpage_content_loader" width="700"
horizontalAlign="center" showBusyCursor="false" />
</mx:GridItem>
.as file:
function f1()
//getURL("../growthchart/userchart.mxml");
mainpage_content_loader.width="700";
mainpage_content_loader.height="2500";
mainpage_content_loader.contentPath = app1.mxml.swf";
function f2()
mainpage_content_loader.width="700";
mainpage_content_loader.height="500";
mainpage_content_loader.contentPath = "app2.mxml.swf";
function f3()
mainpage_content_loader.width="700";
mainpage_content_loader.height="500";
mainpage_content_loader.contentPath = "app3.mxml.swf";
Thanks

With the free developer's license, all swfs generated by Flex
will expire in 24 hours.
You can put the Flex server (developer's license) on the
network server. It is limited to the first 5 IP addresses that hit
the site until you restart the Flex server.
Tracy

Similar Messages

  • Stop flex application to load after clicking of stop button on browser

    Hi,
    I am running in a problem where i have the flex application, while loading the application in the middle of the application page i want to stop loading the application on clicking of browsers stop button.
    Please help me....
    thanks in advance...

    One technique woudl be to create a new button that the user would interpret as the submit button (I will call this a pseudo submit button). You would make the real submit button invisible (so the user cannot see it or click on it, but it can still be used programmatically). Now on the pseudo submit button put your code to validate your information. If this validation passes then click the real submit button. To do this run this code:
    submitbuttonname.execEvent("click");
    If the validation fails then put a message up. In this technique the real submit cannot be pushed until the validate succeeds.
    Hope this helps.

  • Flat-File Loading problem

    Hi Friends,
    I am struggling with flat-file loading problem. I am trying to load a .csv file into data target. I took all pre-cautions while loading data. I look into preview and simulate the data. Everything is ok, but when i schedule the data, i found 0 records in the monitor. The following is the STATUS message of the above problem:
       No data available
    Diagnosis
    The data request was a full update.
    In this case, the corresponding table in the source system does not
    contain any data.
    System response
    Info IDoc received with status 8.
    Procedure
    Check the data basis in the source system.
             Can anybody help me what is the problem and procdure to resolve it?
    Regards,
    Mahesh

    Hi Eugene,
    Thanks for the quick reply. The following screen-shot tells you the messages of detail tab;
    OVER ALL STATUS MISSING WITH MESSAGES OR WARNINGS
    REQUEST: MISSING MESSAGES
    EXTRACTION
    EVERYTHING IS OK
    DATA REQUEST RECEIVED
    NO DATA AVAILABLE DATA ELECTION ENDED.
    PROCESSING
    NO DATA
               The above message was shown in details tab. Pls guide me to locate the problem.
    Regards,
    Mahesh

  • App keeps loading problem solve

    Anyone with an app still loading problem can get rid of it by going into the app store. tap on "updates"- bottem right corner. tap on purchased where you get a list of your downloads then tap on the cloud with the arrow, enter your pin. hit ok for app over 20mb. go back into the app store and to your purchased list and wait for it to reload. once done come out of the app store and hopefully all the loading apps are gone. hope it works for you.

    I had this same problem when trying to download some training app. I could not delete or get it to upload completely either. Very frustrating. What I did was plug it into my computer, went to Itunes and searched the same app. I was able to download it here and then it starte to sync with my Iphone. You can remove the app after it finishes the download if u want. Hope this works!

  • Loader-Problem mit I.Explorer / FireFox ist OK

    Die Domain "http://woopi.net"
    enthält eine "site", die nur mit Flash generiert wurde.
    Teste ich diese "Site" mit Firefox, dann gibt es keine Probleme, alles OK.
    Teste ich mit dem Internet-Explorer, dann muß dieser erst lernen mit den LoaderKomponenten umzugehen,
    nach dem 2. oder 3. "rollOver" werden dann diese Elemente richtig angezeigt.
    Ziel-Beschreibung:
    beim Aufruf von "woopi.net"  wird auf dem Bildschirm die Bundesrepublik dargestellt.
    Ein Klick auf die BRD öffnet ein Navigationsfeld mit 7 Button.
    Der Klick auf den Button "Alle Banken in Deutschland" öffnet ein Navigationsfeld, in welchem bei einem RollOver
    unten links auf dem Bildschirm ein Bild angezeigt wird, in einer LoaderKomponente.
    Der InternetExplorer zeigt diese Bilder falsch an, erst nach dem 2., ev. nach dem 3. RollOver wird das Bild richtig angezeigt.
    Unten rechts auf dem Bildschirm gibt es den Zugang zu einem weiteren Navigationsfeld, "WebKatalog 2".
    Die Darstellung in diesem Navigationsfenster ist geradezu scheußlich.
    Hinweis:
    auch die Html-Seiten in denen die Flash-Seiten eingebettet sind,  wurden mit Flash-Cs4 generiert.
    Es wurden keine ProgrammErweiterungen verwendet.
    Wer kennt die Problemlösung?
    mfG, Jochen

    danke für die Information:
    "you have incomplete swf embedding code"
    Die Kompelation der html-Datei erfolgt unter Flash automatisch, ich habe leider
    "fast keine" html-Kenntnisse, kann also nur laborieren. Können Sie mir einen Hinweis geben ?
    cue.fla     "wurde kompelliert". Ergebnis:
    cue.swf
    cue.html
    Hier das, was ich vorfand:
    <body bgcolor="#e7e7e7">
    <!--Im Film verwendete URLs-->
    <a href="./cue/queue2.swf"></a>
    <a href="./cue/queue3.swf"></a>
    <a href="javascript: end("document.cue");"></a>
    <a href="http://www.basiszins.de"></a>
    <a href="http://www.onvista.de"></a>
    <!--Im Film verwendeter Text-->
    <!-- saved from url=(0013)about:internet -->
    <script language="JavaScript" type="text/javascript">
        AC_FL_RunContent(
    Es müßte vielleicht so aussehen:
    <body bgcolor="#e7e7e7">
    <!--Im Film verwendete URLs-->
    <a href="./cue/queue1.swf"></a>     //das Script in  cue.swf:   loadMovieNum("./cue/queue1.swf", 1);
    <a href="./cue/queue2.swf"></a>    //d.Script in queue1.swf:  on (release){loadMovieNum("./cue/queue2.swf",2);}
                                                        //d.Script in queue2.swf:   loadMovieNum("./cue/queue10.swf", 3);
    <a href="./cue/queue3.swf"></a>    //d.Script in queue1.swf:   on (release){loadMovieNum("./cue/queue3.swf",2);}
                                                       //d.Script in queue3.swf:    loadMovieNum("./cue/queue30.swf", 3);
    <a href="javascript: end("document.cue");"></a>
    <a href="http://www.basiszins.de"></a>
    <a href="http://www.onvista.de"></a>
    <!--Im Film verwendeter Text-->
    <!-- saved from url=(0013)about:internet -->
    <script language="JavaScript" type="text/javascript">
        AC_FL_RunContent(
    Das "Loader-Problem" zeigt sich aber schon in der "queue1.swf" Datei, welche nach _level1 geladen wird.
    Es wird hier nur Actionscript 2 eingesetzt. Bemerkenswert ist, daß sich Firefox ohne Probleme sehr stabil verhält.
    Vielleicht können Sie hiermit etwas anfangen. Wenn ein SreenShoot eine bessere Analyse ermöglicht, schiebe ich ein Bild gerne nach.
    mfG. Jochen

  • XSD Loading problem

    I got this error from bpel console .. Can any one please update on this.. Why this this error should occur?.
    <messages><input><InvokePlanningOrderRoadshowProducerInputVariable><part name="PlanningOrderRequest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><PlanningOrderRequest xmlns:ns0="http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder" xmlns="http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder">
    <ns0:PlanningOrderHeader>
    <ns0:OrderId>10215568</ns0:OrderId>
    <ns0:BookingId/>
    <ns0:OrderType>Standard</ns0:OrderType>
    <ns0:CustomerName>MRS JUNE OCKWELL</ns0:CustomerName>
    <ns0:ClientAccountId>EMP</ns0:ClientAccountId>
    <ns0:ClientPreAdviceNumber/>
    <ns0:Title/>
    <ns0:ClientOrderNumber>W3221000-36</ns0:ClientOrderNumber>
    <ns0:Latitude>53.526969</ns0:Latitude>
    <ns0:Longitude>-2.657221</ns0:Longitude>
    <ns0:Street/>
    <ns0:HouseNumber>8 Bentinck Street</ns0:HouseNumber>
    <ns0:Postcode>WN3 6RB</ns0:Postcode>
    <ns0:Town>WIGAN</ns0:Town>
    <ns0:Status/>
    <ns0:PhoneCallRequired>Y</ns0:PhoneCallRequired>
    <ns0:Phone1>01942202596</ns0:Phone1>
    <ns0:Phone2>07584651731</ns0:Phone2>
    <ns0:SlotPeriodStart/>
    <ns0:SlotPeriodEnd/>
    <ns0:SlotLength/>
    <ns0:StopDuration/>
    <ns0:PlanningOrderLines>
    <ns0:PlanningOrderLine>
    <ns0:OrderLineId>443405</ns0:OrderLineId>
    <ns0:OrderId>10215568</ns0:OrderId>
    <ns0:ItemNumber>EMP-TC750</ns0:ItemNumber>
    <ns0:ItemDescription>RICHMOND KING BED</ns0:ItemDescription>
    <ns0:NoOfPieces>03</ns0:NoOfPieces>
    <ns0:ServiceString>01000</ns0:ServiceString>
    <ns0:ShipsetId>01</ns0:ShipsetId>
    <ns0:ClientUPI>009707300553D094</ns0:ClientUPI>
    <ns0:OrderLineType>Delivery</ns0:OrderLineType>
    <ns0:OrderLineNumber>01</ns0:OrderLineNumber>
    <ns0:SpecialInstruction>IF NOT IN GO TO NUMBER 6 FOR KEY</ns0:SpecialInstruction>
    <ns0:DeliveryVolume/>
    <ns0:DeliveryWeight/>
    <ns0:CollectionWeight/>
    <ns0:CollectionVolume/>
    <ns0:Status>LOADED</ns0:Status>
    </ns0:PlanningOrderLine>
    </ns0:PlanningOrderLines>
    </ns0:PlanningOrderHeader>
    </PlanningOrderRequest>
    </part></InvokePlanningOrderRoadshowProducerInputVariable></input><fault><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>file:/SOA2M01/app/oracle/product/10.1.3/bpel/domains/operations/tmp/.bpel_PlanningOrder_1.0_06bcbd311b9a0d44d808edcbcee42770.tmp/PlanningOrderRoadShowProducer.wsdl [ Produce_Message_ptt::Produce_Message(PlanningOrderRequest) ] - WSIF JCA Execute of operation 'Produce_Message' failed due to: Could not instantiate InteractionSpec oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec due to: XSD Loading problem.
    Unable to load Translation schemas from for http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder and input element PlanningOrderRequest
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
    ORABPEL-12537
    XSD Loading problem.
    Unable to load Translation schemas from for http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder and input element PlanningOrderRequest
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
    org.collaxa.thirdparty.apache.wsif.WSIFException: Could not instantiate InteractionSpec oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec due to: XSD Loading problem.
    Unable to load Translation schemas from for http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder and input element PlanningOrderRequest
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
    ORABPEL-12537
    XSD Loading problem.
    Unable to load Translation schemas from for http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder and input element PlanningOrderRequest
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    </summary>
    </part><part name="detail"><detail>org.collaxa.thirdparty.apache.wsif.WSIFException: Could not instantiate InteractionSpec oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec due to: XSD Loading problem.
    Unable to load Translation schemas from for http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder and input element PlanningOrderRequest
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    ; nested exception is:
    ORABPEL-12537
    XSD Loading problem.
    Unable to load Translation schemas from for http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder due to: XSD Location problem.
    No XSD (XML Schema) found for target namespace http://xmlns.hdnl.com/EnterpriseObject/Core/PlanningOrder and input element PlanningOrderRequest
    Please make sure the WSDL message points to a valid type.
    Please make sure all used XML schemas are imported/included correctly.
    </detail>
    </part></bindingFault></fault></messages>

    You remove xmlns:ns0 attribute from PlanningOrderRequest and the prefix ns0: from xsd tags. When you declare xmlns:ns0 means it is looking for that ns0 namespace in the project directory or oracle server global directory.

  • PSE 12 trial version - loading problems

    I have been trying for 3 days to load the 30 day trial of PSE12 on my new computer. My computer is loaded with Windows 8.  I have encountered problems over and over again with loading PSE12, but never the same problem.
    For example: after one download the start menu would open but it wouldn't go to the organizer or editor.  So I deleted that program and re-loaded it BUT -
    then , it went straight to the organizer - and froze, so I clicked out - tried to click back in, and NOTHING> >> not even the start menu.
    THIS IS SOOO FRUSTRATING! Makes me really second guess whether I should purchase this or not
    Please help!!!

    I think it said error 101, but not totally sure that I recall it 
    correctly.  I deleted everything and reinstalled and then it  worked.
    Haldis
    In a message dated 12/31/2013 11:27:15 A.M. Pacific Standard Time, 
    [email protected] writes:
    Re:  PSE 12 trial version - loading problems
    created by Jeff A Wright (http://forums.adobe.com/people/JeffAWright) 
    in  Trial Download & Install - View the full  discussion
    (http://forums.adobe.com/message/5969733#5969733)

  • Adobe Captivate 8 projects published to HTML 5 shows major loading problems and stops

    Adobe Captivate 8 projects published to HTML 5 cause major loading problems in most browsers(IE 11, Chrome v. 35.0, Firefox v. 31). Loading… (screen)
    The view stops after a while and only the Loading… (icon) can be seen on the page.
    Is this a known problem with Captivate projects published to html5 and is there a way to fix it? What is wrong?
    Test the html5 version of this project at: http://kurs.dokker.no/captivate/
    and see for yourself what happends.

    I changed the Preferences/Project/Start and End  Preloader % to 25 and published the projects again. The course: http://kurs.dokker.no/captivate/elev/
    stopped like before on one of the first slides, loading… screen like before in IE11.
    In Chrome v. 37.0 the course worked badly, would not run, sound missing and buttons not working.
    In Firefox 31.0 the course worked to a degree even if the program was advising to use another browser for this content.
    In Opera 23.0 sound was missing and else working as bad as IE.
    All this testes is done on a PC using Windows 8 connected på internet via ethernet, download speed: 66.57.
    I would like to use the HTML5-format since it has a cleaner view than swf-files that appear to be jagged, but there is a lot missing before Adobe Captivates html5 publish is where it needs to be. Her are the complete html5 course and here are the swf based course for comparison.

  • OSMF  Flex 4 VideoPlayer sound problem

    Hi,
    It seems that there is a problem with sound in the Spark VideoPlayer in video that's been encoded in H.264.
    If I set 'autoPlay' to 'true' or start playing from the very beginning of the clip, everything works fine.
    But if I set 'autoPlay' to 'false' and start the video not from the beginning, i.e. click somewhere in the seekBar, video is playing, but there is no sound. Once I jump back to the very beginning of the clip the sound appears, and from that point I can play the clip from any section and sound is there.
    Once I reload the video, the story is repeated.
    This happens ONLY with H.264 files and does NOT happen with flv files.
    Also, I don't believe that this problem existed back in the beta version of Flex 4 (previous version of FlashPlayer 10.x.xx.xx), even after the VideoPlayer became OSMF based.
    FTQuest

    Good evening Brian,
    After installing the latest Flash Player from the Adobe labs and switching to the latest nightly build of Flex SDK the sound problem is gone.
    But I've run into another one: I make a simple OSMF player in Flash CS5 and it works fine within the Flash and also when I open the resulting SWF in stand alone Flash Player.
    Yet, when I try to open the swf from within the Flex 4 application, using mx:SWFLoader I get the following error: VerifyError: Error #1053: Illegal override of synthesizer in org.osmf.layout.LayoutMetadata.
    Any advice on that?
    Thanks,
    FTQuest
    P.S. Also, for some reasons setting the 'autoPlay' on MediaPlayer to 'false' doesn't prevent the video from instant playing.

  • Mail loading problem

    Hi all
    I've got this mail loading problem,
    whenever the mail is loading I always scroll down to read the text first
    but it always to back to the top, I scroll down again it scroll back up.
    this happen only during the images are loading.
    it is very annoying, though it might be fix in 10.5.7
    but it was not.
    any plan to solve this?

    I have the same problem. Did you get any answers?

  • Reduce Flex application initial loading time

    Comparing to HTML, Flex's initial load time is very long. How
    to reduce the initial loading time to the level that is
    comparable to HTML's loading time for the page content? Any
    best practice or rules to follow?

    Ok, OK! What's the specs?
    How long is the load time? Please don't say "very long".
    Let's see the spec. Oh, and can you give me a load time for the
    mythologocal HTML page in question, just so I can compare?
    I gotta tell ya, I sometimes take a nap when I'm loading half
    the ASP pages I stumble across nowadays.
    Here's a page from the Los Angeles times--html--- coming in @
    6-7 seconds.
    http://latimesblogs.latimes.com/lanow/2009/02/los-angeles-pay.html
    Another example: from CNN.com, coming in at about 10-11
    seconds. Unbelievable.
    http://www.cnn.com/video/#/video/showbiz/2009/02/03/wynter.simpson.scientology.cnn
    I've got a 350Kb Flex app using RSLs which loads in about 5
    seconds. I'm kicking @ss compared to a lot of professional web
    sites out there. Think that's too slow? Compared to what???

  • Load speed: FLEX MX:TABNAVIGATOR LOAD SPEED VERSUS SPARK:TABBAR

    TODAY I NOTICED A LARGE DIFFERENCE BETWEEN
    THE OLDER MX:TABNAVIGATOR
    AND NEWER S:TABBAR (SPARK)
    Summary:
    My test application was built in flex builder 4 and I was using my localhost (asp.net devlepment enviroment) for testing.
    Tests I built:
    I built many proofs for concept using flex objects, ui  and data handlers.
    HOW WAS THIS TEST (which I spoke about in the title) CREATED:
    I built two components which will be used as CHILDREN to the main application.  The fist child component used the SPARK TABBAR and the other child component used the MX:TABNAVIGATOR.  The main application declared these children (using action script) initially and a List control actually loaded the children into the main application.
    BOTH CHILD COMPPONENTS had 10 tabs....
    5 of the 10 tabs contained "grand" child components (none of the components(main application/children/grandchildren) worked with external data)
    RESULTS:
    THE LOAD SPEED BETWEEN THE TWO CONTROLS was very noticable between the two controls.
    THE SPARK COMPONENT (S:tabbar) AVERAGED 3-5 SECONDS TO LOAD
    WHERE THE MX:TABNAVIGATOR ONLY TOOK 1-2 SECONDS
    HAS ANYBODY ELSE EXPERIENCED THE SAME RESULTS?
    THANKS,
    DOUG LUBY OF LOUISIANA
    WWW.douglubey.com
    SEARCH:  FLEX MX:TABNAVIGATOR LOAD SPEED VERSUS SPARK:TABBAR

    It definately seems to fit (pretty good).
    My labels in the "TABS" were of different length.
    So I converted them all to be the same length.
    <s:TabBar dataProvider="{viewstackSampleB}" id="sampleBMainTabBar"left="
    11" top="8" right="11" height="34" fontSize="6"/>
    <mx:ViewStack id="viewstackSampleB" cornerRadius="20" top="40" bottom="10" left="10" right="10">
    <s:NavigatorContent label="Profile___________________" width="100%" height="100%">
    <s:NavigatorContent left="0" top="0" right="0" bottom="0" backgroundColor="#000080">
    <sample:SampleB_Profile id="studentProfile" left="2" top="2" right="2" bottom="2"/>
    </s:NavigatorContent>
    </s:NavigatorContent>
    <s:NavigatorContent label="SampleB_DragNDrop1________" width="100%" height="100%">
    <s:NavigatorContent left="0" top="0" right="0" bottom="0" backgroundColor="#000080">
    <sample:SampleB_DragNDrop1 id="studentDragNDrop1" left="2" top="2" right="2" bottom="2"/>
    </s:NavigatorContent>  
    </s:NavigatorContent>
    <s:NavigatorContent label="SampleB_DragNDrop2________" width="100%" height="100%">
    <s:NavigatorContent left="0" top="-3" right="0" bottom="0" backgroundColor="#AEAEAE">
    <sample:SampleB_DragNDrop2 id="studentDragNDrop2" left="2" top="2" right="2" bottom="2"/>
    </s:NavigatorContent>  
    </s:NavigatorContent>  
    <s:NavigatorContent label="SampleB_PullDataFromParent" width="100%" height="100%">
    <s:NavigatorContent left="0" top="-3" right="0" bottom="0" backgroundColor="#AEAEAE">
    <sample:SampleB_PullingDataParent id="studentPullingDataParent" left="2" top="2" right="2" bottom="2"/>
    </s:NavigatorContent>  
    </s:NavigatorContent>  
    <s:NavigatorContent label="Tab Five__________________" width="100%" height="100%">
    <s:NavigatorContent left="0" top="-3" right="0" bottom="0" backgroundColor="#AEAEAE">
    </s:NavigatorContent>  
    </s:NavigatorContent>  
    <s:NavigatorContent label="Tab Six___________________" width="100%" height="100%">
    <s:NavigatorContent left="0" top="-3" right="0" bottom="0" backgroundColor="#AEAEAE">
    </s:NavigatorContent>  
    </s:NavigatorContent>  
    <s:NavigatorContent label="Tab Seven_________________" width="100%" height="100%">
    <s:NavigatorContent left="0" top="-3" right="0" bottom="0" backgroundColor="#AEAEAE">
    </s:NavigatorContent>  
    </s:NavigatorContent>
    <s:NavigatorContent label="Tab Eight_________________" width="100%" height="100%">
    <s:NavigatorContent left="0" top="-3" right="0" bottom="0" backgroundColor="#AEAEAE">
    </s:NavigatorContent>  
    </s:NavigatorContent>
    <s:NavigatorContent label="Tab Nine__________________" width="100%" height="100%">
    <s:NavigatorContent left="0" top="-3" right="0" bottom="0" backgroundColor="#AEAEAE">
    </s:NavigatorContent>  
    </s:NavigatorContent>
    <s:NavigatorContent label="Tab Ten___________________" width="100%" height="100%">
    <s:NavigatorContent left="0" top="-3" right="0" bottom="0" backgroundColor="#AEAEAE">
    </s:NavigatorContent>  
    </s:NavigatorContent>  
    </mx:ViewStack>
    THIS APPEARS TO HAVE THE SAME LOAD TIME as the TabNavigator.
    So I have to ask:
    What is a permanent fix for this.
    Where I can I update my current "Build" for FLEX 4
    so my application does not retain this bug.
    OR ANOTHER QUESTION...what can I exclude in my declarations to fix this bug.
    I would prefer to use the Spark TabBar over the mx:tabnavigator
    MY CURRENT "BUILD" is 4.0.1.277662

  • Macbook Pro/Mozill​a Firefox --Page Loading Problems

    I experience 'page loading' problems when going from one page to another. Sometimes the page takes a long time to load. Sometimes it times out and never does load.
    Does anyone else with this combination of laptop and browser experience these problems? Any suggestions for overcoming this lag?

    I know OS X used to have some problems with the way some routers do DNS.  There was this topic a while ago:
    http://forums.verizon.com/t5/FiOS-Internet/DL-page​-load-speed-great-but-browser-quot-looking-up-quot​...
    For our Mac we had to set the router to send external IP addresses of a DNS system (either verizon's or something like OpenDNS which we use).
    You could manually change the DNS settings on the Mac to see if that fixes the problem and then you could mac the change the settings at the router level if you like.

  • IMac, sudden extremely slow webpage loading problem

    Hi guys,
       I had this problem all of a sudden, not sure whether it was caused by malware, my own python scripts or the 10.8.2 update. However all the other devices in my wifi network work just fine. And also my iMac is not disconnected from the internet, ping "www.google.com" is fine, and other IM apps are working properly too.
       I tried different browswers (chrome, firefox, safari) since then, and all the other suggested solutions (resetting DNS, using static ip address, clear cache and etc.) None of them actually solved the problem.
      My friend told me to reinstall a clean OS X, which could be a huge pain for me.
      However, I accidently found out some softlinks and permissions are messed up in my superuser directories. So I did a "repair disk permission" , now the browsers are back on the horse. That actually makes sense to me.
      Long story short, verify/repair disk permissions (in Utilities/disk utility) might solve your browser page loading problem! I just wanna to share with you guys if you are struggling on the same issue as I was.
    Regards,
    candyquicksort

    Thanks for the report & sharing!

  • Safari page load problems and 10.5.3

    Since I have upgraded to 10.5.3, I am experiencing Safari page load problems on all my user accounts on my 2.0 GHz Core Duo Black MacBook. I have reviewed threads in this forum and that of the Safari forum with no solution that solves the problem. so I post here in hopes of additional expert solution ideas.
    *The Problem:* Since upgrading to 10.5.3 Safari fails to complete page downloads for some, but not all websites. When these same websites are accessed with Firefox there is no problem. With Safari the page load will stop at about 75% completion, or the page will not load at all.
    Here is an example of a webpage that will not complete: http://www.realclearpolitics.com/
    Here is an example of a webpage that will not load at all: http://cherylsguitar.com/site (my wife's business)
    I also have a G4 iMac running 10.4.11 on the same WiFi network that does NOT experience the Safari page load problems. All is good and speedy on this trusty machine.
    *Solutions Attempted:*
    - Deleted plist (with no effect)
    - Re-installed Safari from Leopard disk (with no effect)
    - Scoured User Preferences in Library for offending applications, plug-ins, etc.
    - Reset PRAM
    - Reset and examined cable modem and router (AirPort Extreme 802.11g)
    *Hardware and Network info:*
    - 2.0 GHz Core Duo Black MacBook
    - 2 GB Ram
    - AirPort Extreme Base Station (generation 1) running 802.11g

    Allan Eckert wrote:
    Hi Perry Lehman;
    Have you cleared out your cookies?
    Allan
    Allan,
    Yes. I have reset Safari clearing all but website icons with no effect. I also tried turning of the Safari pop-up blocker with some very limited success. Disabling pop-up blocker will marginally help page load speed for some websites, but others still fail to load at all.
    Thanks for taking time to post.

Maybe you are looking for