是否可以使用 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.
相关文章