View Single Post

Old 09-10-2006, 14:35   #5
Icewolf
wiseass *g*
 
Icewolf is offline
Join Date: Sep 2002
Location: Germany
Posts: 5,038
Code:
if ( MM_FlashCanPlay ) {
	window.location.replace("flash.html");
} else{
	window.location.replace("noflash.html");
}
Really nice that your website uses javascript to check if someone can use flash, but without javascript it just display an empty white screen :p

edit: and too bad it's in the USA; wouldn't mind some free tickets for the Games Convention ;)
__________________