use jsttyplay.

This commit is contained in:
mattn
2010-03-14 01:26:20 +09:00
parent 01d436b51f
commit 8fc38a5dfb
4 changed files with 331 additions and 3 deletions

View File

@@ -14,6 +14,12 @@
</script>
<![endif]-->
<script type="text/javascript" src="static/js/jquery-latest.js"></script>
<script type="text/javascript" src="showtty.js"></script>
<script type="text/javascript">
$(function() {
showTTYURL($('#tty')[0], "output.json");
});
</script>
</head>
<body>
<img id="logo" alt="ZenConding" src="static/images/zencoding-vim-logo.png" title="禅" />
@@ -40,12 +46,13 @@
<div class="blocked-content">
<article id="howworkthis">
<h2 class="maintitle">How This Work</h2>
<p>
<p>below is a movie when using zencoding.vim</p>
<div id="tty">
</div>
<!--
<embed type="application/x-shockwave-flash" src="http://ttyshare.com/t/a474271fe4eea14f6302286d2bfabd968fb40868" width="480" height="288"/>
-->
<embed type="application/x-shockwave-flash" src="http://ttyshare.com/t/8e83a40b6e5d6590b2832fc406114dbe348fc96f" width="480" height="288"/>
</p>
-->
</article>
</div>
<br />