fixed the video link

This commit is contained in:
Jesse Grant
2013-01-14 16:34:06 -05:00
parent fa488a9b1a
commit 731e1d62b9

View File

@@ -6,7 +6,7 @@
</div>
<div id="player" class="hidden">
<object width="512" height="385">
<param name="movie" value="https://www.youtube.com/v/D1L3o88GKew?autohide=1&showinfo=0&rel=0&autoplay=1" />
<param name="movie" value="<%= Settings.video_embed_url %>?autohide=1&showinfo=0&rel=0&autoplay=1" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<embed src="<%= Settings.video_embed_url %>?autohide=1&showinfo=0&rel=0&autoplay=1" type="application/x-shockwave-flash" width="512" height="385" allowscriptaccess="always" allowfullscreen="true"></embed>