Actionscript 3 - Flash Fullscreen With Dual Monitors?

Jun 17, 2011

How do I get the dimensions of the monitor the user is watching the video with if they have dual monitors? If I use this --

mc_videoDisplay.height = (Capabilities.screenResolutionY - 26);
mc_videoDisplay.width = Math.floor(mc_videoDisplay.height * 16 / 9);

it's only using the primary monitor so it's all out of whack if they're watching on the extended monitor.

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Flash Video Player Full Screen For Dual Monitors?

Jul 18, 2008

I am using the FlvPlayback class to show movies. The full screen feature works since I am just calling the method defined in the class. My issue is whenever I make it full screen on a computer that has 2 monitors, the full screen flash player always ends up in the primary monitor. When that happens, I notice that the location where the flash player was in the other monitor is empty. How do I prevent this from happening and force the video player to remain in the monitor it was originally in?

View 7 Replies

ActionScript 2.0 :: Dual Monitors And System.capabilities.ScreenResolutionX & Y?

Jun 29, 2010

i am currently developing a standalone video application that will interact with our backend database and display the proper video, video title, video description and color scheme that you choose.Everything's working hunky dory, until I asked some of cohorts to see if they could break it before I show it off to the world. On the very first try, when my colleague went to full screen, the video was distorted, cut off by the bounds of the monitor, and not perfectly centered as it has been performing on my monitor.

And then it hit me... He was opening the browser in one of his computer's monitors, bringing the browser to the other monitor (we all have a dual monitor thing going on here), and THEN clicking the full screen button.I noticed that when you refresh the page, the variables I get to determine the fullscreen dimensions are being set, but NOT on EnterFrame.

After quickly changing this little glitch, I saw that the variables are still not being changed when you drag your browser window from one monitor to the other (hopefully they are set at two different resolutions, otherwise it defeats the purpose of even checking for this)how I can get my Flash application to recognize when it has entered into a new resolution.

View 1 Replies

Flash :: Flashplayer 10 - Player 10.2: Fullscreen On 2 Monitors

Feb 15, 2011

according to release notes in flashplayer 10.2 you can do fullscreen on multiple monitors. how can i trigger this behaviour?

View 1 Replies

Osx :: Make Flash Video Stay In Fullscreen On Dual Monitor Setup?

Oct 3, 2010

Cant 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 Replies

Professional :: Stretching Fullscreen Across Multiple Monitors?

Jun 13, 2011

I'm working on a stand alone application that need to streach across 3 monitors verticaly but without the windows border, title bar, or the toolbar.I'm working in CS5 and can't find any settings when publishing out to the exe and if you try to fullscreen it, it will lock to only one monitor.

View 1 Replies

ActionScript 2.0 :: Fscommand Fullscreen On Dual Monitor OSX Setup

Apr 17, 2003

i just installed an ati radeon7000 32 bit graphics card into my G4 tower so i can run 2 monitors--what i want to do is have my small monitor serve as the desktop where i can control what is being viewed on the second monitor: when the small monitor is set in the control panel as being the menu bar, then when a .swf or projector set to 'fullscreen' launches, it fills the screen on the small monitor but not the second monitor.

how can i set it so that whatever is launched from the small screen will appear in the second/larger monitor? (i want the menu bar and dock to be on the small monitor, so that it is hidden from view on the second monitor) i know i can do this in javascript, but i'd like to keep it on the desktop without having to use a browser-- using the fscommand to set the xy coords, or somehow target the second monitor?

View 2 Replies

Flash :: Achieving Colour Consistency Across Different Monitors?

Feb 13, 2010

I have an SWF file with only vector illustrations in it (no bitmaps). Is there a way to improve colour consistency across different monitors?Colour management is a very complex topic and the more I read about it the more confused I become. There's this thing called ICC profiles which are supposed to convert colours into device independent color spaces, but of what use is that?

View 2 Replies

Full Screen Flash Content On Two Monitors?

Apr 22, 2011

I thought there was a simple way to make Flash content display full-screen on two monitors at once, but I can't seem to recall how to do it.

Searching on the topic is tough because so many people are talking about the ability to keep a full-screen video playing while working on another screen, which is not what I want. I need an app I'm developing at 2880 x 900 to be viewable full-screen across two monitors horizontally.

I've tried

stage.displayState = "fullScreen";

activate from a user click, but it fills only one screen.

I've tried it from within a projector and from a browser with allowFullscreen set to true, and using version 10.2 of the player.

View 3 Replies

Professional :: Flash - Player Dual Frame?

Mar 28, 2011

I have windows xp - home SP3. 32 bit.I have Flash player 10.2r153.Why is it that my flash player have dual frame on every browser that I used(ie. explorer, mozilla, chrome, opera , safari)

View 3 Replies

Flash :: Dual Audio Output From Browser?

Apr 2, 2012

I'm assuming this is flatly impossible, but has anyone ever heard of or seen a way to implement dual-audio output from within a browser, a la DJ software (user's hardware allowing)? Anything in Flash? Google searches don't seem to be giving me any love on this...

View 2 Replies

ActionScript 3.0 :: Extended Display On 2 Monitors With Flash In Full Screen?

Jul 28, 2011

I would like to ask how do I extend my display on 2 moniters with flash in full screen? My stage size is 1600*600, I want the stage to be extended and display in both moniters. Each moniter resolution is 800*600. Red portion should be displayed on moniter 1, and Blue portion should be displayed on moniter 2. Now, both portions are displayed on moniter 1. Nothing at moniter 2. link to pic: [URL]

View 8 Replies

Professional :: Flash 9 Destroys Dual Boot Capability?

Feb 8, 2010

I use a dual-boot computer, with one partition for Linux (Debian) and one for Windows XP.  I can't use Flash on Linux as Adobe has never ported it to that platform. So I put my Flash on the Windows partition.Unfortunately, while I have no trouble with Flash 8 on the Windows partition, when I attempt to open Flash 9 on it it crashes the entire system.

My husband found an article in the Winter 2009-2010 issue of 2600, the Hacker Quarterly magazine; it seems that in CS3, which Flash 9 is part of, Adobe has written its copy protection code in such a way as to cause a dual-boot machine to become unbootable after one uses Adobe software.I don't understand all the technical issues, but as the article states, "even though you have paid Adobe real money for their software, they will still potentially ruin your dual-boot system."

I realize Adobe doesn't consider Linux users numerous enough to accommodate,but by taking my money for their product,the company has an obligation to give me value in return.The value I expect is to be able to use the software I paid for - it's not up to Adobe to decide which OS I should use.At least they could warn people that you can't use CS3(and probably not CS4) on a dual-boot system.I will now start learning to use Inkscape immediately.

View 1 Replies

ActionScript 2.0 :: Photo Gallery Using XML And Flash - Dual Alpha?

Jul 15, 2005

In the Tut: Photo Gallery using XML and Flash, the image is faded to 0 BEFORE the next image is faded to 100. Is it possible to get the imcoming image to fade in WHILE the outgoing image is be faded out?

