Skip to content

Instantly share code, notes, and snippets.

@lamp
Created March 9, 2011 13:12
Show Gist options
  • Select an option

  • Save lamp/862158 to your computer and use it in GitHub Desktop.

Select an option

Save lamp/862158 to your computer and use it in GitHub Desktop.
<object width="100%" height="100%" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="videojuicer_seed_<%=presentation.seed_name %>_presentation_<%=presentation.id %>">
<param name="movie" value="http://player.videojuicer.com/bootstrap.swf">
<param name="allowFullScreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="autoplay" value="true">
<param name="FlashVars" value="seed_name=<%=presentation.seed_name%>&amp;presentation_id=<%=presentation.id%>&amp;AUTOPLAY=true">
<param name="name" value="videojuicer_seed_<%=presentation.seed_name %>_presentation_<%=presentation.id %>">
<param name="wmode" value="transparent">
<embed src="http://player.videojuicer.com/bootstrap.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="seed_name=<%=presentation.seed_name %>&amp;presentation_id=<%=presentation.id %>&amp;AUTOPLAY=true" width="100%" height="100%" name="videojuicer_seed_<%=presentation.seed_name %>_presentation_<%=presentation.id %>" wmode="transparent" autoplay="true" >
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment