Skip to content

Instantly share code, notes, and snippets.

@kwhinnery
Created September 17, 2009 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwhinnery/188536 to your computer and use it in GitHub Desktop.
Save kwhinnery/188536 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript" charset="utf-8">
(function() {
var intro = Titanium.Media.createSound("app://audio/FF1prelu.m4a");
intro.setLooping(true);
intro.play();
})();
</script>
</head>
<body>
<h1>Hello World1!</h1>
<input type="button" value="Go" onclick="window.location.href = 'app://next.html'"></input>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment