Ruby on Rails Thursday, January 31, 2013

Hi Folks,


I want play videos, the src file should i get from assets/videos.

I just created one folder in my assets like videos and placed one .mov file.

In my view,

<video width="320" height="240" controls="controls">
  <source src="/assets/videos/demo.mov" type="video/mov" />
   Your browser does not support the video tag.
</video>

But its not working. Please advice.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/TygyXNbguhoJ.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment