Gamingforce Interactive Forums
85240 35212

Go Back   Exploding Garrmondo Weiner Interactive Swiss Army Penis > Garrmondo Network > Help Desk
Register FAQ GFWiki Community Donate Arcade ChocoJournal Calendar

Notices

Welcome to the Exploding Garrmondo Weiner Interactive Swiss Army Penis.
GFF is a community of gaming and music enthusiasts. We have a team of dedicated moderators, constant member-organized activities, and plenty of custom features, including our unique journal system. If this is your first visit, be sure to check out the FAQ or our GFWiki. You will have to register before you can post. Membership is completely free (and gets rid of the pesky advertisement unit underneath this message).


Firefox doesn't upload my Flash site
Reply
 
Thread Tools
Tawnee Van Pelt
Everybody Hertz


Member 227

Level 23.36

Mar 2006


Reply With Quote
Old May 25, 2006, 02:18 AM Local time: May 25, 2006, 01:18 AM #1 of 2
Firefox doesn't upload my Flash site

Ok. There's a Flash section of my website that I only require to upload a XML file in order to be, well, updated:

www.malasinfluencias.com/fotografia

The thing is, everytime I upload my XML file the .swf file doesn't show the updates in the page. I've tried to add the following meta tags in order to work:

Code:
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
but none of them seems to work since (in Firefox) it doesn't update until I clean all the cookies and Cache.

Any suggestions?

Jam it back in, in the dark.



Duminas
Something


Member 29

Level 13.21

Mar 2006


Reply With Quote
Old May 25, 2006, 02:41 AM Local time: May 24, 2006, 11:41 PM #2 of 2
Firefox caches fairly aggressively, and it tends to ignore <meta> tags.
While I think it honours headers sent outside of HTML (at the server itself) I am not sure of this.

About the best I can think to do is to try sending PHP headers, if you are capable. If you can use .php files, the code to do this is below:
PHP Code:
<?php
header
("Pragma: no-cache");
header("Expires: -1");
header("Cache-Control: no-cache");
?>
Though, I am not the most familiar with this kind of thing. Does a simple CTRL+F5 (forceful refresh, essentially) make Firefox show the new changes?

There's nowhere I can't reach.


Need help using an FTP client? Look no further! ««
Reply


Exploding Garrmondo Weiner Interactive Swiss Army Penis > Garrmondo Network > Help Desk > Firefox doesn't upload my Flash site

Forum Jump


All times are GMT -5. The time now is 11:41 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2025, vBulletin Solutions, Inc.