This content has been marked as final.
Show 2 replies
-
1. Re: iFrame in extension
Hallgrimur Bjornsson Apr 16, 2014 10:36 AM (in response to KaiPradel)Hi,
What you need to do is to make an ajax request which fetches the JS code, and, if you like to dynamically load ExtendScript, then eval the extend script code in the extension. You would end up with JS code (dynamically loaded) that can call ExtendScript (dynamically loaded or not).
Best regards,
Hallgrimur
--
Hallgrimur Th. Bjornsson | Product Manager | Adobe | Tel: +44 (0) 1314582787
-
2. Re: iFrame in extension
Hallgrimur Bjornsson Apr 16, 2014 10:37 AM (in response to KaiPradel)By the way, please be aware of the potentially huge security implications if you go with this method.
Best regards,
Hallgrimur
--
Hallgrimur Th. Bjornsson | Product Manager | Adobe | Tel: +44 (0) 1314582787

