Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的图书馆项目中有一个文本字段。而且我需要SoftKeyBoardtype的StageText功能来处理文本字段。
有没有办法将StageText的功能包装在flash.display.textfield周围,以便我可以使用启用了 SoftKeyBoardType 功能的相同文本字段。
试试nativetext.as包装
nativetext.as
https://github.com/cantrell/StageTextExample/blob/master/src/NativeText.as https://github.com/cantrell/StageTextExample/
http://blogs.adobe.com/cantrell/archives/2011/09/native-text-input-with-stagetext.html