hey fellas, I recently wrote a flash uploader that is integrated into my rails app. What I want to do is feed the flash a var, have it do its thing, then feed a var back to the ruby. My only issue is passing back the variable to rails. Does a post function like in PHP work? or does anyone have a simple solution for me? Thanks, any advice you can throw my way i would greatly appreciate it. Austen --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
austen wrote:> I recently wrote a flash uploader that is integrated into my rails > app. What I want to do is feed the flash a var, have it do its thing, > then feed a var back to the ruby. > > My only issue is passing back the variable to rails. Does a post > function like in PHP work? or does anyone have a simple solution for > me?Ogle the source to Juggernaut. It uses the URL javascript:source trick to push JS out into a browser. -- Phlip http://www.oreilly.com/catalog/9780596510657/ "Test Driven Ajax (on Rails)" assert_xpath, assert_javascript, & assert_ajax --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---