Change IFrame parameters

Is it possible with WixCode to change parameters of IFrame before it is appeared on the page?
http://joxi.net/823kgd9SJdwBB2

Hi,
you can try using the HTML component API to change the SRC of the HTML.
Another option is to use multiple ‘iframe’ elements, hide all of them and decide on load which one to show.

Hope this helps,
Liran.