I have Flash in my website and it has small menu, one of it's items is
forum and after I press it Flash calls JavaScript function GetURL(),
which get URL through PHP script and it must return it (it must return
string) and Flash captures string which contains new forum URL.
It works fine, it gets the URL. But I am stuck inside on Success
method:
> onSuccess: function(transport){
> response = transport.responseText;
> alert(response);
> }
I need to get that response outside and I could make function to
return it (GetURL() must return string with URL).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---