Flex :: Events - Prevent Exit Fullscreen When "ESC" Is Pressed In Flex?
Feb 11, 2010
We have a Flex application which goes fullscreen on startup (which is possible when it's a projector .exe). When a user presses ESC, the application exits fullscreen mode. Is there any way to prevent this? This because we want to use the ESC-key for other functionality.Normally all keyboard input is disabled in fullscreen mode, but not when we run it as a projector. I already tried capturing the FullScreenEvent.FULL_SCREEN event without luck (this event is only fired when the user selects "Full Screen" in the Adobe Flash Player or hits "CTRL + F".
View 3 Replies
Similar Posts:
Sep 14, 2009
I 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?
View 4 Replies
Jul 14, 2010
I have a swf inside a html page. If I open it with IE or FF and put it into full screen I can exit full screen with the ESC button.Now if i try this with my WinForms app and WebBrowser (or ShockWave Flash Object) it's not working??
View 3 Replies
Mar 23, 2011
I am having a problem with fullscreen in Flex 4. I want to use the esc key to escape fullscreen mode and at the same time change the size and position of my video. I put the player in fullscreen using a button but I don't want to use it to exit fullscreen. only with the esc key This is the following code I used to put the player in fullscreen and the video with an appropriate size:
[Code]....
I tried different ways to do this (tried to see when the stagedisplaystate was normal with a timer checking that every millisecond, tried to use a keypress and keydown on esc key, tried to use event listener with fullscreenevent) and every single one of those appeared with an error. flash builder 4 didn't even let me use some functions and events that worked on other people (I searched different forums). there was always an error there. its the only thing that isn't working on my player and I need it for school.
View 2 Replies
Jan 11, 2011
I've started now working with the fullscreen mode (for a project in college), and I already made the code for a button to turn the stage on fullscreen.I'd like to know if anyone knows how to leave the fullscreen mode by button?I used this code for turning the fullscreen "on" on the opening button:[code]Then I tried turning the fscommand on the fullscreen "false" on the closing button, but it doesn't work.And btw, how can I make the "open" button appear if I use ESC?
View 3 Replies
Oct 14, 2011
I need to know all methods to exit from a fullscreen mode of a flash application on a touchscreen (because i want that people exit with my custom button).
I know that with a traditional desktop, ESC of the keyboard and double click with left button of the mouse allow to exit from fullscreen (like youtube).
View 1 Replies
Jun 11, 2010
I have a button that breaks you out into fullscreen mode.
If the user hits ESCAPE .. I need a way to detect that the application has broke out of fullscreen so I can reset the flash to frame 1 again.
View 9 Replies
Nov 3, 2009
If you have two text areas with different styles (fontFamily, weight, color etc) and you copy text from one to the other it also copies the style from the originating text area. Is there any slick way to prevent that?
Here is a sample of code that will illustrate the problem. Type some text in the top box and some text in the bottom, then copy some characters from the top box to the bottom. I'm not using htmltext.[code]...
View 2 Replies
Aug 28, 2011
NativeApplication.nativeApplication.exit() does not seem to work on IOS and I'm in a position where if a certain error code is I'd like to either be able to shutdown and restart my applicaiton.
View 2 Replies
Jan 26, 2012
It is possible to Simulate a Tab Key when another key is pressed? I'm looking to do exactly the same, but with the DOWN & ENTER Key.[code]...
View 2 Replies
Nov 29, 2010
My air program freezes after running for some time without any error. The app will freeze (non responsive) and the debugger will claim the program has terminated with status 0.
View 1 Replies
Oct 18, 2011
Is there any way to block the action fullscreen mode to normal mode in video. One way is blocking the esc key. But I am using that key for another purpose.
View 1 Replies
Jan 11, 2010
I am using a custom component within another custom component in a flex mxml application file.Is it possible to bubble events from an inner component to the outer component and handle events in the outer component?
View 3 Replies
Apr 18, 2011
I have a scenario where I am listening to both CLICK and MouseDown events for an object.
On MouseDown I do a startDrag(). And on Click, I perform something else.
But the problem is that, MouseDown event fires first and it initiates a drag. The click event does not fire.
View 1 Replies
Feb 26, 2010
I'm developing a flash presentation which has a FLVPlayback component in the middle. I was wondering if it was possible to make the FLV clip automatically go fullscreen when the PLAY button is pressed, and of course play the video - once finished exiting fullscreen mode.
OR
If a fullscreen version of the FLV file is played when a graphic is clicked.
View 2 Replies
Jan 29, 2008
how to create this kind of fullscreen function when button is pressed http:[url].... . i dont know what kind of method used in this site.., if it uses javascript or just actionscript.
View 5 Replies
Apr 3, 2008
I'm loading in a .swf file using loadMovie(), but the .swf being loaded has a fscommand("fullscreen", true); command on it's first frame and it's forcing my main file to launch fullscreen too.
I don't have the original file so I can't remove the fullscreen command.
View 7 Replies
Mar 3, 2011
in flash AS1,2 you just input this code Stage.scaleMode="noScale";
on a frame of the main stage to prevent scaling of movieclips on fullscreen.I tried the same thing in AS3 and its not working for me. so my question is how would i apply this in AS3?
View 8 Replies
Aug 19, 2010
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]....
View 1 Replies
Jan 8, 2009
In AS2 I did this:
ActionScript Code:
ContactVerDoor.onRelease = function() {
if (Key.isDown(Key.SPACE)) if (Key.isDown(Key.SHIFT)) {
//Do something
}
}
I now need to code it in AS3.Can I still check if a key is down without listening for the keypress events? I understand how to code the Mouseclick in AS3.
View 2 Replies
Aug 25, 2010
LinkeSetFx has its own CollectionEvent, but I don't know how to map the LinkedSetFx event to mx.events.collectionEvent(I want use it in ComboBox). LinkedSetFx is in AS3Commons-collection framework.Here is the url, choose the as3commons-collections-1.0.0.zip, you'll find LinkedSetFx in srcorgas3commonscollectionsfx
View 1 Replies
Aug 4, 2010
I hope I would not waste your time too much. I am going to publish my Adobe Flex library to sell in commercial, but I don't need anyone can open my SWC file and study the code in there. I see Adobe Flex library can prevent this activity. How could I do this too?
View 1 Replies
Mar 10, 2005
my interface consists of two graphical moviclips: A and B (B is a palette that contains several movieclips). it should work like this:
- click mc A to show mc B (initially hidden).
- while the mouse is still pressed, hover over the various mc:s of mc B. keep track of the mc:s i have hovered over in an array.
- when the mouse button is released, hide mc B.
so... i need to generate somekind of event (like onRollOver) while my mousebutton is pressed. however onRollOver is not fired when the mousebutton is pressed.
View 2 Replies
Jan 18, 2011
I was making an application with AIR+Flex.
One Feature is like: when 'alt' key is down, the mouse cursor changes to B, when 'alt' key is up, the mouse cursor restores to A.
But the problem is that everytime a release 'alt' key, the mouse cursor will change back to system default (Arrow shape), and seems like the focus is on somewhere outside the stage.
That reminds me that, when 'alt' was pressed in a ordinary window, the menuBar will be focused.
How can I stop this default behaviorīŧ
p.s. I have tried the following ways and doesn't work:
1) listen to stage's KEY_DOWN/KEY_UP event, and add 'event.stopImmediatePropagation()' in the event handlers
2) listen to stage's KEY_DOWN/KEY_UP event, and add 'event.preventDefault()' in the event handlers
3) listen to stage's KEY_DOWN/KEY_UP event, and add 'this.setFocus()' in the event handlers. And 'callLater(this.setFocus)' doesn't work too.
View 1 Replies
Nov 24, 2009
My custom item editor opens a titlewindow (too much stuff to show in an inline editor) which obviously steal the focus, so I get a itemeditend event and the datagrid destroy the editor at the wrong (for me) time. I think to have to keep the itemeditor alive until the titlewindow job is done, but how? DataGridEvent reason is "other" and livedocs said preventDefault() can't help.
View 1 Replies
Mar 25, 2010
Is there a way to prevent a component from rendering in Flex (to save memory or processing power)?[code]...
View 3 Replies
May 16, 2011
I'm finding that in flash (10.x at least) and ie (7, 8, 9) that if I try to load an image url that contains escaped utf-8 characters (p%C3%83%C2%A5) that the characters get decoded before it makes the url request, even if I double or triple encode them. Is there any way to prevent this so the url (with escapes) the way I want it is actually what is requested?
The problem its causing is we give a http status of 301 on utf-8 decoded url requests to the encoded url which flash then tries to request (but ie decodes it again) and I get stuck in an infinite loop because of the 301 + ie auto-decoding.
EDIT, adding code sample:
var url:URLRequest = new URLRequest('http://mydomain.com/p%C3%A5.jpg');
var loader:Loader = new Loader();
loader.load(url);
Now I want the request to go over the line as [URL] (and it does in other browsers), but in IE it goes over the line as [URL]
EDIT: replacing % with %25 (double encoding the %) but that didn't work, it just caused this request to go over the wire: [URL]
View 1 Replies
Oct 7, 2009
package classes.events
{
import flash.events.Event;
public class ASSEvent extends Event
{
public static const ALERT:String = " Add Alert";
[Code]...
View 2 Replies
Feb 21, 2012
I've doubt when we create custom event in flex.
Why do we use 'type:String, bubbles:Boolean=false, cancelable:Boolean=false' these parameter in flex events.
View 2 Replies
Apr 15, 2010
I have a few swf's that are loaded into a base file using levels. These clips can be cycled through by means of a setInterval function or when the user clicks the next or previous button. However, when the user hovers over a defined 'hit' area which is ultimately a blank movie clip, the setTimeout call is then canceled. This works fine, except that now the 'hit' clip - being above everything - prevents the movies below accepting hit states, and if I move it to below everything else, when one mouses over any element in the loaded movie, it then acts as though the user has mouse out of the hit area.
Is there any way to have this 'hit' clip do its job simply by determining if the mouse is over it, but without using an onRollOver function or equivalent?
View 1 Replies