Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6827063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:13:19+00:00 2026-05-26T22:13:19+00:00

Each time I publish new content on my flash page, the computers that had

  • 0

Each time I publish new content on my flash page, the computers that had opened that page earlier (with old content) remain with the same old content, until their histories are removed, or the page is refreshed with SHIFT+reload.

How can I build I page so this does not happen?

thanks a lot.

salu2

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T22:13:20+00:00Added an answer on May 26, 2026 at 10:13 pm

    There are a few ways of making sure your files are not taken from user’s cache. You can do it from PH by setting a expiration date but you can also do it from ActionScript.

    The simpliest way is to add some strings to the file url after the “?” mark to get for example:

    http://path.to.my.file/file.swf?cacheBuster=123092183120
    

    It will make sure that the url is different so it won’t get the file from cache.
    The best way is to get a current datestamp.
    You can also specify a site version number and update it when you upload new files and then add the version number to the url.

    This will allow you to make sure that the files are loaded from the server when you update your site but when a user enters the page again and there were no changes the file will load from cache.

    http://path.to.my.file/file.swf?version=1.1.0
    

    this is the code I use in my projects:

    var _url:String = "http://some.url/file.swf";
    var vstring:String = (_url.indexOf("?") != -1) ? "&version=" + _version : "?version=" + _version;
    _url = _url + vstring;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to be able to automatically publish to a local folder each time
Each time a python file is imported that contains a large quantity of static
Each time I click on the map a new marker is placed on the
I am relatively new to C# and each time I begin to work on
The webViewDidFinishLoad message seems to be sent each time any object in the page
We're using siteCore 6.5 and each time we start to publish items, users who
Each time my webpage is loaded it runs a routine in the page_load event
I want to output the function name each time it is called, I can
How do I run a batch file each time windows boots up also I
It's a WiX MSI installer and each time I uninstall and reinstall it in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.