loadString(...) - 访问 JS 函数
我正在使用 htmlLoader.loadString(someHtml)
加载网站。其中包含 JS 源。 是否有机会访问此 JS 文件内的函数?
我还将属性 placeLoadStringContentInApplicationSandbox
设置为 true。
I'm loading website by using htmlLoader.loadString(someHtml)
. There are included JS sources.
Is there any chance to get access to functions which are inside this JS file?
I also set property placeLoadStringContentInApplicationSandbox
to true.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
文档是你最好的朋友我的朋友。 http://livedocs.adobe.com/flex/3 /html/help.html?content=ProgrammingHTMLAndJavaScript_02.html
更具体地说,http://livedocs.adobe.com/flex/3/html /help.html?content=ProgrammingHTMLAndJavaScript_07.html
Documentation is your best friend my friend. http://livedocs.adobe.com/flex/3/html/help.html?content=ProgrammingHTMLAndJavaScript_02.html
More specifically, http://livedocs.adobe.com/flex/3/html/help.html?content=ProgrammingHTMLAndJavaScript_07.html
问题是,如何访问 JS 函数 - showAlert()?在本例中,我使用 userDirectory 来存储文件。这两个文件 - txt(里面有 html 源代码)和 JS - 都在此目录 - /Users/unsername/ 中。希望现在一切都会清楚。感谢您的帮助。
我的 HMTL 文件来源:
我的 JS 文件:
Question is, how to get access to JS function - showAlert()? In this case I used userDirectory to store files. Both files - txt (which has html source inside) and JS - are in this directory - /Users/unsername/. Hope that now everything will be clear. Thanks for help.
My HMTL file source:
My JS file: