是否可以使用 JavaScript 从/到 Flash 小程序外部拖放

Is it possible to drag and drop from/to outside a Flash applet with JavaScript?(是否可以使用 JavaScript 从/到 Flash 小程序外部拖放?)
本文介绍了是否可以使用 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 小程序外部拖放?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Update another component when Formik form changes(当Formik表单更改时更新另一个组件)
Formik validation isSubmitting / isValidating not getting set to true(Formik验证正在提交/isValiating未设置为True)
React Validation Max Range Using Formik(使用Formik的Reaction验证最大范围)
Validation using Yup to check string or number length(使用YUP检查字符串或数字长度的验证)
Updating initialValues prop on Formik Form does not update input value(更新Formik表单上的初始值属性不会更新输入值)
password validation with yup and formik(使用YUP和Formick进行密码验证)