Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: cached .swf's |
From: | Eric Dunham |
Date: | Sun, 2 Apr 2000 05:19:42 +0100 |
Give 'em a cookie!
<!--
function
ookie(){
var my_date = new Date;
/*change this below to whatever property you want
like seconds or minutes or whatever*/
my_date.setMonth(my_date.getMonth()+1);
my_date.toGMTString();
document.cookie = "cache_kill;expires=" + my_date;
}
function readCookie(){
if (document.cookie == ''){
setCookie();
window.location.reload(true);
}
}
//-->
HTH,
Eric Dunham
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Steven
Zeller
Sent: Friday, March 31, 2000 7:27 AM
To: flasherchinwag [dot] com
Subject: FLASH: cached .swf's
i'm working on a flash app to cover the presidential election. flash
movies will be updated throughout the day as new stories come in. i need
to stop the user's browser from pulling up old cached files from earlier in
the day. this needs to work with both ie and netscape. perhaps a line of
javascript or meta-tag?
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The Worlds Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California
-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California
-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]