/flash/echo-nest-flash-api/examples/remix/remix.html
HTML | 13 lines | 12 code | 1 blank | 0 comment | 0 complexity | 998a86fb658d673425f9e5a5050b01f5 MD5 | raw file
1<html> 2<body> 3 <p><strong>One:</strong> Play the first beat of every bar.</p> 4 <p><strong>Reverse:</strong> Play all beats in reverse order.</p> 5 <p><strong>Origininal</strong>: Play the original track.</p> 6 7 <object width="750" height="650"> 8 <param name="movie" value="remix.swf"> 9 <embed src="remix.swf" width="750" height="650"> 10 </embed> 11 </object> 12</body> 13</html>