Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Created March 26, 2010 19:22
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 tylerflint/345275 to your computer and use it in GitHub Desktop.
Save tylerflint/345275 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>TinyBrick, LLC</title>
<!-- Typekit tester -->
<script type="text/javascript" src="http://192.168.1.199/tinybrick/js/swfobject/swfobject.js" ></script>
<link rel="stylesheet" type="text/css" href="http://192.168.1.199/tinybrick/skin/frontend/delorum/default/css/base-1.1.1.css" media="all" />
<script type='text/javascript'>
swfobject.embedSWF("http://192.168.1.199/tinybrick/skin/frontend/delorum/default/swfs/player-licensed.swf","video-player","1000","627","9.0.0","http://192.168.1.199/tinybrick/skin/frontend/delorum/default/swfs/expressInstall.swf",{"skin":"","id":"player-licensed"},{"image":"","wmode":"transparent","allowscriptaccess":"always","allowfullscreen":"false"},{"id":"player-licensed"})
function playerReady(obj)
{
alert('yo Im here!');
cinema = $('player-licensed');
}
//positionCart();
</script> </head>
<body>
<div id='video-player-wrapper' style='visibility: hidden;'>
<div id='video-player'></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment