On Sep 24, 10:57 pm, Justin Blake <
jbl...@gmail.com> wrote:
> Can you feed the Flash a URL instead of a path to a real file?
>
> Otherwise you can save the xml to a file just like you'd write any
> other file in ruby. Something like File.open('/path/to/file', 'w') { |
> f| f.puts @product.to_xml } should do the trick.
>
> --