BlackGalaxy - Fullscreen mode

01/13/2013 03:02 MagierDesGrauens#1
Here is a fullscreen mode version of BlackGalaxy.
Maybe this will be in the next version of BG!


//no download, only information about it ;)
01/13/2013 17:37 BiggestBAnge#2
this full screen is easy :) , it's not even basic html programming :P

i made my self full screen in 1 minute > [Only registered and activated users can see links. Click Here To Register...]

enter it and it's full screen the source has being encrypted :D

Regards Big
01/15/2013 21:10 MagierDesGrauens#3
Quote:
Originally Posted by BiggestBAnge View Post
this full screen is easy :) , it's not even basic html programming :P

i made my self full screen in 1 minute > [Only registered and activated users can see links. Click Here To Register...]

enter it and it's full screen the source has being encrypted :D

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^^