<%= render_player({
:video_url => @video.flv_url,
:thumbnail_url => @video.medium_thumbnail_url,
:progress_bar_color => "0x123456",
:volume_bar_color => "0x123456"
}) %>
Name: <%= @video.name %>
Length: <%= @video.duration %> seconds
Filesize: <%= @video.filesize / 1024 %> KB
Created at: <%= @video.created_at %>