XML.send() to other frame? #8042
Unanswered
mkrummenacher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've tried to use ruffle on a website where the menu is built with flash and displayed in the left frame. The flash does load content in the right frame by using XML.send() with the name of the right frame as the second parameter.
Example: _xml.load("page.php?id=1", "right_frame", "POST")
In the browser developer tools I can see the request been made, but the right frame doesn't change it's content. There is no error on the console.
Is specifying a target currently not supported by ruffle or is it impossible to achieve because of limitations in JavaScript?
Beta Was this translation helpful? Give feedback.
All reactions