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 小程序外部拖放


基础教程推荐
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01
- Bootstrap 模态出现在背景下 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- Bokeh Div文本对齐 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01