Flash - browser refresh problem

I have created a website completely in Flash. http://www.impact-martialarts.com    When the browser's refresh button gets pressed the site does not always reload properly, often freezing one frame before the content loads.
Did I miss something? Does anyone have any ideas? Same issue, multiple browsers Mac or PC.
This is the code for the preloader
stop();
//Preloader
loaderInfo.addEventListener(ProgressEvent.PROGRESS, updatePreloader);
function updatePreloader(evtObj:ProgressEvent):void
//container for the progress of the site (download)
var percent:Number = Math.floor((evtObj.bytesLoaded*100)/evtObj.bytesTotal);
preloader_txt.text=percent+"%";
if (percent==100){
gotoAndPlay(2);
//For IE Browsers
var percent:Number = Math.floor((this.loaderInfo.bytesLoaded*100)/this.loaderInfo.bytesTotal);
if (percent==100){
nextFrame();
This is the code in the first frame of content
stop();
// Animate in the home_mc from left to right, using the Tween class
//Flash - go and get the code that is going to make the Tween work
import fl.transitions.Tween;
import fl.transitions.easing.*;
//home_mc animate in...
var homeTween:Tween = new Tween(home_mc, "alpha", Regular.easeOut, 0, 1, 2, true);
//handle events for buttons..
home.addEventListener(MouseEvent.CLICK, clickSection);
classes.addEventListener(MouseEvent.CLICK, clickSection);
schedule.addEventListener(MouseEvent.CLICK, clickSection);
about.addEventListener(MouseEvent.CLICK, clickSection);
news.addEventListener(MouseEvent.CLICK, clickSection);
gallery.addEventListener(MouseEvent.CLICK, clickSection);
contact.addEventListener(MouseEvent.CLICK, clickSection);
function clickSection(evtObj:MouseEvent){
// trace shows whats hapening... in the output window
trace ("The "+evtObj.target.name+" button was clicked!")
//goto the section clicked on...
gotoAndStop(evtObj.target.name);

use the html published by flash.  do you still see the problem?  if yes, post the url of the embedding html published by flash that displays the problem.

Similar Messages

  • How to handle Back button, Browser Refresh problem at server side.

    Hi Friends,
    How to handle Back button, Browser Refresh problem at server side in java?.
    I am able to trace that,
    request.getHeader("ACCEPT") is returning value- */*
    when the browser was refreshed and returning different MIME types
    for all other actions from browser.
    I have doubt, will the above solution works always for all servers,browsers?.
    Please also specify any solution to handle back button at server side?.
    Thanks in Advance.
    Venkat..

    I'm sorry I don't think tht's the right solution for
    the above question....
    We must be aware that whatever scripting methdologies
    we either javascript/vbscript would executed @
    client(browser) side not @ server side....
    Dud If U get a good solution keep me updated.....
    THANKS & REGARDS,
    RAHULMy dear friend ...
    the bad news is that u simply cant disable or add any listener to the back button of the browser.
    When u hit the back button of ur browser the URL gets re-executed. So in case u have a JSP then the history.forward() is the best solution. [only if the page doesnt get expired similar to secure https sites]
    Now dont say that user can have javascript disabled ...those users will have a pretty touch time browsing websites since javascripts r used extensively by almost all websites.
    But in case u have an action.do or servlet call then u need to manage it using a session variable since the request will be sent to the server rather than client.
    For multiple form submittion issues read the following article in javaworld...
    Client vs. server solutions
    Different solutions can solve this multiple form submission situation. Some transactional sites simply warn the user to wait for a response after submitting and not to submit twice. More sophisticated solutions involve either client scripting or server programming.
    In the client-only strategy, a flag is set on the first submission, and, from then on, the submit button is disabled based on this flag. While appropriate in some situations, this strategy is more or less browser dependent and not as dependable as server solutions.
    For a server-based solution, the Synchronizer Token pattern (from Core J2EE Patterns) can be applied, which requires minimal contribution from the client side. The basic idea is to set a token in a session variable before returning a transactional page to the client. This page carries the token inside a hidden field. Upon submission, request processing first tests for the presence of a valid token in the request parameter by comparing it with the one registered in the session. If the token is valid, processing can continue normally, otherwise an alternate course of action is taken. After testing, the token resets to null to prevent subsequent submissions until a new token is saved in the session, which must be done at the appropriate time based on the desired application flow of control.
    for more details refer :
    http://www.javaworld.com/javaworld/javatips/jw-javatip136.html
    Hope u got the idea.
    FYI I have been using both these ideas in my credit card payment gateway project. This concept has worked really well.

  • Flash player refresh screen

    Hello all,
    I have a problem.... I have a some games made in flash, some in as2 and some in as3... All are loaded using an preloader (another swf file), one for as2 games and one for as3 games... the thing is that for some time now when you load a game the flash player shows a black screen even when the game is loaded, and it stays like that until I rescale the browser window... there is some problem with the flash player refresh I think...
    Can someone tell me if there is a solution for this problem ?
    Thanks

    use the html published by flash.  do you still see the problem?  if yes, post the url of the embedding html published by flash that displays the problem.

  • Flash 8 + AOL = Problems

    Hey All,
    I've learned it's best to do as much research as you can
    before posting on these forums, and that's exactly what I've done.
    So, I now turn to you all as a last resort (and from the handful of
    posts I've seen regarding problems with the AOL browser on the
    forums, if anyone has any information, it'll be helpful to those
    folks, as well).
    I've been working on a website (
    http://www.reallivesports.com
    ) that is almost entirely Flash-based. Everything shows up just
    fine in IE, Netscape, and Firefox. However, I'm getting reports
    from AOL users that the site is getting hung up or not loading
    correctly if they try to view it using the AOL browser.
    From what I've been finding online, AOL uses IE and is simply
    masked by an AOL interface. So, theoretically, if the website works
    in IE, then it should work in AOL just fine. However, I'm finding
    this is not the case. I do not personally use AOL, but I had
    someone that does try and visit the site in first their default AOL
    browser...and then I had them minimize the AOL browser and try
    opening it in IE on the same machine. The AOL browser had problems.
    The IE browser showed the site just fine.
    I've had 2 scenarios reported to me. Either A) the site
    doesn' t load correctly and the user is left with the view of the
    page's background color, or B) the main page loads fine, but when
    attempting to visit a new section of the page, the loading bar of
    the page progresses, then freezes.
    I've visited the AOL technical support pages to see if
    there's any mention of problems viewing Flash in the AOL browser,
    but came up short. Another random link I found during a search in
    Google had to do with ad specifications for advertising with AOL.
    There I found that AOL is not currently accepting ads that use
    Flash 8 (which is what I'm working in). Would this mean that AOL is
    currently having trouble displaying Flash 8 content?
    The flash content on my website is a 1-frame .swf file that
    uses an XML ActionScript object to find and preload various
    external child .swf files and .mp3 files from an external XML data
    file. All child .swf files are kept loaded simultaneously, though
    all but the currently "active" child .swf file are paused and set
    invisible. All external .mp3 files are stored in ActionScript Sound
    objects in the parent .swf, and played by child .swfs by calling a
    function in the parent .swf.
    If anyone has any information that can help me find a way for
    AOL users to view my website without problems, I'd greatly
    appreciate it. We're currently in the middle of putting together an
    html/php version of the website for non-flash users (as it will be
    a good default solution if more problems like this occur). Thank
    you for your time. I hope to get some replies soon.
    - Ed

    You should probably post your question on Adobe's Flash forums:
    http://www.adobe.com/support/forums/

  • Flash Player sound problems on a 5.1 system

    I don't know if i found the right topic for asking for this question, but here it goes.
    I noticed that flash player has this issue with my 5.1 system, when i play music (and i mean any music, like my online radio, played through flash, or music through the site VK.com), the sound is extremely awful. Words actually can't explain it, there is no bass, and the sound, overall, seems to be of very low quality. But it's not. When the same music is played via stereo system (any), it seems to be perfect - with bass and etc.
    Now i'm really confused. It's either a problem of flash, or a problem of somewhat in my system. My guess is that flash simply does not support audio output rather than 2.0. I will be really grateful if anyone will at least point me in the direction of the source of this problem; it makes my life miserable. Thank you.

    Is it possible to have e version of flash player like silverlight which give thepossibility to hear audio on whole 5.1 system?
    I have the following system computer:
    Case: Thermaltake Mozart; PSU: Thermaltake Toughpower 750W; MainBoard: Asrock 4coredual-sata2; Heatsink: ZeroTherm Zen120; CPU: Core2 Extreme X6800 3,2Ghz; RAM: OCZ Platinum DDR400, 2x1 GB; GPU: Sapphire HD3850 AGP; PPU: BFG Ageia; HDD1: WD Caviar Blue WD5000AAKS; HDD2: WD WD2000BB; Monitor: Asus VB175T 17" 5:4; Audio System: danneggiato, in corso di sostituzione; OS: Xp Professional Sp3; Browser: Srware Iron.

  • Browser REFRESH button does not return to the same iView/Page

    Hi,
    In SDN site I have seen that in whichever menu i am in, if i use the browser refresh button i return to the same page. But this does not happen on my enterprise portal.
    Can you please let me know, how to set / configure the enterprise portal EP7 such that, if am in any iview and use the browser refresh, then i am returned to the same iview / page and not to the first page of the menu. Currently in my portal, when i hit the browser REFRESH button, it takes me to the first page/iview.
    Thanks,
    Anirban

    Dear Romano,
    Thanks for your reply. With the help of the document link that you have provided, i have been able to achieve my target partially. Currently i am able to refer to the iView and Role directly using the QuickLink and when i access that particular iView & Role using the QuickLink and then do a refresh, the same screen appears. This part is working fine. But i have one issue.
    But generally a iView/Role is accessed not via the QuickLink on the browser but by clicking on the Role on Navigation Level 1. Even though this Role has a QuickLink, it is not visible in the address bar since the QuickLink URL was not used for reaching the Role. In such a situation, when we press the REFRESH button, the iView / Role is vanished and the browser returns to the first default page of the portal.
    Can we somehow make it such that whenever the Role is accessed in the Navigation Levels, it can be accessed via QuickLinks and the QuickLink URL is displayed on the address bar ? If this can be achieved, then i guess the problem will be solved.
    I hope i have been able to get across my point. Hoping to hear a positive reply from your side.
    Thanks in advance.
    Regards,
    Anirban Kundu.

  • Help: Flash 9 - Video problem - OS X

    OS X 10.4.8
    I installed Flash 9 today, since then no more Google video.
    Browser crashes each time. Also with other sites that use Google
    video. Tried uninstall, and install Flash 8: same problem. Cannot
    get back to previous situation where everything worked fine.
    Also problem with msnbc, no video, claims plugin missing.
    Youtube works fine.

    Hi,
    folder deleted, after reinstall only the two flash files in
    the folder. Same problem.
    Worse, now Google Finance also hangs up. Spinning wheel of
    death, requires force quit. BTW, this is the same for Firefox,
    Safari, and Camino.
    If there is no solution, how can I get back to my previous
    system. The problem started when the Charlie Rose website required
    me to update flash. Before the update everything worked like a
    charm. Now problems everywhere.

  • Browser visualization problem

    Hello!
    Currently I'm experimenting with display templates and I came up following issue. After creating and customizing an iChart in Workbench it is not properly displayed in browser. Let say I make some changes (for example background colour) and than press Test button, And I don't see that changes in browser window. More strange that I sometimes can press test button several times and get several browser windows with several different iCharts without changing a single thing between that. I'm using IE9, but I tried to set Chrome as default browser and the problem persists. I also tried to clear browser cache with no result too. What can be the issue here?
    The xMII version is 12.0.12
    Thanks in advance,
    Peter

    Hello Piotr,
    It's always better to clear java cache after every change you make to any applet before testing them.
    I have been using IE9 for a while and luckily so far not met with any strange issues but I am sure there are not many who are using IE9.
    Did you try this, when you hit test button and run the page if you don't see the changes you made then don't close the browser, instead simply clear java cache from java console and refresh the page using browser refresh button and see if this works.
    Also try it on old IE versions so that way you can make sure it is something to do with IE.
    Hope this helps!!
    Regards,
    Adarsh

  • How can I undo the firefox browser refresh and get my old browser & settings, etc. back?

    I accidentally did the browser refresh yesterday (2-17-2015) without reading further down the page on what that would do. It of course gave me a fresh browser. The problem is I lost my customized appearance (Dark blue fox, I believe), the add-ons I really have come to really on, etc. Firefox did create a folder with the old settings. I'm not that savoy understanding how to get that folder to open, run, whatever it takes to put all the things I want back into working order on the firefox browser. Please excuse my lack of proper terminology, jargon, etc. I know enough to be confused and everything I have learned IT has come from stumbling through it over the last 15 years of having my own PC.
    Any help would be greatly appreciated!
    Please keep any solution details as plain and simple for a novas to understand and execute as possible.
    Many, many Thanks, Ottodewy

    When you reset (refresh) Firefox then a new profile is created and some personal data (bookmarks, history, cookies, passwords, form data) is automatically imported and the current profile folder will be moved to the desktop to an "Old Firefox Data" folder.
    Installed extensions and other customizations (toolbars, prefs) that you have made are lost and need to be redone.
    It is possible to recover data from the old profile, but be cautious not to copy corrupted files to avoid carrying over problems.
    *https://support.mozilla.org/kb/Recovering+important+data+from+an+old+profile
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Note that is is also possible to use the Profile Manager to create a new profile.
    That way the current profile isn't moved to the desktop, so you can return to it at any time.
    *https://support.mozilla.org/kb/Managing+profiles

  • Animated gif and page refresh problem

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

  • Smartview 11.1.2.1.102 Refresh problems

    I have multiple users experiencing severe refresh problems after upgrading to smartview version 11.1.2.1.102.
    Users state Refresh is taking 10-15mins+ when in old version 9x it only takes 1-2mins. In addition users have rebuilt the excel files (copy in new workbook) then all is working fine but when saved/the next day the refresh goes very slow again!
    Please can any help?

    1. Deleting the Sheet Info fixes the problem for the moment - but the problem soon returns. Do you know what causes the problem, so we can cut the repeating cycle? Is this strictly a multi-user issue? We do have several users that may use the file. Some have version 11.1.2.1.000 (not 103). Oracle's tips doc (http://www.oracle.com/technetwork/middleware/bi-foundation/epm-tips-issues-73-102-1612164.pdf) mentions uncompressed metadata stored in the worksheet.
    2. Is there a specific version that allows the Sheet Info fix? Oracle's tip sheet says they need Some have version 11.1.2.1.103, but the users we have seen so far can use this workaround on Some have version 11.1.2.1.000. I'd like to know when at what version this fix starts so I can push other users to update. It would be good to know at which version this issue starts.
    Thank you - great information in the thread!
    P.S. for reference:
    From http://www.oracle.com/technetwork/middleware/bi-foundation/epm-tips-issues-73-102-1612164.pdf
    In EPM System Release 11.1.2.1, I am opening .xls files with Smart View functions in Excel 2010, but it’s very slow or seems to freeze Excel. How can I fix this?
    This is most likely due to an issue with uncompressed metadata stored in the workbook. In most cases, the issue can be found in the first sheet in hidden shapes. Note that the file will open but it may take a very long time, and in some cases the file will open fine with Smart View disabled. In other cases it will not matter. To solve this problem, save a copy of the file and follow the steps below for the version of Smart View you have.
    If you are using Smart View 11.1.2.1.103 or above, follow these steps:
    1 Open the file (this may take a while) with Smart View enabled.
    2 From the Smart View Ribbon, select Sheet Info.
    3 Select Delete Smart View Info.
    4 Select Workbook and all Sheet Info.
    174 Miscellaneous and Product-Specific Tips
    5 Click OK.
    6 Save the modified workbook.
    7 Reopen the workbook.
    If you are not using Smart View 11.1.2.1.103 or above, follow these steps:
    1 Open the file (this may take a while).
    2 Right-click on the tab of the first worksheet and select Select All Sheets.
    3 Right-click on the tab of the first worksheet and select Move or Copy.
    4 In the drop-down box, select (new book) and check Create a Copy.
    5 Save the workbook.
    6 Open the new workbook.
    7 Refresh the data.

  • Oracle 10g express edition browser login problem

    Hi
    I installed oracle 10g express edition and after installing successfully logged in browser , unlocked hr login and also created one form then I shutdown the database and rebooted my pc and since then when I try to login to "go to Database Home page" after starting database , I get a cookie 127.0.0.1 with username and password, First of all I am not sure what username/password it is expecting, I believe it requires my Windows XP username and password , I tried to enter couple of times my pc login username which has administrator privileges, I also checked it has ora_dba group but after entering pc username , password browser opens saying "unauthorized". I created another os user and tried with that still same. I tried entering oracle password "SYSTEM" and password for it but still could not login, I tried HR username password still nothing.
    I tried disabling firewall but still same issue. I tried to re-install two time but still same .
    Start database dos prompt does show all the process are started successfully .
    I also did ping for 127.0.0.1 and it does ping.
    I tried everything what I knew.
    Can anyone please help me ..to resolve this issue .

    Hi
    This is how I resolved the browser login problem .
    I checked the listener log
    C:\OracleXE\app\oracle\product\10.2.0\server\NETWORK\log
    And found the error
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
    TNS-00512: Address already in use
    I have another version for oracle installed on my pc .
    I ended both the oracle process (Oracle.exe) through the Task Manager
    Then manually started “OracleServiceXe” service through Component Services
    Control Panel – Performance & Maintenance – Administrative – Component Services
    Then did following
    Programs – Oracle Database10g ExpressEdition – Start Database
    Programs – Oracle Databse10g ExpressEdition – Go to Database Homepage –
    Enter username SYSTEM
    Enter password xxxxxx … whatever given at the time of installing.
    And I did successfully login to the browser .
    Hope this will help to those of you who have run into similar problem which I faced
    Good Luck .
    A. Patil

  • Screen refresh problem where data is entered and the screen doesn't refresh

    Many people in the company are experiencing the odd screen refresh problem where data is entered and the screen doesn't refresh to show the updated result in corresponding cell formulas.
    Microsoft have issued a hotfix to fix the issue for Excel 2003 as shown. Microsoft released a hotfix for this problem (<a href="advisory?ID=978908">KB978908</a>). Display memory tends to pick up data from hidden sheets and pastes it
    into the active screen. No impact on the file. This occurs when protecting and unprotecting worksheets in VBA. I also suspect that enabling and disabling screen refresh contributes to this problem. In any case there is a fix, albeit with the following disclaimer:
    As of yet I have not been able to find a fix for this for office 2010 and 2013, Any suggestions would be great.

    Hi,
    Based on your description, Excel does not show the text strings when you typing. It may be caused by the cell format, if we set the cell format as ";;;" in custom format, it will not display the text that you typed. 
    And the issue may be caused by the third-party input method, there are some compatibility issue between them.
    If the issue still exits, please try the following methods
    Verify/install the latest updates
    Repair your Office program
    Regards,
    George Zhao
    TechNet Community Support

  • Browser display problem in firefox

    After reinstall Vibe 3.3 to new server. Browser display problem in firefox. Last column only display half in the table. But IE is display fine. Any suggestion?

    Originally Posted by yuenc
    Sorry that, our company no planning on upgrade.
    And they said no problem before move to new server.
    Then you could try the workaround mentioned in comment 6: https://bugzilla.novell.com/show_bug.cgi?id=786587#c6
    According to the bug report it was found in 3.3, so either they had this problem before or they used an older version firefox than 16 prior to the server migration.
    Thomas

  • Container (JPanel) refresh problem

    Hello,
    In fact i have a panel (mainPanel) with a button OK, a another panel which display a specific MyJTable and combo box.
    In fact, when I clic OK Button, i want to charge my MyJTable with data depends on comboBox.
    First, i display a empty white panel and when i clic Ok i want to display my MyJTable.
    JPanel mainPanel = new JPanel();
    JPanel emptyPanel = new JPanel();
    JPanel combo = new JComboBox();
    JButton okButton = new JButton();
    MyJTable myJTable;
    mainPanel.add(emptyPanel);
    mainPanel.add(combo);
    mainPanel.add(okButton);I have a refresh problem, i try mainPanel.remove(emptyPanel) and thus mainPanel.add(myJTable), the remove works but the add no :(
    In ActionPerformed method when okButton:
    myJTable = new myJTable(combo);
    mainPanel.remove(emptyPanel);
    mainPanel.add(myJTable);
    mainPanel.repaint();Thanks for yu help!!

    Hi,
    have you tried playing with
    mainPanel.revalidate();
    mainPanel.revalidate();??
    Might help
    Phil

Maybe you are looking for

  • Help with Active Directory Integration and kerberos

    Hello, I’m encountering a bug preventing me to use Active Directory integration with kerberos : Our domain name is CORP.DOMAIN.COM. When we request the GC in this domain : bash-3.00# nslookup -query=any gc.tcp.corp.domain.com Server: 1.2.1.6 Address:

  • Problems with Contribute 4

    When editing a table cell property, the "pick background color" dialogue box causes the software to freeze. The only way out of that dialogue is to use task manager to kill the program. Any suggestions or bug fixes on the way? Similarly, where are th

  • Need help - Date format in es Tag / LoadedData

    hi, I have one Date attribute called 'EXPIRATION_DATE' in DOCUMENT table. I mapped this column entry in 'application-config.xml' as jdbc.column.EXPIRATION_DATE=ExpirationDate; And when I am trying to get this value in JSP,within '<es:forEachInArray>'

  • Trying Multiple File Uploads for the same record

    Okay I"m trying to upload 3 images on a form that will go into my gallery. Image types are jpg,gif,eps. What I've got to work so far is for all three images to upload to my server which is great, However when I look into my table, all three images ar

  • OWB AND BI IMPLEMENTATION

    If you use OWB release2 do you have to install a separate BI component?