mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
13 lines
410 B
Text
13 lines
410 B
Text
|
<div class="box center">
|
||
|
<embed type="application/x-vlc-plugin"
|
||
|
name="video1"
|
||
|
autoplay="yes" loop="yes" width="640" height="480"
|
||
|
target=http://ensl.org:29100" />
|
||
|
<br />
|
||
|
If you cannot see the video, please install the
|
||
|
<%= link_to "newest VLC", DataFile.find(855) %>,
|
||
|
and enable browser plugin in the installer.
|
||
|
</div>
|
||
|
|
||
|
<%= render :partial => "shoutmsgs/index", :locals => {:object => @movie} %>
|