Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Resetting Variables in ASP page |
From: | David Jacobs |
Date: | Mon, 17 Apr 2000 22:57:08 +0100 |
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:mkrishereviciti [dot] com]
> Sent: Monday, April 17, 2000 3:15 PM
> To: flasherchinwag [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 helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]