Can someone tell me how to make it so that every visit to (or refresh of) a home page displays a different movie from the last time? I've seen it before on this site
well if you want it to be random, you simply make your mc then select one based on random()... if you want it to step through a series of movies and not be random then you could set/read/update a cookie...
Thanks Conehead, not sure I understand you though. What's 'mc'?
I want to have about 6 alternative swf files which you reach when visiting the home page. Each time someone visits the site, they see a different page from the last time. Maybe its Javascript I'm after.
Well, I was thinking of engineering it within Flash where you would talk to various movie clips (mc's) - but you could certainly do it with various swf's and Javascript... sounds like you will need to write a cookie and update it each time they visit the site and show the swf the cookie says it is time for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.