Answered
iframe adobe canvas
How can I insert an iframe in Adobe canvas, is there any javascript code?
How can I insert an iframe in Adobe canvas, is there any javascript code?
It's just standard JavaScript. Literally thousands of tutorials out there if you'd bother to look. Like, a single line as a basic start point:
canvas.parentNode.appendChild(document.createElement("iframe"));
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.