Is it possible to drag and drop from/to outside a Flash applet with JavaScript?(是否可以使用 JavaScript 从/到 Flash 小程序外部拖放?)
问题描述
假设我想要一个包含 Flash 小程序的网页,我想从网页的其余部分拖放一些对象,这可能吗?
Let's say I want a web page that contains a Flash applet and I'd like to drag and drop some objects from or to the rest of the web page, is this at all possible?
如果您知道某个网站可以做到这一点,那么奖励!
Bonus if you know a website somewhere that does that!
推荐答案
这个引起了我的兴趣.我知道 jessegavin 在我解决这个问题时发布了一些代码,但是这个已经过测试.我有一个超级简单的工作示例,可让您在 Flash 中拖动.我在午休时间把它放在一起,很乱.
This one intrigued me. I know jessegavin posted some code while I went to figure this out, but this one is tested. I have a super-simple working example that lets you drag to and from flash. It's pretty messy as I threw it together during my lunch break.
这里是 演示
以及来源
基类直接取自 外部接口 LiveDocs.我添加了 MyButton,所以按钮可以有一些文本.大多数 javascript 来自同一个 LiveDocs 示例.
The base class is taken directly from the External Interface LiveDocs. I added MyButton so the button could have some text. The majority of the javascript comes from the same LiveDocs example.
我使用 mxmlc 编译了这个.
I compiled this using mxmlc.
这篇关于是否可以使用 JavaScript 从/到 Flash 小程序外部拖放?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:是否可以使用 JavaScript 从/到 Flash 小程序外部拖放


- 我不能使用 json 使用 react 向我的 web api 发出 Post 请求 2022-01-01
- 为什么我的页面无法在 Github 上加载? 2022-01-01
- 为什么悬停在委托事件处理程序中不起作用? 2022-01-01
- 如何向 ipc 渲染器发送添加回调 2022-01-01
- 从原点悬停时触发 translateY() 2022-01-01
- 如何显示带有换行符的文本标签? 2022-01-01
- 使用 iframe URL 的 jQuery UI 对话框 2022-01-01
- 如何调试 CSS/Javascript 悬停问题 2022-01-01
- 是否可以将标志传递给 Gulp 以使其以不同的方式 2022-01-01
- 在不使用循环的情况下查找数字数组中的一项 2022-01-01