On Feb 6, 2:19 am, Newb Newb <li...@ruby-forum.com> wrote: > Hi.. > > i have a .wav file in my rails public folder. > > i would like to play that file when i click play link in my application. > [snip] > > Is there any way to play that file simply when click the play link from > my rails application? >
Your best bet is probably some kind of Flash player, that you feed the URL to in the embed/object tag. At some point in the future, you'll be able to play the file natively with HTML5, but that's not yet. Oh, and you'll want to get some kind of audio compression going - neither your users nor your host are going to like downloading uncompressed .wav files... --Matt Jones -- 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-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.