Click to See Complete Forum and Search --> : Session Cookies


Flyin' Pony
10-15-2003, 12:14 PM
Loading a diffrent movie on a certain page each time it is loaded or refreshed?

This is what I have found to date...well with ASP you can create session cookies to store information in. in sure you can put in the asp code to load the appropriate movie depending upon what the cookie contains. the main thing to use is the % sign.

increment the number in the cookie, then get that number and:

load flash movie: current directory add "flash" add (number % 2) add ".swf"

I know roughly how asp works ( you need to use session cookies) but I dont know any actual syntax or where to place it on the page That becomes the next issue, where to find it.

Can anyone help?????????

Dimitri
10-15-2003, 12:56 PM
This is a Javascript forum.

If you want help on setting/reading cookies using ASP, you really ought to ask your question on an ASP forum.

Cheers.
Dimitri