如何访问Flash中的html元素?

发布于 2024-07-19 20:52:53 字数 370 浏览 4 评论 0原文

我有一个 html 页面,其中嵌入了一个 Flash 影片,该 Flash 影片包含一个按钮。 我想将包含 html 页面上的元素的 id 传递给 Flash 影片,以便单击按钮时,我可以在 Flash 中获取该元素的文本(即innerHTML)。

所以,我的问题基本上是两个问题:

  • 如何将 HTML/Javascript 中的内容传递到 flash?
  • 如何从 Flash 访问包含 html 页面上的元素? (需要什么 ActionScript 代码才能做到这一点?)

非常感谢...

编辑:

我找到了第一个问题的答案(使用 Flash Vars),希望有人可以帮助我解决另一个问题。

I have an html page with a flash movie embded in it, that flash movie contains a button. I want to pass the id of an element on the containing html page to the flash movie so that when the button is clicked, I get the text of that element in flash (i.e. innerHTML).

So, my question is basically two questions:

  • How to pass something from HTML/Javascript to flash?
  • How to access an element on the containing html page from flash? (What ActionScript code is needed to do that?)

Many thanks ...

Edit:

I found the answer to the first question (use Flash Vars), hope someone can help me with the other one.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼泪都笑了 2024-07-26 20:52:55

查看此 StackOverflow 答案,了解 ExternalInterface ActionScript 中的类。

See this StackOverflow Answer about the use of the ExternalInterface class in ActionScript.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文