<%= content_tag(:canvas, nil, :width => post.image_width, :height => post.image_height, :id => "ugoira-canvas") %>

<%= link_to "Play", "#", :id => "ugoira-play" %> | <%= link_to "Pause", "#", :id => "ugoira-pause" %> | <%= link_to "Rewind", "#", :id => "ugoira-rewind" %> | <%= link_to "Stop", "#", :id => "ugoira-stop" %> | <%= link_to "Save as video (right click and save)", post.large_file_url %>

<% content_for(:html_header) do %> <%= javascript_include_tag "ugoira_player" %> <% end %>