function nextImage() {
if (p<(total-1)) {
p++;

[Code]....

View 3 Replies

Flash Dual Video Player - Load And Play Two Videos At The Same Time?

Sep 17, 2011

Has anyone seen a Flash video player out there that will load and play two videos at the same time, such as for comparing videos? A potential client is looking for something along the lines of this. I've not been able to locate anything out there,and I'm wondering if there's a usability reason for this...Obviously, you wouldn't want the audio playing for both at the same time, and the bandwidth issue for something like this might be a concern too. My feeling is that you wouldn't want to restrict a user to just playing both videos at once, but give them the option to play them separately or at the same time, with controls for each audio and playback.

View 1 Replies

ActionScript 2.0 :: Fullscreen Scroll Bar On Fullscreen Flash Site

Apr 19, 2009

I need a fullscreen scroll bar on my fullscreen flash site , i need it to function similar to this URL...

View 1 Replies

C# :: WebBrowser Flash Fullscreen / ESC Won't Exit Fullscreen

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

ActionScript 3.0 :: Flash Full Screen With Dual Screen Monitor?

Jul 17, 2011

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?

View 10 Replies

C++ :: Play Hd Videos In Multiple Monitors?

Nov 5, 2011

I'm looking for a solution to play HD videos on a multimonitor OSX environment for a projector/desktop application. It could be one huge video, or a video split in parts.So far I've been using Flash StageVideo successfully to play 1080p and 720p on single monitors. This works great with flash projectors. The problem with flash projectors is you can't span multiple monitors, or multiple windows. I still haven't tried opening multiple projectors, because I wouldn't know how to position each projector in a different monitor consistently.

In Adobe AIR you can have multiple windows and control their position, but AFAIK you can't use StageVideo to decode videos with the GPU... and using the classic Video class is really out of the question.

With C++ there are multiple frameworks (cinder/openFrameworks) but AFAIK opening multiple windows, or spaning multiple monitors is not such a good idea because of bad performance. I stil haven't figured out if it's possible or even a good idea to open one app per monitor and control it's position.

View 1 Replies

ActionScript 2.0 :: Scaling Stage To Fit Different Monitors?

Feb 23, 2009

I have a flash project that I published to an .exe so it can run on the desktop. I also used the code:

Quote:

fscommand("fullscreen", true);

This is to make it launch in fullscreen. However the stage dimensions are 1100 * 800px and when you lunch this on certain computers with lower res monitors, some of the stage area is cut off. I found that you can always right click and select the "show all" option and it will scale down to fit the monitors screen. How can I make this do that automatically without having to right click and selecting the "show all" button.

View 5 Replies

ActionScript 3.0 :: Resize Screen On Large Monitors

Apr 19, 2011

Has anyone had this issue before, say I have a movieclip called options, and want it to always stay down in bottom right corner, simple, in the resize event just update the sreen size available and reset the x and y of options accordinging, with whatever offsets needed. BUT... this is getting thrown off on very large monitors, anything over 27in, sometimes the same code works, sometimes it doesn't

View 3 Replies

Professional :: Doesnt Go Huge When Viewed On Larger Monitors?

Jul 14, 2010

Is there a way of setting a swf so that it doesnt go huge when viewed on larger monitors? I want my site to scale in size, but when i viewed it on a  27" monitor it just looked way too big really (text looks silly big), even scaling it down can then be too small on regular monitors, is there a happy medium ?

View 7 Replies

ActionScript 3.0 :: Buttons Stop Working At Low Resolution Monitors?

Jun 16, 2009

I have been working on this photography website, N its a full screen flash website showcasing photography. At large screen resolutions the buttons work fine, but when the resolution is lowered to a 1024 * 768 or something similar some buttons work and others don't.

View 2 Replies

Actionscript :: Dual Screen Application Using Zinc

Sep 13, 2011

I am trying to decide what is going to be the best option to use for this scenario, Zinc or Adobe Air.I have a client who needs a backend touchscreen panel with a few buttons which, when pressed on will start a video on a dual screen setup on the other monitor.Using Zinc, will I be able to create two Exe files, one exe to host the backend "control panel" and the other exe to host the video player where the video will be played and will they be able to talk to one another. So if I press stop in the control panel, the video needs to stop in the other exe.

View 1 Replies

IDE :: Declaring Dual Object/variable Type?

Oct 23, 2009

I'm trying to find information in how or if it it possible to declare a Variable Type that can accomodate 1 of 2 different Types In this particular case I'd like to set a Variable able to accept either Integrals or Strings I know i Can use a wildcard as below and it works, but it also allows for any other type to be added.

private var _destination:*;

My first Thought was something like this

private var _destination:String^int;
private var _destination:String|int;

Unfortunatly this does not work

View 4 Replies

Media Server :: Can Adobe Flash Media Streaming Server 3.5 Run On AMD Athlon Dual Sock Quad Core?

Nov 10, 2009

Can Adobe Flash Media Streaming Server 3.5 run on AMD Athlon Dual Sock Quad Core?I just requested a Dell server to be added to our farm to run as a Media Server and to my surprise, while reading the requirements for FMS it states the following: 3.2GHz Intel® Pentium® 4 processor (dual Intel Xeon® or faster recommended)

View 2 Replies

ActionScript 2.0 :: MX04 : Make A Dual Key Press Perform A Single Action?

Feb 1, 2010

im trying to make a game that requires you to have the spacebar and the right arrow key pressed to make the character move. However i just cant seem to link the 2 key presses together. when the keys are pressed individually it works and when theyre pressed together it works but i want the character to be inactive until both are down at the same time :/

i've tried everything that i can think of (which is kinda limited) i thought id cracked it with a 'while' statement but when i tested it flash would throw a fit and close heres the code that flash doesnt like, it looks (to me) like it should work but it clearly doesnt :P

PHP Code:

onClipEvent (load) {
_x = 0;
_y = 0;
}

[code]....

View 2 Replies

ActionScript 3.0 :: Fullscreen Button On The Playback Component, Which Will Allow The User To Toggle The Video Fullscreen?

Apr 13, 2009

I like to make a fullscreen desktop application, with an FLV, using the FLV Playback component. However, I�d like there to be a Fullscreen button on the playback component, which will allow the user to toggle the video fullscreen.I cant, for the life of me, figure out how to do this with various settings�it should be easy! This is what I have--is there a better way to do things (without a custom movie player)? My inital settings are as follows:

Code:
stage.displayState = StageDisplayState.FULL_SCREEN;
theMovie.fullScreenTakeOver = false;

Then I have a function which should work--but my button won't appear in fullscreen--Can I apply this function to the built-in fullscreen button?:

Code:
function handleClick(event:MouseEvent):void
{
if ( !theMovie.fullScreenTakeOver )[code]....

View 9 Replies

ActionScript 2.0 :: Loading Fullscreen External SWF's Into A Fullscreen SWF?

Oct 19, 2006

What I've done is created a "fullscreen SWF" by using ActionScript to stretch a movie clip (yellow rectangle) in the background to fill the whole browser frame. The navigation is positioned in the upper left using ActionScript also; when the user resizes the window, positions are adjusted so the nav always stays in the upper left. (Adapting the technique from http:[url]....

External SWFs are loaded from an XML file into a blank movie clip on a layer that is between the yellow background and the navigation (adapting the kirupa XML Photo Gallery). Here's my problem: I want to be able to create full screen backgrounds for these external SWFs so when they are loaded into the main SWF they cover up all the of yellow background of the main clip. Also if the user resizes the window, I hope like the main SWF, the background on the external SWF can also resize to match.

If you press next twice to get to item three for example, I want to be able to stretch that orange box to fill the entire background. You'll notice if you resize the window on the third item, the orangle rectangle will adjust, it's just not correct.

View 2 Replies

ActionScript 3.0 :: Fullscreen Video From Fullscreen Air App?

Feb 24, 2011

I'm hoping someone can help me with an issue I'm having.
 
I currently have an AIR Application that runs fullscreen.
 
At some point in the application, I am trying to get a video to play fullscreen as well.

[Code]...

View 3 Replies







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