Quote:
Originally Posted by BiggestBAnge
this full screen is easy  , it's not even basic html programming :P
i made my self full screen in 1 minute >
enter it and it's full screen the source has being encrypted
Regards Big
|
Problem: you can't change from fullscreen back to normal mode, because you are in flash and can't press ESC or F11
BTW:
Code:
<html>
<head>
<title>BiggestBAnge FULLSCREEN</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="revisit-after" content="">
<meta name="robots" content="NOINDEX, FOLLOW">
</head>
<frameset rows="100%,*" frameborder="NO" border="0" framespacing="0">
<frame name="main" src="_DELETED_"></frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
<a href="_DELETED_">Click here to continue to _DELETED_</a>
</body>
</noframes>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '_DELETED_']);
_gaq.push(['_setDomainName', '_DELETED_']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</html>
Don't seems to be encrypted

//deleted link to SWF^^