OnScreen Keyboard
Posted: 04 June 2008 11:44 AM   [ Ignore ]
New Member
Rank
Total Posts:  21
Joined  2008-05-28

Quick question - I found this Keyboard.fla in the actual AS3 folder (AS3/src/deploy/www).

Is it what I think - a virtual onscreen touch keyboard to make text-input without a real (hardware) keyboard? If so, how can I use it in own flash apps? I haven’t found it implemented in other examples so far…

Profile
 
 
Posted: 04 June 2008 12:20 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  599
Joined  2008-02-12

Hey McFreq take a look at this thread ...
One thing to note is that the OSK is linked to a specific text object and can communicate to it only… so you cant use it for anything else, just type text in flash.

Hope this helps you out.

Taha

 Signature 

My MultiTouch Blog

Profile
 
 
Posted: 04 June 2008 05:42 PM   [ Ignore ]   [ # 2 ]
Jr. Member
RankRank
Total Posts:  142
Joined  2008-04-30

If you want to use it to type on-screen, you can just use the built in on screen keyboard in Vista or in Xp and you can use the mouse driver in the TouchLib files.

Profile