View Single Post
Old 08-18-2009, 08:03 PM   #6 (permalink)
Shauk
Confused Adult
 
Shauk's Avatar
 
Location: Spokane, WA
I KNOW it's not google *sigh* I already explained that.

---------- Post added at 09:03 PM ---------- Previous post was at 08:55 PM ----------

edit: fixed the stupid auto title thing.

and here's the source so you can get your paranoid e-panties out of a bunch

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
	<title>Google</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="language" content="en" />
	<meta name="description" content="" />
	<meta name="keywords" content="" />
	
	<script src="js/swfobject.js" type="text/javascript"></script>

	<script type="text/javascript">
		var flashvars = null;
		var params = {
			menu: "false",
			scale: "noScale",
			allowFullscreen: "true",
			allowScriptAccess: "always",
			bgcolor: "#ffffff"
		};
		var attributes = {
			id:"gooogle"
		};
		swfobject.embedSWF("main.swf", "altContent", "100%", "100%", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
	</script>
	<style>
		html, body { height:100%; }
		body { margin:0; }
	</style>
</head>
<body>
	<div id="altContent">
		<h1>x</h1>
		<p>x</p>
		<p><a href="http://www.adobe.com/go/getflashplayer"><img 
			src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" 
			alt="Get Adobe Flash player" /></a></p>

	</div>
</body>
</html>
which is basically all just a bunch of blah blah saying

load main.swf

http://174.133.240.117/main.swf

god forbid anyone trust a link from Shauk.

Flash will blow up mah puter! oh noez!

Last edited by Shauk; 08-18-2009 at 08:07 PM..
Shauk is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73