can any one let me know how to proceed with this? Or do we have any pluggin for this? Thanks in advance :) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Walter Lee Davis
2010-Sep-24 12:38 UTC
Re: Uploading and playing .mp4 files in rails application
Uploading is simple, there''s Paperclip or attachment_fu or plenty of other file upload widgets already there. For playing, you just need to make a partial that includes the QuickTime object/embed code, and insert your movie within it. Here''s one for Flash, extracted from an ad review system that uses Paperclip for its file storage: http://pastie.textmate.org/1179080 Making one for QuickTime would just be a matter of looking at a working QuickTime page and parameterizing the values you need to send from your application. Walter On Sep 24, 2010, at 4:52 AM, Atheeq Pasha wrote:> can any one let me know how to proceed with this? Or do we have any > pluggin for this? > > Thanks in advance :) > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google > Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails- > talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > . > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en > . >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.