Created
April 29, 2010 08:00
-
-
Save unamashana/383288 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <script type="text/javascript"> | |
| _muzq ||= [] | |
| </script> | |
| <body> | |
| <div id="player"></div> | |
| <script type="text/javascript"> | |
| _muzq.push(['Muziboo.Player.embedSingle']); // The queue will store this message until the javascript is loaded | |
| </script> | |
| <script type="text/javascript" src="my_javascript_files"></script> | |
| <script type="text/javascript"> | |
| Muziboo.Queue.process(); // Process all the waiting message and execute any message from them on | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment