/flash/echo-nest-flash-api/examples/remix/remix.html

http://echo-nest-remix.googlecode.com/ · 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. <object width="750" height="650">
  7. <param name="movie" value="remix.swf">
  8. <embed src="remix.swf" width="750" height="650">
  9. </embed>
  10. </object>
  11. </body>
  12. </html>