| 123456789101112131415161718192021222324252627282930 |
- <center>
- <h3> Atomic Web Player</h3>
- <iframe id="playerframe" src="AtomicPlayer.html" width="800" height="512", marginwidth="0", marginheight="0", frameborder="0", scrolling="no"></iframe>
- </center>
- <h4>New Features:</h4>
- * Embed the Atomic Web Player in a page <br>
- * Asset Precaching <br>
- * New UI system (WIP) <br>
- * Game loop with proper cleanup <br>
- * Built from the atomic-cli <br>
- * Optimizations <br>
- <h4>Known Issues:</h4>
- * Slow startup speed issue on Chrome 42 (fixed in 44 Canary) <br>
- * Enable blur for cool Post Process feature, er BUG! <br><br>
- <script>
- function focus()
- {
- var iframe = document.getElementById('playerframe');
- iframe.contentWindow.focus();
- }
- window.setInterval(focus, 100);
- </script>
|