适用于 Android 平台的 Flash API

发布于 2024-11-04 18:27:45 字数 89 浏览 0 评论 0原文

我的使用量非常有限。我需要做的就是从 Flash 应用程序中调用软键盘。有什么我可以做的,而不使用文本字段或任何此类可编辑控件,这将弹出键盘。

谢谢

My usage is very limited. All i need to do is to invoke the soft keyboard from within my flash application. Is there anything I can do, without using a textfield or any such editable controls, which will pop up the keyboard.

Thanks

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

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

发布评论

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

评论(1

嘦怹 2024-11-11 18:27:45

因此,基本上您需要某种交互式对象(即文本字段或类似的东西)来调用屏幕键盘。这可能是因为 Flash 需要设置焦点以向该对象键入内容。该对象必须是 InteractiveObject 类型或基类型(继承中的某个位置)。您使用了 requestSoftKeyboard() 方法。看看:

http:// /help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/display/InteractiveObject.html#requestSoftKeyboard()

http://blogs.adobe .com/cantrell/archives/2011/03/everything-new-in-adobe-air-2-6.html

So basically you need to have some sort of object that is interactive (that is, a textfield or something similar) to call up the on screen keyboard. This is probably because flash needs to set the focus for typing to that object. The object needs to be of type or of base type (somewhere in inheritance) InteractiveObject. You used the requestSoftKeyboard() method. Check it out:

http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/display/InteractiveObject.html#requestSoftKeyboard()

http://blogs.adobe.com/cantrell/archives/2011/03/everything-new-in-adobe-air-2-6.html

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