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>
|