ActionScript 3.0 :: Keyboard Input Bug With Non-English Chars

Mar 3, 2010

i'm facing a weird problem with the following flex application (something very simple, couldn't be more):

HTML Code:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:TextInput/>

[Code].....

I tried these browsers on Mac: Safari, Firefox, Omniweb, Opera. And it works like a charm for them. The bug is only on Google Chrome Mac.

I also tried on Windows with IE6, IE7, Firefox, Opera, Google Chrome. No bug either for them on Windows.

I've read on the Internet other people on Linux have the same bug sometimes (again, it's just for a couple of browsers and never all the browsers on their platform). I hope I don't have to tell my users to trick with their OS configuration. It's our job to make our apps to fit the visitor, not theirs!

A special configuration to do (compatibility mode with older Flash version 8, 9, something like that?)...

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Insert None English Chars In Strings?

Nov 29, 2010

I'm trying to insert into a Dynamic_text a value with AS3.
 
The value is not in english and during run the value does not get inserted completely (there are missing letters).
 
Is there a way to insert a string value to dynamic text in a way that none english letters won't get missed?

View 2 Replies

ActionScript 3.0 :: Input Textfield And Special Chars (Slovenian Chars Mostly)?

Feb 5, 2008

i'm having a bit of an issue with a multilanguage little flash chatprogram. It has a input textfield, the right fontdata and characters are embedded, but slovenian users can't input some chars Although it works when they copy/paste text into the inputfield, then the characters show and all seems well. But actually typing them seems to fail. So i know it's not the infamous wmode bug.

View 2 Replies

ActionScript 1/2 :: Check When Input Box Is Empty / No Chars?

Feb 17, 2010

I'm trying to make a login. How do I check to see if anything at all is typed in the string.

View 1 Replies

ActionScript 3.0 :: TextField (input) Not Possible To Type In Certain Chars

Sep 28, 2009

We got some complaints from users not being able to type in certain chars like '@' and '.' in an input field (textfield). The Textfield is an input field type:
Font embedding seems fine (all needed chars are selected + '@' and '.')
Textfield restrict property is set: "a-zA-Z0-9@.\_\-"

Still some users complain not being able to type a '@' or '.' I've googled and searched the forum and the only thing I've found that could cause this was the wmode = 'opaque' property. We need to set this property to show up Facebook Connect windows. Otherwise these windows would get behind the Flash object in the HTML page. Another reason could be related to the regional settings of the keyboard, which might be faulty interpreted by Flash. Or could it simply be related to a faulty restrict (regex) property?

View 2 Replies

ActionScript 3.0 :: Input Text Not Typing UTF-8 Chars?

Mar 15, 2011

my text was working fine before, but for some reason now it's displaying weird characters. For example the accented vowels in spanish firefox will let me type but google chrome won't. It's like all my keys are mismatched or something.When I try to type Thai, musical notes were showing up in it's place! But it's only for this one swf. I created a brand new swf with an input box and typed thai/spanish and it worked fine, it's only for this already existing file. I have no idea where I can even look to solve such a problem. Is it a publishing setting? Could it be the flash settings in the html?

Where do I look that would effect the keyboards input like this? It worked fine before and I haven't been playing with the text at all. I recently added external interface then commented it out and still doesn't work. The font is _sans which usually displays every language fine.

View 1 Replies

Input Box Using US Keyboard Settings?

Oct 24, 2005

I'm using a UK keyboard (where the " and @ signs are switched) and firefox to access my flash movie and when I press the @ sign on the keyboard, it will input a " sign.

View 1 Replies

IDE :: Keyboard Input For Game

Jan 8, 2009

i have created a game that uses keyboard input,the code below doesnt seem to work when i use keyboard letter such as 'a' or 'k' yet will work if i try '1'when i am in flash and press the letter keys they are still accessing the flash program and not the swf as i can see different things in flash being highlighted behind the swf.so what i think i need is a way to make it so that the keyboard letters are activated in the swf any help?[code]

View 6 Replies

Button Selection Via Keyboard Input?

Mar 28, 2009

I am new to Flash and this forum, so please excuse what will hopefully be a simple question.I am using Flash to build an interactive video kiosk for a museum that will be playing on a MacMini. it possible to create buttons or "scripts" that can be controlled with keystrokes? For example when you press "K" an embedded video will start playing. Or if you press "D", you could go back to the main menu? I am trying to make it so you can interact with flash via push-buttons, as opposed to moving a cursor over virtual buttons. Is this possible? would normally do this in DVD Studio Pro, but the sheer number of videos will not work in a single DVD project, so Flash is the only option I can think of. As a DVD it works great because I can use the arrow keys to navigate, and the enter key to choose a selection.

View 2 Replies

ActionScript 3.0 :: Keyboard Input Pause?

Jan 20, 2009

I want the user to be able to press and hold the arrow keysto move an object around the stage. When the button is pressed, theobject moves once, pauses for a second, and then continues moving.How do I get rid of this pause?Here's part of the code I used:

stage.addEventListener(KeyboardEvent.KEY_DOWN, keyPressed);
function keyPressed(evt:KeyboardEvent):void
{

[code]......

View 3 Replies

ActionScript 3.0 :: Stand Alone App From CS5 And Keyboard Input?

Feb 18, 2011

I have in a previous project published a game as a standalone app and run it full screen. It would allow users to put their info in for high scores.
 
Now i am working on another game that will be published as a standalone app. It will need to be full screen and have an entry form at the end for high scores. It does not seem to allow the keyboard to enter text in an input box. Is this true?
 
Note, this is not an swf played through a browser, but an actual .exe generated from Flash CS5. If this is true, is there a workaround. I need if full screen with keyboard input.

View 2 Replies

Actionscript 3 :: Get Fullscreen And Keyboard Input?

Mar 9, 2010

Since flash doesn't allow keyboard input while in fullscreen mode I'm wondering if there is a workaround to that?

I have a flash that is going to run fullscreen in a browser and needs different kinds of keyboard input. I have read something about AIR, but I don't fully understand it and would like another way if thats even possible.

View 6 Replies

ActionScript 3.0 :: Fullscreen With Keyboard Input?

May 4, 2008

Says this is only possible in AIR in the livedocs - anyone know if there is a workaround for Flash? Using Javascript perhaps?

View 6 Replies

ActionScript 3.0 :: Cannot Capture Keyboard Input

Jun 6, 2010

I cannot get it to use my KeyboardEvent listener. I did find another post very similar however the fixes didn't work for me, or I am implementing them wrong. My code is as follows:

[Code]...

View 5 Replies

ActionScript 3.0 :: Keyboard Listener & Input Box?

Oct 11, 2011

I want to monitor each charachter in a text box when a user inputs, eg. there name. If they type John, I want an image to dislplay J . o . h. n under the text box. I cannot seem to figure out how to monitor each letter individually. I could only get it working if i use seperate input boxes, so a input box for j, o, h & n as an example.Could someone point me in the right direrection. Here is the code Im trying to use at the moment.

Code:
////////////////111111////////////////////
firstname.addEventListener(KeyboardEvent.KEY_DOWN, key_pressed);

[code].....

View 1 Replies

Actionscript 3.0 :: Keyboard Input In Fullscreen?

Apr 20, 2009

I discovered when a swf is fullscreen all keyboard entry is disabled for security reasons. Anyone know of a workaround so my clients can use the "gotoScreen" function?

View 1 Replies

IDE :: Flash On Screen Keyboard Input?

Apr 6, 2009

I wanted to know how can I make my on screen keyboard type in to a text box. I want my keyboard which I have designed , when a letter is clicked I want it to display the letter in the text box. Note this is not a full keyboad its only the letter. Image attached of the keyboard and text box.

View 6 Replies

ActionScript 3.0 :: Keyboard Input Not Working?

Nov 20, 2010

can't figure out why the keyboard input isn't working. I got this warning, but I always get that warning and it always works. The warning says:Warning: 1090: Migration issue: The onKeyDown event handler is not triggered automatically by Flash Player at run time in ActionScript 3.0. You must first register this handler for the event using addEventListener ( 'keyDown', callback_handler).

View 1 Replies

ActionScript 3.0 :: Way To Disable Keyboard Input?

Aug 1, 2011

there's any way to disabling keyboard input? i am working in a kiosk and i need to enable or disable the inputs from keyboard in some points of the application.

View 3 Replies

ActionScript 3.0 :: Stage Does Not Receive Keyboard Input

Jan 5, 2009

I'm going true the AS Programming 3 manual and the [URL] example doesn't work. The authoring environment gets the focus. You can tel because you see the toolbar changing the selected tool as
you type the corresponding letter.

View 5 Replies

ActionScript 3.0 :: Keyboard Input In Fullscreen Mode?

Oct 18, 2010

I know that adobe has blocked the keyboard input in fullscreen mode. But, is there any other way to implement that.

View 2 Replies

ActionScript 3.0 :: Class To Control Keyboard Input For An Mc?

Aug 1, 2011

I have some AS2 code for responding to keyboard input - it was great because it added friction, thrust, gravity etc... ie: it made the movements very real and added playability which is key in engaging players. On passing it into classes for OOP I don't seem to have got it right. maybe somebody knows a nice tutorial for the same.It was Emanuel Feronato's tut in AS2

RocketMainDocClass
package import flash.display.MovieClip; import flash.events.*;  import flash.ui.Keyboard; public class RocketMainDocClass extends MovieClip{

[code].....

View 4 Replies

Flex :: Redirect Mouse/keyboard Input?

Oct 9, 2009

Is there some other simple method to redirect mouse/keyboard input from one object to an object behind it. I have used mouseEnabled = false where the object in front is only a UIComponent and it works. However mouseEnabled,mouseChildren=false is not working for an SWFLoader.

View 1 Replies

Flash - Capturing Keyboard Input For Sprite?

Jun 2, 2011

I an trying to capture keyboard and mouse events for square area on my UI, represented by Sprite. The mouse capture works, the keyboard capture doesn't work at all:

[code]...

I never see reportKeyDown executed, even though Sprite object has a focus.

View 2 Replies

ActionScript 3.0 :: Getting Focus Back For Keyboard Input?

Sep 22, 2009

found only one thing that seemed to be on the lines of what I am having issues with:

stage.focus = this;

My problem: The the flash app I am working on, some of the controls are done with the keyboard. At certain points, you need to click on an on screen button to continue. When I do this, it seems the focus is lost from where it was, and I can no long use keyboard actions (such as the spacebar KeyboardEvent that works prior to clicking the mouse)

I will admit that I am a newcomer to Flash (only played with it for about a month now), and I don't know much about the focus stuff. Basically, I want to know how to set the focus back to where it was after the buttons are clicked.

View 1 Replies

ActionScript 3.0 :: Remove Keyboard Down Input Pause?

Sep 30, 2009

I know i've seen something about this before many times on the web, but i just cant seem to find it right now when i need it.[code]...

What is the code that will make it so there is no pause and it continuously spams the hello from the second the key is pressed until it is up?

View 6 Replies

ActionScript 3.0 :: Having To Reclick On A Game For Keyboard Input?

May 23, 2010

I am making a game and I have run into a problem where I need to reclick on the game with the mouse for it to recognize keyboard input. I know having to click on the flash game once is normal, but whenever my game restarts (goes to the first level) I have to reclick on it or they keyboard input does not work. How do I resolve this? Is there a way to request the attention of the keyboard or something?

View 1 Replies

ActionScript 3.0 :: Checking For No Keyboard Input Or A Function Call?

Oct 27, 2009

I'm working on a game that involves some timed animations and I need to fire a kind of 'failed' event.Basically I'm moving a clip from one point to another on the stage, the user has to input a correct key combination before the endpoint. I'm capturing the inputs correctly, but I need a default procedure to fire if the player doesn't input anything at all.So I'm guessing that at the endpoint I could check if my function to capture the key inputs was actually called, and if not, call the 'failed' procedure, or if at the endpoint, no keys were pressed, do the same

View 1 Replies

ActionScript 3.0 :: No Keyboard Input Detection When Running In Firefox?

Dec 19, 2009

I've got a game that accepts and responds to keyboard input just fine if I run the .swf file in Flash Player.  However, when I open a Firefox browser and click Open file... for this .swf file, everything except keyboard input works (collision detection, AI, animation, etc.). 

View 8 Replies

ActionScript 3.0 :: Change Numeric Stepper Value By Keyboard Input?

Apr 1, 2011

How can I actually change the Numeric Stepper value by entering a number via keyboard without having to press enter or click another Numeric Stepper?I've tried everything, including keyboard events, but had no success.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved