Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: Resetting Variables in ASP page
From: Jason Bouwmeester
Date: Mon, 17 Apr 2000 23:00:46 +0100

Not using GET or POST, that might be the problem. I am just using the Load
Variables from time.asp into target local_time mc. It was fine in NS, but
not in IE, when I added the response.expires it worked in both fine.
::shrugs:: not sure what the problem was/is...

jb

-----Original Message-----
From: David Jacobs [DavidJatSkywalker [dot] com (mailto:DavidJatSkywalker [dot] com)]
Sent: Monday, April 17, 2000 3:43 PM
To: 'flasheratchinwag [dot] com'
Subject: RE: FLASH: Resetting Variables in ASP page


Response.Expires prevents the page from caching, but it seems like the
problem here is the swf caching with the variables it loads the first time.
ASP variables do not need to be "reset." They don't cache. Using this
solution you are preventing your swf from caching, which means it must be
reloaded every time someone visits.

I'm loading variables by a post request to an ASP page at itverge.com. I
haven't had any problems with it not reloading properly. How is it you are
getting your variables? Get can introduce some complications. There must be
some other problem here...

David Jacobs
Web Developer
Skywalker Communications
http://www.skywalker.com
http://www.itverge.com

Phone: 636.272.8025 x167

> -----Original Message-----
> From: Mike Krisher [SMTP:mkrisherateviciti [dot] com]
> Sent: Monday, April 17, 2000 3:15 PM
> To: flasheratchinwag [dot] com
> Subject: Re: FLASH: Resetting Variables in ASP page
>
> response.expires = 0
>
> should do the trick. put this line before you declare the variables in the
> ASP.
>
> Michael Krisher
>

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]