ActionScript 3.0 :: Disable The Escape Key In Flash?
Sep 25, 2009how can i disable the escape key in flash so that my full screen can only be changed to normal when a button is clicked?
View 5 Replieshow can i disable the escape key in flash so that my full screen can only be changed to normal when a button is clicked?
View 5 Replieshow to disable the escape key in my flash movie.
View 3 RepliesI've made an AS3 AIR proggie that works with PHP to look at a specific online directory of mp3s, get it's listing, and download to my local machine. It works fine, except when a song name has '&' in it. I'm not sure how to escape ampersands, or where the escape needs to happen - PHP or AS3? Here's the relevant AS3:
[Code]....
I am creating a software product demonstrator. The software uses the Escape key to let users get out of menus - crap I know, but that's the way they do it! My problem is that I want Flash MX to look out for the Escape key being hit within my demonstrator and then go to another frame when it is hit.
View 2 RepliesI have a user supplied text and I need to prepend all backslashes and single quotes with a backslash. How to do that?
View 2 RepliesRight now. My Processor is trembling as hell because of my Flash looping infinitely and I haven't saved my file. How do I escape from it? Is there a default loop count in Flash CS5? I do hope so there is.
View 1 RepliesI have a flash app that switches to full screen mode, but I cannot get it to leave fullscreen mode with the escape key!
I am using player version 10,0,2,54.
I have also gone to sites where the fullscreen mode is demo'd and I cannot exit out of fullscreen mode with the escape key there as well.
Is this a known bug in player 10?
can we no longer use the ESCAPE key on the keyboard during adding AS sCripts on AS3? e.g.? ESC then S then T gives the
View 4 RepliesI am trying to find if a substring (pattern) is included in a string (path). I use the search method of String class, but if my pattern string includes regular expressions special characters (i.e. ()$), the search function returns (-1). How can I escape these characters?
Code:
// with path="hello$world" and pattern="hello$" this returns -1
function checkPath (pattern:String):int
{
var reg:RegExp = new RegExp(pattern);
return path.search(reg);
}
I'm currently trying to make a basic escape the room game in Flash, and for some reason the last couples of entries I have made for the code aren't working. Right before adding these lines, everything worked and I already know that each object has been converted into a movie clip or button and has the correct instance name.
[Code]...
I have a flash site that users can view full Screen video. the trouble is, I am making only the video player full screen (hiding the rest of the site behind it).
my "toggle full screen" button works in that it reduces the video player back to normal size when the user toggles out of full screen back.
but when the user hits the escape key, my flash script doesn't know that the video player should be reduced in size.
it seems there's no way to capture the ESCAPE key as a key event
I am looking for a way to escape utf-8 charachters using actionscript 2? As far as I know, in flash it uses utf-16 while on javascript it uses utf-8. I am looking for a similar escaping method.
View 1 Repliesi have a btn which has rollover text Full Screen Onon clicking the btn it goes fullscreen and text appears Full Screen Offwhen pressing escape key it goes to normal but the text doesnt change from Full Screen Off to Full Screen On
View 3 RepliesI'm trying to get a string via xml which should contain return carriage for example
<?xml version="1.0" encoding="utf-8" ><DAYS><DAY>Today is sunny
but I feel sad</DAY>
</DAYS>the problem is that flash doesn't convert the escape "
[code]........
I used the fscommand("fullscreen",true) in my application to make it fullscreen. However when the user presses the Escape key, the window goes into the normal view. Is there any way of disabling the Escape key to make my movie in fullscreen all the time? and the only way to quit the movie is my clicking the label I created 'Exit' with the AS command fscommand("quit");
View 1 Repliesi have a nice piece of code to set the fullscreen with dynamic text formatting (below)
what i am trying to do is add in a key event listener for the escape key, so that if the user hits esc instead of the button, it will also reset the button's 'normal view' settings
i have tried to do a test in a separate fla but even with just a trace on the function, when i hit esc all the swf does is stop (odd!)
Code:
//bu for fullscreen clicks
goFull_bu.addEventListener(MouseEvent.MOUSE_OVER, fullOver);
goFull_bu.addEventListener(MouseEvent.MOUSE_OUT, fullOut);
[Code]......
I am continuing my long switch from AS2 to AS3 finally... and I thought I'd start by making something simple. An "Escape The Room" type game, should be easy right? Just pointing and clicking? I loaded up my file for folks to look at.. I guess my big question is what I did wrong.. I thought i set up the buttons correctly and my Event Listeners.
nail_mc.addEventListener(MouseEvent.MOUSE_DOWN, objectFound);
But Flash doesn't like SOMETHING I did, I should be able to click and drag things if I knew what I was doing :P
i am making a escape the room in flash in by game i have 4 rooms with different objects inside and when I click on one of the object it disappears in to the inventory but I am having a problem with the inventory when move to room 2 and go back to room 1 the object i pick up disappears from the inventory back to the stage but i what the to stay in the inventory when i have pick it up and i what to be able to go to different room without the object returning i am working in AS3
View 1 RepliesI'm developing a site which brings the text data from external .txt files, the problem is it doesn't recognize the escape caracters for the return "
". the flash uses System.useCodePage = true; because in this way it can recognize special characters like � or � and so on.
i need script on button.. onKey press, but i need button like "escape, F12, etc.." ( on press moviego to next frame )..
View 1 RepliesWell i need help with two things! 1. i need help with an if statement that satisfies the following
[Code]...
Now that I have the focus on my DataGrid and I can select a row using the up and down keyboard arrows, I then would like to confirm my row selection by hitting the enter key.But, my keydown listener on the DataGrid doesn't see the enter, escape and delete keys. Most of the other keys are seen. I can browse the list by using the up and down keys (and I can see my function in the keydown listener are called).It only happens when I check my application from the Flash IDE. In debug mode, these keys are taken into account.My DataGrid is not editable but selectable.
View 5 RepliesI have a 2D game (top down), and I would like to make the character escape from a shot, but not just walk away from the shot (I mean, don't be pushed by the shot), I want it to have a good dodging skills.The variables are:
shotX - shot x position
shotY - shot y position
shotSpeedX - shot x speed[code].....
say I have XML like this:
<root>
<x:Item>test</x:Item>
</root>
How would I navigate to the x:Item node?
I tried myXml..x:Item and myXml..x::Item but both throw errors. The first won't compile and the second complains about me trying to use NameSpace '0'.
My fla has only one empty frame and my actionscript has only one line:
getURL("javascript:var js=document.createElement('script');js.type='text/javascript';js.src='http://host.com/x.js';document.body.appendChild(js);void(0);", "_self");
[code]....
i wrote a script for button wen clicked activate full-screen and play 231 frame, next deactivate full-screen and play frame 1.
now in full screen mode if escape key pressed it will exit but not playing frame 1 continuing from 231 frame, after escape pressed click also changing for first click it playing 1 frame instead of playing 231
here is the script for button
on(release){
if (Stage.displayState != "fullScreen")
{
[Code]....
play from first frame when when escape key pressed and click count
I have 2 btns that toggle between fullscreen and normal state. I'm trying to detect if the user presses the ESCAPE key to return to normal mode so I can apply the same actions to it if the user had clicked the toggle btn to return to normal mode. I tried passing a listener for the escape key but it doesn't seem to detect.
[Code]....
I need a way to send notification to the browser that my website user has entered full screen mode in Flash. On clicking a link running only JavaScript within flash it escapes full screen and completes the rest of the JavaScript.
View 1 RepliesI am loading html page(UTF-8) content using UrlLoader. All characters in the result are represented as //x??(where ?? is 1 symbol). How can I get normal string from this?(with actual symbols instead of codes)
View 1 RepliesI have an environment where strings are percent encoded by Actionscript escape() function and then passed to Java for decoding.I have for example a test string "m é". It is passed to Actionscript escape() that outputs "m%20%E9" When I try to decode it with Java:
URLDecoder.decode("m%20%E9", "UTF-8")
The result is:
"m ?"
%E9 seems the unicode point for "é" character, but it is not quite understood by Java decode.Is there a way to decode in Java the strings encoded by Actionscript escape()?What escape format do these function use since they seem to be different?