Hi,
I've always wondered about this. I've never in my years of using Construct 3 been able to make iframes load URLs after runtime, through an event action.
For instance, I currently have an action similar to this in my event sheet:
On button press - Load URL "http://google.com"
But on runtime, the debug window shows the iframe as having:
iframe URL about:blank
(about:blank is the default URL that the iframe object has in the properties)
This is not specific to my project. I've simply never been able to make an iframe load any URL on runtime. iframes only seem to be able to load the URLs that they were assigned through the properties while editing the object in the editor.
Is anyone else familiar with this, and does anyone know how to fix this?