ActionScript 2.0 :: Playing Flash Exe On A Second Monitor?
Oct 1, 2010I've been asked by a client about playing a Flash .exe file from a hard drive so that it only plays on a second monitor.
View 2 RepliesI've been asked by a client about playing a Flash .exe file from a hard drive so that it only plays on a second monitor.
View 2 RepliesI recently installed a new 23 inch Samsung monitor and since then, I get all these lines accros my Flash interface and can't seem to find how to restore the screen. I am attaching a screen shot of the flash interface.
[Code]....
I want to write an application that monitor the USB port, and when something is connected should show the contents of the drive (image viewer) automatically.there is any way to do that with Flex/Flash directly?or i might program another application in C in order to monitor the USB port and then comunicate with the front-end application with sockets?
View 2 RepliesHow to detect the Monitor current resolution in flex.
View 2 RepliesIs there a mechanism by which an AIR application can manually display in whichever monitor I choose? I can look at the display list in Screen.screens, but I'm unclear on how to actually force the drawing of the app into one of those.
View 1 RepliesI put a lot of work in my flash website that will soon be launch. But now I realize I want it to fit better into the larger wide screen monitors. Is there a way I can make it larger without losing image quality? I know this probably needs to be done in the publishing tool.
View 1 RepliesCan flash detect monitor res, or any other system resources (processor speed, browser, pop-up blocker, memory, etc.)?? I know there are secutity issues, but i would like to create a detect/launch page for some eLearning courseware. I currently use javascript to do this but would like to use flash.
View 1 RepliesMy client ask me for build some flash application which will be show on his kiosk exhibition. And what I wondering is it any different kind of addEventListener for touch screen interface? Or it is similar like mouse click or double click?
View 4 RepliesMy project is : In a notebook, Run a full screen flash program When a projector or second monitor connected to the notebook, the flash program will display a new full-screen interface in the projector or second monitor Contains some animation, images, etc.They are the first screen displays the contents of the supplement flash whether to provide such a mechanism to accomplish my project need? ------------------------- PS : I know that this class LocalConnectionBut when the notebook not connected to the projector, how do I make the second flash to hide, and when they need full-screen display automatically when the projector connected?
View 1 RepliesMy webpage loads a background flash which will connect to the server using socket. If a user open multiple windows/tabs of my website, the server will get multiple socket connections. Any idea of how to make sure that only one socket is connected from the same user and same browser?
I am thinking of using Javascript to monitor the window close event, if a window that was connected to the server is closed, one of the other windows will try to connect to the server. But I can't find a way to listen to that event.I was thinking of Flash's LocalConnection too, but can't find a way to assign unique connection names and let other Flashes know.
Here's what I want to ho: In firebug, there's a Net tab, where you can see all requests, which javascript is making to the server.I would like to be able to do the same with a flash object.What is the best way of doing this?
View 1 RepliesI want to make an auto-play for some flash-based web-game, but I don't know how to capture and monitor the request from the flash client to the server.
View 1 RepliesI've been told that there is a gaming site that you just need to upload your flash game and it automatically detects scoring and adds the scores to an online highscore table.is it possible?can i somehow using javascript or a 2nd flash file to load a flash and to debug all of it's variables without having the source?
View 1 RepliesCant figure this out, got it to work in firefox a while ago but after upgrading to mac and chrome, I had no luck finding an solution.
View 1 RepliesI'm uploading an image file with upload() of a FileReference object however the network monitor in Flash Builder doesn't report anything. Is that normal behavior? A google search didn't return anything.
View 1 Repliesi have the following problem: when i publish my site (all in flash) with stage.scalemode=exactfit parameter, the page is stretched; while when i use the scalemode=noborder parameter, the page is cropped below;
what i want is the site adapting itself to the width of the screen (with no borders on the sides),maintaining proportions and so allowing down scrolling; I haven't found any answer around the web to this apparently simple issue
how to center a 1966px wide flash regardless of the users resolution or size of the monitor?
..and without resizing it just cropping both sides of it in the browser.
I am loading an external SWF file into my main timeline. The external SWF file contains an FLV video. At a certain point in my main timeline, the SWF file loads and plays the video. Is there a way to say...
If the VIDEO (FLV) is done playing, gotoAndPlay(X)?
I have an AIR application that will go full screen when the application starts:
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE; The stage size is 2560 x 1024. And I have 2 moniters (1280 x 1024 , 1280 x 1024) When I start the application, it shows my application on one of my moniter only.
I need the left side of the stage to be shown in moniter 1 and right side of the stage to be shown in moniter 2. Currently, both sides are shown in moniter 1, and in moniter 2, it shows nothing but my default desktop. *The blue color line is a divider for better visual purpose. How do I make the left side of the stage to appear in moniter 1 and right side of the stage to appear in moniter 2 when the application starts in full screen mode?
I m streaming a pal signal over FMS, i can get it over a PC or Mac on a Flash Player.is there anybody who know a hardware ti get it out over SDI?
View 1 Repliesis there a way to get this parameter from flash somehow? The Capabilities class can't do it. I'm using the latest Flex SDK and the new Molehill API for FP11, if that matters.
View 6 RepliesI'd like to open a window in my AIR/Flex application on a second monitor if it's available. Don't know how to go about it. Tried this:mySecondWindow.x = Capabilities.screenResolutionX;
But this only gets the size of the first monitor and if I try to assign a greater value, it switches to default 100px offset. Is there a proper approach to this? My native screen is maximized in "preinitialize" and then I open the second window on "applicationComplete".
What is the reason Flash Builder 4's Network Monitor does not support applications that were created using pure ActionScript and Library projects? It seems to work only for Flex projects.
View 1 RepliesI am wondering if there is an easy way of monitoring whether or not an mc is within the boundaries of another mc while it is being dragged. Currently I am using different equations to determine the leftmost, rightmost, topmost and bottommost points of each mc and then when they are being dragged comparing their x,y coordinates. Is there an easier way... I ask because this seems to be quite a lot of code to get through for such a simple operation, especially when the function containing the code is being called each time the mouse moves..
View 1 RepliesIf there is movie clip playing on the stage is there a way to know if it is done playing. Is there some kind of stage listener or movie clip listener you could build that would monitor the clip that is playing and when it is done have the flash program do something else?[code]...
View 5 RepliesHow can we get monitor's physical height and width ie size?
View 7 RepliesHow do I open a new native window on the second monitor?
View 1 RepliesBut i have one question to it. How can i tell the window to open on a certain part of the monitor?
I know there's something like "screenX/screenY = .. " but can somebody tell me how i can build that into my script?
I have some code that will be generating data into a TextField. However I want to be able to monitor when the TextField is updated, a function is called.
Currently the onChanged command will only work when a user has entered information into the TextField and not when data is inserted via actionscript.
how I can monitor the change to the TextField when using actionscript to input data, but work the same as the onChanged command?
I have a movie clip to display a clock and a datagrid for showing my schedule. I want my flash to alarm with sound when the time from the clock match one time on the schedule. Here is my actionscript:
Code:
clock_mc.onEnterFrame = function() {
if (_root.timer[i]==_root.clock_mc.clock_txt.text.substr(0,5)) {
alertSound = new Sound(alertSoundMc);
[Code]....
As you can see, I use onEnterFrame to listen and check matching between time on clock and schedule but it will check all the time and when it alarmed it produced sound all the time while the time is matched. I would like my flash to alarm only one or few times.