Skip to content

Instantly share code, notes, and snippets.

@unamashana
Created April 29, 2010 08:00
Show Gist options
  • Select an option

  • Save unamashana/383288 to your computer and use it in GitHub Desktop.

Select an option

Save unamashana/383288 to your computer and use it in GitHub Desktop.
<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