Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

flash does not reload xml file.

Options
  • 25-02-2008 4:58pm
    #1
    Closed Accounts Posts: 5,284 ✭✭✭


    This problem is discussed here (by someone else)

    http://board.flashkit.com/board/archive/index.php/t-166491.html

    I have an aspx page that makes changes to an xml file.
    I have a flash movie that uses the xml file.
    The flash movie reloads the xml file. It should now have the new changed xml file.
    This is not what happens however. It just uses the old one from the cache.
    The man in the above link uses random numbers at the end of the filename to get around this. I don't want to do this because I want the xml file to be loaded when the page is opened and having to tell it which xml file is the current one is messy.
    Does anyone know how to get flash to reload the file instead of using the the cached version?

    Thanks


Comments

  • Closed Accounts Posts: 5,284 ✭✭✭pwd


    Actually on second glance that link answers my problem too. The random numbers are in a querystring, not part of the filename - I didn't notice that earlier.

    edit: Yes - spoofing the querystring did work.


Advertisement