Prezi: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:
See http://prezi.com/your/
See http://prezi.com/your/


=Technical=
==Extracting video URLs from existing Prezis.==
*https://getsatisfaction.com/prezi/topics/extracting_url_from_embedded_video
=Sample by Chris Fornof=
=Sample by Chris Fornof=
<html>
<html>
<div class="prezi-player"><style type="text/css" media="screen">.prezi-player { width: 550px; } .prezi-player-links { text-align: center; }</style><object id="prezi_ft7rgdxbfa44" name="prezi_ft7rgdxbfa44" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400"><param name="movie" value="http://prezi.com/bin/preziloader.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="bgcolor" value="#ffffff"/><param name="flashvars" value="prezi_id=ft7rgdxbfa44&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0"/><embed id="preziEmbed_ft7rgdxbfa44" name="preziEmbed_ft7rgdxbfa44" src="http://prezi.com/bin/preziloader.swf" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="550" height="400" bgcolor="#ffffff" flashvars="prezi_id=ft7rgdxbfa44&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0"></embed></object><div class="prezi-player-links"><p><a title="" href="http://prezi.com/ft7rgdxbfa44/ose/">OSE</a> on <a href="http://prezi.com">Prezi</a></p></div></div>
<div class="prezi-player"><style type="text/css" media="screen">.prezi-player { width: 550px; } .prezi-player-links { text-align: center; }</style><object id="prezi_ft7rgdxbfa44" name="prezi_ft7rgdxbfa44" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400"><param name="movie" value="http://prezi.com/bin/preziloader.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="bgcolor" value="#ffffff"/><param name="flashvars" value="prezi_id=ft7rgdxbfa44&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0"/><embed id="preziEmbed_ft7rgdxbfa44" name="preziEmbed_ft7rgdxbfa44" src="http://prezi.com/bin/preziloader.swf" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="550" height="400" bgcolor="#ffffff" flashvars="prezi_id=ft7rgdxbfa44&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0"></embed></object><div class="prezi-player-links"><p><a title="" href="http://prezi.com/ft7rgdxbfa44/ose/">OSE</a> on <a href="http://prezi.com">Prezi</a></p></div></div>
</html>
</html>

Latest revision as of 23:41, 22 January 2014

Introduction

Prezi is a flexible platform for creating online presentations. It is not cloud-collaborative, though it is cloud and collaborative separately. For OSE, it would be amazing if two or more people could edit a presentation at the same time.

See http://prezi.com/your/

Technical

Extracting video URLs from existing Prezis.

Sample by Chris Fornof