A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: urgent , cache problem

  1. #1
    Unregistered User
    Join Date
    May 2004
    Location
    Dubai
    Posts
    67

    urgent , cache problem

    hi guys ..

    how can i disable caching my swf file on the end user computer???

    my problem is that my swf is loading some ASP file that contains live data.

    but the ASP file is cached locally on the end user computer and the swf file is not reading that file from the server !!!

    any help ???

    thx

  2. #2
    Senior Member
    Join Date
    Feb 2005
    Posts
    1,834
    at the end of the address have it generate something like this:
    www.link.com/file.asp?341af34
    It doesn't matter what you put after the question mark because every time you change what comes after then it will think it's a new page and thus not load from cache.
    .

  3. #3
    Unregistered User
    Join Date
    May 2004
    Location
    Dubai
    Posts
    67
    THX A LOT... it worked very well

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center