Preloader not working on live server???

Hi Guys
My application loads many XML files as it's content. I have
written preloading code everywhere a file needs to be loaded, it
looks something like this.
var XMLPercent =
Math.floor(ProdXML.getBytesLoaded()/ProdXML.getBytesTotal()*100)
if(XMLPercent < 100){
gotoAndPlay("ConLoop")
The code works perfectly in flash while running in simulate
download mode, I have also tested it from about 5 different pc's
around the company and in multiple browsers and have had no problem
whatsoever. Today I loaded it onto the live server and these
statements are just getting totally ignored and the movie just
continues playing! It's also happenning inall browsers. I have
checked the code, tried to write different variations of it and
nothing works.
If anyone has any ideas why I would be very greatful.
Thanks
Shane

Hi Shane,
I have the same problem when loading the content. When the
movie loads content from the local computer it works fine, but the
content it is on the server the following test never becomes true.
if( ( _root.imageLoader._framesloaded &gt; 0 )
&amp;&amp; ( _root.imageLoader._framesloaded &gt;=
_root.imageLoader._totalframes ) ) {
Regards
I have no idea how to solve this.

Similar Messages

  • Getahead DWR not working on Live Server (Godaddy)

    Hi guys,
    I would like to know if anyone here ever faced this problem?
    It seems that it got to do with some proxy problem.
    I couldn't get dwr working on a shared hosting.

    Proxy Configuration:
    You have to set the following properties :
    http.proxyHost (default: <none>)
    http.proxyPort (default: 80 if http.proxyHost specified)
    http.nonProxyHosts (default: <none>)You can set the required properties when starting the JVM for a JAVA application from the command line:java  -Dhttp.proxyhost=myproxyserver.com  -Dhttp.proxyport=80 MyJavaAppOr in your source :import java.util.Properties;
    Properties systemSettings = System.getProperties();
    systemSettings.put("http.proxyHost", "myProxyServer.com");
    systemSettings.put("http.proxyPort", "80");
    System.setProperties(systemSettings);You might need to identify yourself to the proxy server.
    One way is to use the HTTP property "Proxy-Authorization" with a username:password base64 encoded.
    Properties systemSettings = System.getProperties();
    System.setProperties(systemSettings);
    URL url=new URL("http://someserver/somepage");
    URLConnection uc = url.openConnection ();
    String encoded = new String
          (Base64.base64Encode(new String("username:password").getBytes()));
    uc.setRequestProperty("Proxy-Authorization", "Basic " + encoded);
    uc.connect();Or set the properties
    System.setProperty ("http.proxyUserName",username);
    System.setProperty ("http.proxyPassword",password);The http.nonProxyHosts property indicates the hosts which should be connected too directly and not through the proxy server. The value can be a list of hosts, each seperated by a |, and in addition a wildcard character (*) can be used for matching.
    java.exe 
       -Dhttp.nonProxyHosts="*.mycompany.com|*.mycompany.local|localhost"
          MyClassfor further information :
    http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html
    http://www.java.com/en/download/help/proxy_setup.xml

  • Server not working on Live server

    So I just purchased the flash media server yesterday and
    migrated the files and applications to the live site. And things
    just wont work. I have encoded videos in the definst folder, but
    nothing shows up. The site takes a really long time to load and
    often crashes my firefox. I have verified that the server is
    running and all the services are running. I am using a Red Hat
    Linux server. has anyone had this problem or does anyone have a
    suggestion to trouble shoot this problem.
    Also i cannot log into the admin console i am using the
    correct user and pwd.

    From what you describe, I suspect there might be firewall
    getting in the way. Did you open port 1935 on your server firewall?
    By default, the flashplayer will connecting to FMS on port
    1935. If 1935 fails, the flashplayer will attempt to connect on
    port 80. It takes a while for the second attempt to happen, so that
    would explain the lag in the connecting being accepted.
    I'm not sure why firefox is crashing, but that wouldn't be
    caused by a server issue. Is there something in your actionscript
    that might cause the flashplayer to crash if the netconnection
    isn't accepted? Perhaps a conditional that results in an infinite
    loop?
    About the admin service... are you sure it's running and
    there's no firewall blocking port 1111? Try entering this into your
    browser:
    http://[server ip or hostname]:1111
    If the service responds with an XML file, it's running.

  • Web Service Client(Console App) not working on Windows Server 2008 R2 Standard Edition

    I am trying to consume an ASMX Web Service in a console app, its working fine in Windows 7,Windows Server 2012 Standard,Windows Server 2008 R2 DataCenter,Windows Server 2008 R2 Enterprise, But its not working in Windows Server 2008 R2 Standard Edition which
    is the deployment server.
    I tried consuming the ASMX web service using Web Reference and Service Reference as well but its not helping. Its throwing up the following error,
    Message:There is an error in XML document (1, 331491).
    Inner Exception : System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 331491.
    The scenario is that i call the web service and it returns me an XML i am not able to receive the XML on Windows Server 2008 R2 Standard Edition.
    Please provide suggestions on this I need to resolve this ASAP.

    Hi,
    This question is better asked here:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=asmxandxml
    Experts here are more familiar about it and they can give you more efficient suggestion.
    Thank you.

  • Is it normal that menu is not working on live site under BC secure link?

    Is it normal that menu is not working on live site? It works only on my computer but not on customer's. I should apply seperate secured links for each sub-section for preview. Will it change when real domain name will be set?
    Here is my page http://2kenergy.worldsecuresystems.com/index.html

    Well said, Cyclosaurus.
    There's a ton of people here who really appreciate
    your help; I am one of them.
    Mark
    Thanks Mark, I try. And I welcome when people have better things to say and offer. They always can reply to the OP, not me.
    I DO NOT APPRECIATE when someone trying to jack my post, I don't care for his chit-chat or bantering. All that ended LONG ago, if you know what I mean

  • EXEC SP_EXECUTESQL not working in sql server 2014

    EXEC SP_EXECUTESQL not working in sql server 2014

    EXEC SP_EXECUTESQL not working in sql server 2014
    Hi Amar,
    What's the error when executing this stored procedure?
    I have tested it on my local environment, we can run this SP without any problems.
    Please provide us more information, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Addon not working on Windows Server 2008 OS

    Dear Friends,
    I have developed an addon in XP and its working fine with XP operating system but it is not working on Windows Server 2008 Standard. Error is "An Attempt was made to load a program with an incorrect format.(Exception from HRESULT: 0x8007000B)".
    Regards,
    Mahesh.
    Edited by: mahesh A on Sep 19, 2009 9:26 AM

    Hi,
    Since only Windows 2008 SBS is supported with SAP Business One and that Server is available for 64bit Hardware as defined by Microsoft, I guess you should look into that direction.
    Regards
    Mario

  • Group Chat feature in Office Communications Server 2007 R2 does not work in Windows Server 2008 R2 domains

       Hello to all, there are two confliting articles about this topic:
       1-
    http://technet.microsoft.com/en-us/library/upgrade-domain-controllers-to-windows-server-2008-r2(v=ws.10).aspx#BKMK_Whatsnew : this one says that it does not work "The Group Chat feature in Office Communications Server 2007 R2 does not work in Windows
    Server 2008 R2 domains". This article was updated in 2013.
       2-
    http://technet.microsoft.com/en-us/library/ee692314(office.13).aspx: this other article says that it will function "Office Communications Server 2007 R2 Group Chat will function in a Windows Server 2008 R2 forest". This article was updated in
    2010 and was refered by the first one.
       What is the correct support position for Group Chat feature in Office Communications Server 2007 R2 and Windows Server 2008 R2 domains?
       Regards, EEOC.

    Hi,
    I notice the following sentence in the link below “Office Communications Server 2007 R2, Group Chat will not function in a Windows Server 2008 R2 forest or when Group Chat member servers are joined to a Windows Server 2008 R2 domain.
    We know of an issue with changes in Windows 2008 R2 that requires a Group Chat Client and Group Chat Admin Tools hotfix. The Group Chat Client and Group Chat Admin Tools hotfixes are currently scheduled for mid-April 2010.”
    http://blogs.technet.com/b/nexthop/archive/2010/11/06/supportability-for-office-communications-server-2007-r2-and-windows-server-2008-r2.aspx
    So in my opinion, if you update to the latest version of Windows Server 2008 R2, OCS Server 2007 R2 and Group Chat Client, Group Chat Admin Tools to the latest version, it should work.
    However, the best method for you is make a lab to test the problem firstly.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Database Mail not working with SQL Server Agent

    I'm running SQL Server 2005 Standard edition 64 bit with SP2 on a 64 bit machine. 
    Database mail does not work with SQL Server Agent.  When I configure SQL Server Agent to use database mail the test email button is greyed out and inactive therefore I cannot send emails using operators or for jub success failure etc. 
    I've read that there was supposed to be a fix for this with SP1 but I have SP2 and still receive the same problem.  Please can somebody help as I do not wish to use SQL Mail as a work around due to this becomming redundant in future versions of SQL Server.
    Kind Regards

    The problems solved
    steps:
    1)we create a mail profile at at Managment->Database Mail ,of SQL Managment
    2)we set this account as "default" at Managment->Database Mail -> Configure Database Mail -> Manage profile security
    3)At tab "Alert System" of SQL Server Agent properties , we check the "Enable mail profile" , Mail System=Database Mail, Mail profile = "the profile we already create"
    4)we create a new operator at "Operators" of sql agent, where at "notification options" -> "Email name" we put the mail where we want to sent the agent the mails at failured job
    5)We go at a specific job, at tab "Notifications" ,we check the "email" check box and then we choose the operator we just create, at the text box next to check box.
    I hope not to forget something
    Thank You all for the help

  • Oc4jadmin not working for application server control in SOA suite 10.1.3.1.

    Hi,
    We have installed the SOA suite, and I can login to the various components using oc4jadmin/password (bpel, esb, rules author), but for some reason that oc4jadmin password is not working for Application Server Control, which is the only piece of this I really need to log in to.
    Any thoughts on what is going wrong?
    Cheers,
    Pat Rock

    Maybe you change this password internally for another application (such BPEL, WSM,etc) and didn't make change for your main OC4J container.
    You can try to change this password by...
    1. Open the file [OASHome]\j2ee\home\config\system-jazn-data.xml
    2. Find the section that looks like this
    [user]
    [name]oc4jadmin[name]
    [display-name]OC4J Administrator[display-name]
    [guid]88836370D11611DC9F30F9C1CD6F1A73[guid]
    [description]OC4J Administrator[description]
    [credentials]{903}F+iG1A46edXG9RdfY0pD2O4Ge/qyEjsg[credentials]
    [user]
    3. Replace the value separated by the "Credentials" starting and ending tags with your new desired password, prefixed with an exclamation point
    Example:
    [user]
    [name]oc4jadmin[name]
    [display-name]OC4J Administrator[display-name]
    [guid]88836370D11611DC9F30F9C1CD6F1A73[guid]
    [description]OC4J Administrator[description]
    [credentials]!newpassword[credentials]
    [user]
    4. Save the file and restart OAS
    This should not affect other applications.
    Greetings.

  • IPhoto -share to email not working-The email server didn't recognize your username/password combination- for hotmail and big pond- since apple technical support re-hotmail on iPhone.

    iPhoto -share to email not working-The email server didn’t recognize your username/password combination- for hotmail and big pond- since apple technical support re-hotmail on iPhone.

    in the iPhoto preferences ==> accounts delete your e-mail account and reenter it
    OR
    IMHO the better solution is to set Apple mail as the email client in the iPhoto preferences
    LN

  • [CS5 Server/JSX] allGraphics parent geometricBounds not working on InDesign Server

    Hi,
    The following script works fine on InDesign Desktop CS5:
    g = app.activeDocument.allGraphics;
    for (i=0; i<g.length; i++)
    g[i].parent.geometricBounds = [0,0,"150mm","150mm"];
    g[i].fit(FitOptions.PROPORTIONALLY);
    g[i].parent.fit (FitOptions.FRAME_TO_CONTENT);      
    When I run the script for InDesign Sever I get the following error:
    Error Number 30614
    Invalid object for this request,
    g[i].parent.geometricBounds = [0,0,"150mm","150mm"];
    Why does .parent not work on the server?

    g = myDocument.allGraphics;
    for (i=0; i<g.length; i++)
    g[i].parent.geometricBounds = [0,0,"150mm","150mm"];
    g[i].fit(FitOptions.PROPORTIONALLY);
    g[i].parent.fit (FitOptions.FRAME_TO_CONTENT); 
    if(myDocument.textPreferences.smartTextReflow)
          vDoc.recompose();
    The solution!
    Recompose() to automatically insert pages

  • Rollback is not working when "The server threw an exception" error

    Hi
    These are my transaction steps
    1) Call the StartTransaction method of the company object (Function AA)
    2) Add  Goods Issue (Rollback if error occurs) (Function BB)
    3) Create record with oRecordSet object (Rollback if error occurs) (Function BB)
    4) Add Journal Entry (Rollback if error occurs) (Function CC)
    5) Add Goods Receipt (Rollback if error occurs) (Function DD)
    6) Create record with oRecordSet object (Rollback if error occurs) (Function DD)
    7) Call EndTransaction (with commit) to complete the whole process (Function AA)
    These are working fine usually.
    But problem is when user has "The server threw exception" error message.
    Whole transaction must be rollback but still step 2 and 3 records are exist on DB.
    Rollback is working fine with another error messages.
    I programmed call Rollback transaction if calling function has any error.
    Function BB, CC and DD are calling from Function AA.
    I never have "The server threw an exception" error on my development machine with B1 2005 PL 51.
    This is happened only  LIVE server with B1 2005 PL 51.
    B1 was upgraded from PL29 to PL51 recently becaseu of Locking issue.
    Then Locking issue was solved but have "The server threw an exception" error and rollback is not working properly.
    I hope someone can help me!!!!.
    Thank you
    2) & 3) steps

    Hi Joanne,
    There are 2 things to check here.
    1. is the Transaction
    2. is the RPC_E_SERVERFAULT.
    for the first one,
    in step 2, just before you add the Good Issue, can you try to check first if you are still in a transaction ?
    Just to make sure.
    If it is, maybe you should open a ticket to SAP support.
    BTW, Which version is your Live environment ?
    for the second one,
    try to search the error in this forum. there is a lot of posting about this.
    The problem might also go away if you upgraded your SBO.
    Please search and see if there is anything the same with your problem.
    Regards
    Edy

  • Flash Preloader Not Working with Local Files?

    Hello all,
    I have created a digital resumé using a Flash
    presentation. The presentation links to several SWF files that are
    rather large. I have designed and implemented preloaders for the
    files.
    My intent is to burn the whole product to CD for
    distribution. The problem I am having is that my Flash preloaders
    work perfectly in FireFox; I click the button in the main
    presentation and the preloader comes up in the target screen,
    followed by the SWF.
    However, the preloaders do not work at all in IE, which
    leaves a black pane with nothing in it and causes the user to click
    the button several times trying to figure out why nothing is
    happening.
    The Flash presentation that is being displayed is embedded in
    a HTML document. The user clicks a button to load a SWF to a
    separate screen; the preloader runs until the file is loaded.
    Any help you could provide is appreciated.

    I have attached the actionscript for the data connection. The
    odd thing about this issue is some of the data is being displayed
    from the webservice call and then some is not. The drop down list
    is not being populated but I am getting some text in a textarea
    that is on the form. My datasource is a SQL Server database and in
    ColdFusion administrator, I used the actual machine name to point
    to the datasource because it is directly linked to my web server.
    This configuration is the one giving me problems. If I change the
    datasource to my test SQL Server (server.somewhere.com) it works
    fine. Does this help any?

  • Preloader not working in AS3 when viewing in a browser

    Hi there, It's me again Ysong.
    I have a problem regarding PRELOADING.
    MY TIMELINE:
    • First frame -- dynamic text which is my preloader with AS3 in it. NO MORE OBJECT in the frame only text which is dynamic.
         stop();
         loaderInfo.addEventListener(ProgressEvent.PROGRESS, updatePreloader);
         function updatePreloader(evtObj:ProgressEvent):void
              var percent:Number = Math.floor((evtObj.bytesLoaded*100)/evtObj.bytesTotal);
              myLoadText.text = "Loading..." + percent+"%";
              if (percent==100){
                        nextFrame();
    • Second frame -- the whole site in MOVIE CLIP which will be loaded after the preloading ends.
    ***The whole SWF file is only 600KB when publishing.
    ***When simulating download the preloader is working.
    MY PROBLEM:
    Whenever I uploaded these two files: (1) index.swf and (2) index.html, the preloader doesn't work. When viewed in browser it apprears to be white screen. After a couple of minutes, the index.swf appears and the preloader is not appearing as it should be. With (2), I didn't change anything on Dreamweaver just upload the file published by Flash Professional CS4.
    WHAT IS THE PROBLEM? Can anyone help me with this. I've uploaded (PUT) the files through Dreamweaver with a testing server configured.
    Thank you & Regards,
    YSONG

    hi Ned,
    I currently downloading the tutorial link you posted.
    Do you have any idea what is really happening? Because I really wanted to have a loading text only before the whole site is loaded. The SIMULATED DOWNLOAD in Flash CS4 is working great but whenever copy it in my hosting server and view it in my browser the preloader is not working.
    Thank you for your immediate response.
    Regards,
    YSONG

Maybe you are looking for

  • Creative zen touch problem

    creative zen touch proHi, the touchpad on my zen touch has suddenly stopped working, my touchpad works but not properly..anywhere i touch it, it only goes down never up. i am unable to scroll up through my menu an through the recovery mode to make a

  • How do I get my Time Capsule to appear in Disk Utility so I can repair it as instructed by Time Machine do to?

    Time Machine twice reported it couldn't complete the backup to Time Capsule, and I should do a Repair Permission on Time Capsule. Unfortunately, it fails to appear in Disk Utility - only the iMac hard drive appears. What do I do?

  • Automatic determination of header condition in sales document

    Hi Friends,                 How can we make a header condition automatically determined in a sales document ? Regards Mahesh

  • How to group in a single code

    Dear all, I have this query <SELECT DISTINCT VC_EMP_CODE,VC_SAL_COMP_CODE AS EMP_SAL_VALUE FROM (SELECT A.*,B.VC_SAL_COMP_CODE FROM PERSDET A,DT_SAL_SLIP B WHERE A.VC_COMP_CODE=01 AND A.VC_EMP_CODE=774 AND A.VC_EMP_CODE=B.VC_EMP_CODE AND SAL_MONTH=06

  • Oracle Reports 6i w/ Materialized Views

    Is Oracle Reports 6i integrated with Materialized Views? If so, is there a patch out there so the query builder will see them? The query is fine in Sql+ but Reports doesn't recognize the materialized views. What is the fix?