• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Adobe Air for Desktop - Temp folder (windows 7)?

Contributor ,
May 14, 2014 May 14, 2014

Copy link to clipboard

Copied

Hi there!

Just a simple question, where can I find and delete the cached internet files (Temp) related to Adobe Air Desktop on windows 7?

My Air Desktop application downloads a text file from Internet afer each run.

Now when I change the text file online, it still loads the old cached text file, and does not re-download the new text file.

Thanks a lot,

Best of all for you all

TOPICS
Development

Views

988

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , May 19, 2014 May 19, 2014

Try to use this:

var urlr : URLRequest = new URLRequest();

urlr.cacheResponse = false;

If it will not help - use another method. Add to each url something like "?nocache="+ Math.random();

Votes

Translate

Translate
Advocate ,
May 19, 2014 May 19, 2014

Copy link to clipboard

Copied

Try to use this:

var urlr : URLRequest = new URLRequest();

urlr.cacheResponse = false;

If it will not help - use another method. Add to each url something like "?nocache="+ Math.random();

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 19, 2014 May 19, 2014

Copy link to clipboard

Copied

Thanks a lot! Just one more thing do you know where can i locate the cached files related to Adobe Air applications in windows seven?!

thx

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
May 19, 2014 May 19, 2014

Copy link to clipboard

Copied

LATEST

You are welcome!

You can't locate that files because they owned by Internet Explorere application.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines