all groups > flash (macromedia) > november 2004 >
You're in the

flash (macromedia)

group:

Flash Movie


Flash Movie okie
11/17/2004 10:42:23 PM
flash (macromedia):
Re: Flash Movie dan the guy
11/17/2004 10:48:48 PM
Re: Flash Movie okie
11/17/2004 10:51:32 PM
Re: Flash Movie dan the guy
11/17/2004 10:53:14 PM
if you have the swf in an html do this in the head:<br>
<script>
go_to = "http://www.yoursite.com/page_after_swf.htm";
num_days = 15;
function ged(noDays){
var today = new Date();
var expr = new Date(today.getTime() + noDays*24*60*60*1000);
return expr.toGMTString();
}

function readCookie(cookieName){
var start = document.cookie.indexOf(cookieName);
if (start == -1){
document.cookie = "seenit=yes; expires=" + ged(num_days);
} else {
window.location = go_to;
}
}

readCookie("seenit");
// -->
</script>
Re: Flash Movie okie
11/17/2004 11:15:12 PM
Re: Flash Movie dan the guy
11/17/2004 11:16:15 PM
AddThis Social Bookmark Button