Advertisement
Guest User

KongAPI

a guest
Jan 13th, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.93 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3.   <head>
  4.     <title>Kongregate Game Shell</title>
  5.    
  6.     <script type="text/javascript" src="http://www.kongregate.com/javascripts/kongregate_api.js"></script>
  7.    
  8.     <style type="text/css">
  9.       html{border: none; overflow: hidden; background-color: #333;height: 100%;}
  10.       body{border: none; background-color: #333;margin:0; padding:0;}
  11.     </style>
  12.   </head>
  13.  
  14.   <body>
  15.     <script type="text/javascript">
  16.       function onLoadCompleted() {
  17.         kongregate = kongregateAPI.getAPI();
  18.        
  19.         kongregateAPI.embedFrame("frame.html");
  20.       }
  21.      
  22.       kongregateAPI.loadAPI(onLoadCompleted);
  23.     </script>
  24.    
  25.     <div id="contentdiv" style="top:0px; left:0px; width:820px; height:570px; borders:none;">
  26.     </div>
  27.   </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement