ActionScript 2.0 :: Fullscreen Projector With NoScale On Stage

Mar 22, 2008

I working on a projector presentation in flash where I would like to run it in fullscreen. I use:
fscommand("fullscreen","true")
In the first frame, but it scales up my content so that it gets blurred. Is it possible to keep the stage width and height and still go fullscreen, so you just fill the space with stage color.

View 2 Replies


Similar Posts:


Center Video At FullScreen With NoScale

Jul 23, 2009

I'm trying to center my FLVPlayback video programmatically in AS3 but I'm having a hard time with it.[code]This code isn't working, does anyone have any ideas how to get this to work?

View 4 Replies

Flex :: Sprite Scaling Children Even Though Stage.scaleMode = "noScale" And Stage.align = "TL"?

Aug 6, 2010

I am creating an AIR nativeWindow. I am adding two children, an HTMLLoader and a Sprite. The child Sprite has two children, a TextField and a Sprite that will be used to draw. I have set stage.scaleMode = "noScale" and stage.align = "TL", which the HTMLLoader seems to respect. However, the child Sprite scales its children whenever I set a height.

public function BaseWindow(){
var winInit:NativeWindowInitOptions = new NativeWindowInitOptions();
winInit.type = NativeWindowType.NORMAL;[code]..........

How do I prevent the distractor Sprite from scaling its children?

View 1 Replies

Open Projector In Fullscreen And Keep On Top?

May 20, 2009

I have read several posts where people discuss TOPMOST and SWF Studio as options for keeping applications running in the top of the z order.

My question is: Is there a way to create a projector that always stays on top (e.g. even if a windows update occurs) without purchasing SWF Studio? As I understand TOPMOST is only for launched applications, not for the application itself.

View 1 Replies

ActionScript 3.0 :: FLV In A Fullscreen Projector

Jan 21, 2010

I am trying to do something really simple but I think there may be a bug in flash. I want to create a fullscreen projector which does not scale the stage and contains movies, the movies should not play fullscreen. I want the videos to stay exactly the size as I have set them up on the stage as they have titles above them. The issues I am facing are as follows;

1) If I place the movie on frame1 of my timeline along with the code

[Code]...

View 0 Replies

IDE :: Keeping The Projector Fullscreen?

Jan 7, 2009

I have created a cd-rom in flash which autoruns and opens up as a fullscreen projector. The cd launches various powerpoint files from without the movie, however, once i close the powerpoint file, the projector is no longer fullscreen.

Is there any way I can keep the flash movie running fullscreen behind the powerpoint files, so when i close them, the flash movie is the same.

View 1 Replies

IDE :: Resize In Fullscreen Projector?

May 6, 2011

I'm creating a flash projector file and need to scale background full-screen. The background is a gradient shape. I made it full screen and resized background so width and height is stage width and height but it still won't work.

View 1 Replies

PDF In The Fullscreen Flash Projector (.exe) To Show

Aug 3, 2009

Made with Flash and MDM Zinc 2.0. Exe is making a fullscreen projector presentation CD have examples at hand.
 
On the left side of the page there are related topics. On the right side of the pressing topics, and link directly to the pdf file which is pressing on the issue comes with interface page pdf acrobat.
 
How to combine Flash and Acrobat PDF like this sample?
 
Note: This job has nothing to do with respect in FlashPaper was investigating it. Adobe does not import PDF Director'ı also tried.

View 2 Replies

ActionScript 3.0 :: Fullscreen In Win Projector EXE File

May 24, 2011

I have two seperate machines I work on. Is it possible to have a true fullscreen? It was possible in as2, but all examples I've seen on this forum haven't worked. I will not be using an accompanying html file, I will be publishing to exe.

View 5 Replies

ActionScript 3.0 :: Fullscreen In Windows Projector?

Jan 22, 2009

I have a Flash presentation I want to autorun in full screen mode. I set this using StageScaleMode.FULL_SCREEN, and it works fine if I run the swf file. However, the exe file opens a blank full screen, and only when I exit with ESC does it show the actual movie in a regular window.

View 2 Replies

Actionscript 3 :: Keep An FLVPlayback Out Of Fullscreen Mode In Projector?

Nov 14, 2010

I have an FLVPlayback component on my timeline (frame 4 or so), and my Flash Projector is running in fullscreen mode. The problem is that I can't seem to make my FLVPlayback component NOT be in fullscreen mode and at the same time, have my stage in fullscreen mode.

View 1 Replies

Flash Projector Fullscreen FLV Always Has Black Background

Feb 6, 2012

I'm creating a fullscreen projector that has an FLV file on the stage. I successfully got the FLV to appear non full screen by using the answers for the following question:

Non-fullscreen FLVPlayback

However, the background still goes black just before the FLV comes to the stage.

It runs fine when the projector is not set to fullscreen - background is there along with my close button.

View 1 Replies

ActionScript 3.0 :: FullScreen Scaling Issue In Projector?

Feb 16, 2009

I'm having a problem getting a cdrom interface to not scale in an AS3 Projector. The movie does have an embeded flv player, but it has an interface around that that is 830px wide by about 500 tall and that needs to be shown at its original size, but fullscreen. The movie plays fullscreen, using the following AS3 code:

Code:
stop();
import fl.transitions.Tween;

[code]....

View 1 Replies

ActionScript 3.0 :: Resize Background Fullscreen In Projector?

May 6, 2011

I'm creating a flash projector file and need to scale background full-screen.The background is a gradient shape.I made it full screen and resized background so width and height is stage width and height but it still won't work.

View 4 Replies

Actionscript 3.0 :: Fullscreen Projector To Open Video?

Feb 19, 2010

I need to have a fullscreen AS3 projector to open a video within the presentation to fullscreen and then back to its original size. The video is inside another movie clip and doesn't use the FLVPlayer component. There is also a custom video controller that needs to be positioned under the video when viewed fullscreen and then return under the original video. I have had some success opening the fullscreen video but could not position the video or controller position accurately.

View 4 Replies

ActionScript 2.0 :: Browser Window And Projector Fullscreen?

Mar 6, 2006

In the projector I have links that open websites in a web browser window. When I play the projector on Mac, the browser window opens in front of the Projector's window, but on Windows, the browser is hidden by the projector's window

View 2 Replies

ActionScript 3.0 :: Create Windowless Non-fullscreen Projector With Flash CS3?

Oct 21, 2008

1) Is there any way to create windowless non-fullscreen projector with Flash CS3?

2) Or even better "masked" projector applications (where the window will be able to take any shape depending on a mask, and not only rectanlge shape)?

3) Or at least any way to change the title of the projector's window? ...

Or we are "doomed" with every non-fullscreen projector application to suffer from the "Adobe Flash Player 9" window title?.... :/...

View 1 Replies

ActionScript 3.0 :: Preventing MovieClip From Resizing In Fullscreen Projector?

Aug 18, 2009

I have a fullscreen projector using fscommand ("fullscreen", "true");
Fullscreen works fine. However, I have 2 movie clips that I don't want to resize with the rest of the movie. (They are non-vector images that look crappy when resized.) Is this possible? If so, do you know what code I need to use? I'm using AS3.

View 1 Replies

ActionScript 1/2 :: Windows Projector Quits Fullscreen When Opening Pdf File?

Aug 16, 2011

I'm working in CS5, using AS2 on a Mac.I've built a presentation that requires the need to open pdf files in Acrobat Reader... as I have been building this on a Mac I simply used the geturl code which has been working a treat... today when I tested it on a PC it opened the file in a browser window!
 
I'm not really a coder and have to rely on finding bits online that I can tweak... after many hours I have fixed the pdf opening problem by using the fscommand method, but unfortunately when the pdf file is closed, my presentation (that was running fullscreen) has minimised itself to a window 100% to the original stage size!

View 2 Replies

Professional :: Windows Projector Quits Fullscreen When Opening Pdf File

Aug 16, 2011

I've built a presentation that requires the need to open pdf files in Acrobat Reader... as I have been building this on a Mac I simply used the geturl code which has been working a treat... today when I tested it on a PC it opened the file in a browser window!
 
I'm not really a coder and have to rely on finding bits online that I can tweak... after many hours I have fixed the pdf opening problem by using the fscommand method, but unfortunately when the pdf file is closed, my presentation (that was running fullscreen) has minimised itself to a window 100% to the original stage size!

View 2 Replies

Professional :: FLV In Fullscreen Projector File Forces Background To Black

Mar 16, 2012

I am producing a fullscreen projector (.exe) file and have some large videos that cause the background to go black when they come on the stage. When I test the movie (not in fullscreen), it works just fine.

[Code]....

View 1 Replies

ActionScript 3.0 :: Projector File Runs Super Slow In Fullscreen Mode

Apr 25, 2009

I have created a flash application that runs crisp and smooth normally. However, when I set it to fullscreen using
Code:
fscommand("fullscreen", "true");

Then it runs slow as heck. My cpu usage shoots up to the 90%'s on all four cores. Strange thing is, however, that if I manually resize the projector chrome to take up the full screen size it runs smooth and crisp. It's not playing any videos or sounds, and there are minimal images. The swf file itself is 7 megs, and that's almost entirely because I have to embed the chinese alphabet. Could it be from running dual monitors? It still only "fullscreens" to one monitor's size, so I don't think its's twice the size without me noticing... I'm really not sure what's causing it, but it gets super slow...

The swf and fla files are located at: [URLs]
.fla is only 448kB, but the swf is 7megs.
Again, it runs fine when not in fullscreen, no matter how large I make the window, but if you play the swf file in flash player (i.e. not in browser) it will run slow until you press esc and exit fullscreen mode.

View 11 Replies

ActionScript 2.0 :: Open Image In Fullscreen With Stage.displayState="fullScreen";?

Dec 28, 2006

i have my photo gallery and if you push a button photo has to open in new window with fullscreen.

for fullscreen i use Stage.displayState = "fullScreen";

View 2 Replies

ActionScript 2.0 :: NoScale For Moviesclips?

Feb 17, 2007

I came across this website http:[url]..... and is amazed by how the movieclips within the website do not autoscale to the browser whenever I resize the browser.the website is full screen but amazingly whenever the browser is resized, the movieclips within the website do not adjust according, instead they remain in their proportion.

View 2 Replies

ActionScript 3.0 :: FullScreen One Element On Stage And Not The Whole Stage

Sep 18, 2008

Imagine a stage. Imagine a series of images (smaller than the stage and spread out evenly) that have been loaded into a bunch of "swfContainer" movieClips via the Loader Class. Is it possible to make one of these "swfContainer" movieClips go FullScreen and nothing else (i.e. not the entire stage, just the _mc that one of these images sits in)?

View 1 Replies

ActionScript 3.0 :: Fullscreen Flash Projector - Create A 1024x768 Flash Movie, Even With 100x100 And "No Scale" Activated?

Oct 17, 2008

I used to make fullscreen Flash websites, using 100x100 width/height and "No Scale" on Publish Settings.Everything is ok on a browser, since I can position elements using relative coordinates for liquid layouts.Now I have to make a fullscreen standalone .exe projector.To get fullscreen I use fscommand("fullscreen", "true") on the first frame and it works.

The problem is:If I create a 1024x768 Flash movie, even with 100x100 and "No Scale" activated, the movie remains at 1024x768.So, if I trace stage.stageWidth and stage.stageHeight, those remain respectively at "1024" and "768", but I need for the movie to get the max width and max height available on the system.

In the browser it happens automatically, but in the Flash projector it doesn't. how can I get the movie to match the exact size of the screen where it runs?I've tried with Capabilities.screenResolutionX and Y but there is no way (and I think it's normal) to set the stage.width and stage.height properties on runtime.

View 3 Replies

ActionScript 2.0 :: Photo Album - Import / Call The Pics(all Are .jpg) To The Stage While The Projector(movie) Is Playing?

Jan 10, 2006

i want to create a photo album. i've created a folder and put pics inside the folder. is there any scripts that can import/call the pics(all are .jpg) to the stage while the projector(movie) is playing?

View 2 Replies

ActionScript 3.0 :: Scaling Stage In Fullscreen?

Nov 19, 2009

I'm having a little trouble getting my swf file to fully scale in fullscreen mode. It doesn't look like the stage is scaling and my picture gets cut off. Attached is an image and the code also. It goes full screen at its native resolution fine but gets cut off when i try to scale.

import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.events.Event;

[code].....

View 2 Replies

ActionScript 2.0 :: Stage And Fullscreen Fscommand?

May 4, 2011

I'm making a flash movie project, the stage size is 600x800. When I use fscommand to make the flash projector fullscreen it shows everything, including out of stage things. How do I get the projector to only show the stage Fullscreen? PS: An answer in AS 3.0 would be fine to! As 2 is preferable!

View 1 Replies

ActionScript 3.0 :: Video Playing Fullscreen Instead Of Stage

Nov 23, 2009

I'm developing a kiosk-type projector file to play fullscreen & I'm encountering a strange problem. There's a video on the stage (720 x 480) and the stage is 1280 x 768. When the projector switches to fullscreen mode, the video expands to fill the height of the screen instead of the stage filling the screen. It's acting like the fullscreen mode is telling the video to play fullscreen.

View 6 Replies







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