Riffly Demo | Plugin | Plans | API | Sign in     

Display a Recording for Playback -- Developer API



Recording

  1. Include Riffly's Javascript
  2. Display the Recorder
  3. Store the Riffly ID and Type
  4. Working Example

Playback

  1. Display Snapshots
  2. Display a Recording for Playback
  3. Working Example



When you're ready to display a video or audio you should use the appropriate embed code for the "riffly_type" of the content. Replace <RIFFLY_ID> with the "riffly_id" previously stored in your database.

Video

<embed src="http://riffly.com/p/<RIFFLY_ID>"
width="400" height="320"
type="application/x-shockwave-flash"
allowscriptaccess="always"
allowfullscreen="true">
</embed>
		

Audio

<embed src="http://riffly.com/p/<RIFFLY_ID>"
width="400" height="100"
type="application/x-shockwave-flash"
allowscriptaccess="always"
allowfullscreen="true">
</embed>
		


Blog | Developer API | Terms of Service | Contact Us
Copyright © 2007-2009 -- All Rights Reserved