I have an Iframe object and I want to communicate with it. What is the standard way?
Like when I hit a button in the iframe I want to immediately be told in construct.
thanks for your time.
yours
winkr7
Here is an old demo:
howtoconstructdemos.com/communicating-with-an-iframe-in-construct
You can pass JSON as text and parse it on other end.
Develop games in your browser. Powerful, performant & highly capable.
Thanks for the link.