Sha256: 2d1805cb34847b8e967b43a3886ce573ec62a76d4371bcc819960931ababf597

Contents?: true

Size: 1.57 KB

Versions: 26

Compression:

Stored size: 1.57 KB

Contents

<!-- Begin VideoJS -->
<div class="video-js-box vim-css">
    <!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
    <video class="video-js" width="<%=width%>" height="<%=height%>" controls preload poster="<%= video.get_thumbnail('poster').public_url %>">
        <source src="<%= video.public_url %>">
        <!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
        <object class="vjs-flash-fallback" width="<%=width%>" height="<%=height%>" type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
            <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" /><param name="allowfullscreen" value="true" /><param name="flashvars" value='config={"playlist":["<%= video.get_thumbnail('poster').public_url %>", {"url": "<%= video.public_url %>","autoPlay":false,"autoBuffering":true}]}' /><!-- Image Fallback. Typically the same as the poster image. --><img src="<%= video.get_thumbnail('poster').public_url %>" width="<%=width%>" height="<%=height%>" alt="Poster Image" title="No video playback capabilities." />
        </object>
    </video><!-- Download links provided for devices that can't play video in the browser. -->
    <p class="vjs-no-video">
        <strong>Download Video:</strong>
        <a href="<%= video.public_url %>">Original</a>
        <br>
        <!-- Support VideoJS by keeping this link. --><a href="http://videojs.com">HTML5 Video Player</a>
        by VideoJS
    </p>
</div>
<!-- End VideoJS -->

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
phocoder-rails-0.0.58 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.57 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.56 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.55 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.54 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.53 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.52 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.51 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.50 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.49 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.48 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.47 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.46 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.45 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.44 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.43 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.42 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.41 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.40 app/views/phocoder/_offline_video_embed.html.erb
phocoder-rails-0.0.39 app/views/phocoder/_offline_video_embed.html.erb