Skip to content

Instantly share code, notes, and snippets.

@unamashana
Created April 29, 2010 07:52
Show Gist options
  • Save unamashana/383286 to your computer and use it in GitHub Desktop.
Save unamashana/383286 to your computer and use it in GitHub Desktop.
<html>
<body>
<div id="player"></div>
<script type="text/javascript">
Muziboo.Player.embedSingle(); // Won't work as my_javascript_files are not loaded yet
</script>
<script type="text/javascript" src="my_javascript_files"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment