Professional :: Macintosh Full Screen Projector?

Jul 2, 2009

I'm trying to create a Macintosh full screen projector. Easy, I know.WHY the hell doesn't it go full screen... I keep getting the title bar at the top of the projector.
Windows projector works perfectly.Some software called Zinc will provide me with the solution to this problem but it's expensive and the free version adds a watermark to the file, which is not good.

I'm using  the standard... fscommand("fullscreen", "true");
I found a thread which suggests a workaround of adding
Frame 1 - fscommand("fullscreen", "true");

[code].....

View 2 Replies


Similar Posts:


Professional :: Make Projector Full Screen Bug?

Nov 25, 2007

I have a Mac (intel) CS3 flash fla that I am exporting asprojector. The exported Mac projector and windows exe file will notopen full screen w/o the flashplayer's top toolbar. I have testedthe projector file on Mac 10.4 and Windows XP and all show theflashplayer's top tool bar. The only way to go full screen is tomanually select view/full screen in the player toolbar. I havetried the fscommand("fullscreen", "true"); toggle (true/false/true)workaround w/o any success. Any other workarounds I can try

View 4 Replies

Flash - Close A Video From Full Screen Without Closing The Projector Full Screen?

Dec 10, 2010

I am creating a full screen projector with flash CS4. In the projector I have more videos, starting from an swf player-

The problem I encounter is this:

The projector starts correctly FULLSCREEN (using AS). The video plays 900x506 correctly. If I click on the player, to get the video full screen, it works. But when I press ESC, not only the video, but also the PROJECTOR looses full screen.

This is a bit annoying. Is there a way to apply the "back to normal size" only to the video? I do not want to prevent the app to be exited from full screen, it's not a problem if the user wants to exit the projector full screen. But not when the user exits the video from fullscreen mode.

How to target only the video?

View 1 Replies

Professional :: FLV, Masking, And Macintosh Projector Oddities?

Jan 30, 2010

I have an instance of an FLV video in a movie clip on the main timeline. Withing the movie clip, I have it masked to fit into a custom shape on-screen, and I am publishing this as a Macintosh projector app. When I view the projector in its native size (1024x768), the masking works fine. But when I switch to full-screen mode (Command-F), the masking disappears, and all I see is the video. It also kind of screws up the navigation from this mc to the next, i.e., the cuepoint stops working.

View 2 Replies

Ensure The Swf Or Projector File Always Stays In Full Screen - Full Page Mode?

May 11, 2010

I am creating a flash-based Kiosk. When launched, it runs full page/full screen. However, if a user clicks a button that opens an external document, the swf or Flash Projector exe leaves full page mode and appears in the Flash Player. Is there any way to ensure the swf or projector file always stays in full screen - full page mode?

View 4 Replies

ActionScript 3.0 :: FLV Full Screen Projector With Buttons?

Jan 30, 2009

Trying to create a Projector which contains FLV files andother on-screen elements.I have a button "myFSButton" on screen which switches theProjector to Full screen.However when the button is clicked the FLV file plays fullscreen rather than enlarging theentire stage to full screen. I'd like to have the entireinterface zoom to full when the button ispressed.I've tried a couple of different was to switch to fullscreen, but both have the same effect.

First using fscommands:
function gofull(event:MouseEvent):void
{

[code].....

View 3 Replies

ActionScript 3.0 :: Full Screen With A Projector File?

Dec 7, 2009

I know there is a way to make the flash movie play full screen when publishing as a projector? The only method I know of is by adding code to an HTML page, but since this is a projector file that will be played on CD, I'm at loss.

Also, a tad unrelated to the ActionScript forum, but any info on what can be done for the projector file to autorun?

View 1 Replies

ActionScript 3.0 :: Full Screen Works In Projector But Not Swf?

Jun 2, 2011

I have a project whose final deliverable is a Windows projector, but is also published as a swf so the client can proof it remotely online. The projector has the following line of code: stage.displayState = StageDisplayState.FULL_SCREEN; which, of course, makes the projector go to full screen automatically upon launching it. Unfortunately, it prevents the swf from playing at all (not sure why). So I am constantly commenting and uncommenting that line, since I usually publish to both swf and projector. Is there a way to rewrite that so that it works in the projector, but does not stop the swf from playing?

One idea I had was to do something like: "If (I am not a swf) {stage.displayState = StageDisplayState.FULL_SCREEN;}" Or alternately: "If (I am a projector) {stage.displayState = StageDisplayState.FULL_SCREEN;}" I'm not sure this is possible, or, if it is, what the as3 code would be for it.

View 3 Replies

ActionScript 3.0 :: Prevent Full Screen Video In Projector?

May 29, 2009

I'm creating a flash presentation as a standalone Projector in full screen mode...
 
stage.scaleMode = "noScale";
stage.displayState = "fullScreen";
 
Problem is that I want to have small video players in this full screen Projector, but I DO NOT want the videos to display full screen. I want the videos to display at their preferred size. However, since the stage mode is full screen, the video automatically goes to full screen as well.How do I prevent this?

View 1 Replies

Ensure Swf Or Projector File Always Stays In Full Screen?

May 11, 2010

I am creating a flash-based Kiosk. When launched, it runs full page/full screen.

However, if a user clicks a button that opens an external document, the swf or Flash Projector exe leaves full page mode and appears in the Flash Player.

Is there any way to ensure the swf or projector file always stays in full screen - full page mode

View 3 Replies

[CS4] AS3 :: Get A Based Flash File To Run Full Screen In A Windows Projector?

Jan 23, 2009

I'm currently trying to get an AS3 based flash file to run full screen in a windows projector, but no matter what I try codewise I cannot get the function correctly working,I've tried

fscommand("fullscreen","true");

which works, but I'm also told to avoid it, as it's buggy : - I also tried

fscommand("trapallkeys","true");
fscommand("fullscreen","true");
fscommand("showmenu","false");[code]....

but this doesn't work either, in swf or standalone .exe.

View 2 Replies

ActionScript 3.0 :: Player (Full Screen Projector) And Video Size

Mar 9, 2012

I have an issue with video. I have a full screen projector running Flash Player 10.1. I call the video with this code:
function fbtnclickj(e:MouseEvent):void{
var loadera = new Loader();
addChild(loadera);
loadera.load(new URLRequest("videos/video1a.swf"));
}
The videofile (video1a.swf) uses the Flash FLV Playback component 2.5 (size 320 x 240) and the source movie is external (video1a.flv). The videoloads and runs fine but enters in full screen despite I have configure the component to exactFit. Any way to make it stay to 320x240?

View 1 Replies

ActionScript 3.0 :: FLV, Masking, And Macintosh Projector Oddities?

Jan 30, 2010

I have an instance of an FLV video in a movie clip on the main timeline. Withing the movie clip, I have it masked to fit into a custom shape on-screen, and I am publishing this as a Macintosh projector app.When I view the projector in its native size (1024x768), the masking works fine. But when I switch to full-screen mode, the masking disappears, and all I see is the video. It also kind of screws up the navigation from this mc to the next, i.e., the cuepoint stops working.

View 1 Replies

ActionScript 3.0 :: When I Open The Projector File It Doesn't Go Full Screen Automatically?

Sep 18, 2009

I am developping a as3 project for a kiosk that should run in full screen mode.I am using eclipse for the programming and Flash CS4 to prepare all the swf library assets.Once I publish the swf, I open it in the flash player and export the file as a projector file.

When I open the projector file it doesn't go full screen automatically.
 
Where can I set the project to go full screen?In the code?Or is there a preference setting for the projector file?Or another way to publish the projector file that will allow me to set the full screen mode?I remember using fscommand in as2 but that doesn't seem to work anymore.

View 3 Replies

Actionscript 3 :: Create Windows / Macintosh Projector From Flash Builder 4?

Mar 22, 2010

Am I able to publish a Windows/Macintosh projector from Flash Builder 4? I would like a solution that stays within the IDE, rather than having to open FlashPlayer.exe and export the EXE/App.

View 2 Replies

ActionScript 3.0 :: YouTube Chromeless Player Ceases To Enlarge Up To Full Screen Width In Full Screen Mode?

Jul 9, 2011

I tested my skin for YouTube Chromeless player, and seems it worked properly.All graphic elements, including TLFTextFields, are stored in external SWF, all the AS3 code - in loading SWF.I use ProLoader class to load SWF.However, when I tried to attach Player skin code to my Home Page code, I immediately bumped into two issues:

1. TLFTextFields ceased to display proper font;

2. YouTube Chromeless player ceased to enlarge up to Full Screen width in Full Screen mode, whereas all publishing settings were kept the same...

Although I managed to cope with TLFTextField bug by replacing instances with vars in loaded SWF, I have no the slightest idea what to do with those paddings in Full Screen mode... Neither removing all children on stage before loading YouTube Player skin, nor compulsory resetting player's size can't make it work...  

View 10 Replies

ActionScript 3.0 :: Display A FLVPlayback Full Screen The Same As When Click On The Full Screen Component Button?

Sep 17, 2008

I wnat to display a FLVPlayback full screen the same as when you click on the Full Screen component button.

function goFullScreen():void {
vidPlayer.enterFullScreenDisplayState();
}
var vidPlayer:FLVPlayback;

[code]....

View 1 Replies

Javascript :: Flex - Get Full Screen, Withsame Vertical And Horizontal Bar, As It Was Just Before Full Screen?

Aug 9, 2011

// for Full Screen stage.displayState = StageDisplayState.FULL_SCREEN;// for the normal screen stage.displayState = StageDisplayState.NORMAL;But this code does not fulfill my requirement. I need Vertical Scroll Bar, even I go to the FullScreen, but I don't find any Scroll with this code.Even I tried "window.open" of JavaScript with ExternalInterface, but I couldnot succeed.

View 2 Replies

ActionScript 3.0 :: Why Does Full Screen StageDisplayState, Makes Videos Full Screen?

Sep 29, 2011

i am creating an interactive application that will run independantly on a computer.I have implimented the full screen stage display state to a btn, and it works great!

-------code-----
import flash.display.StageDisplayState;
function goFullScreen():void
{

[code].....

however as soon as i add a video [i will be adding several] the video takes on the full screen property, and that is not the desired effect.I have used several diff ways to import the video but as soon as i call the full screen, it goes to an all black screen.

View 1 Replies

Professional :: Full Screen Playback?

Feb 9, 2012

I'm just finishing off a project that has to run in full-screen mode, but I'm having trouble adding this feature. couple of quick details.I'm using Flash CS3, ActionScript 2.0, targetting Flash Player 9 (this could change, but I have to stick with AS2 and CS3)The movie will be the only thing running on a touchscreen installation, Windows PC.I tried using this:

fscommand2("FullScreen", true);

but it didn't work for me. I get this compiler error:Scene=Scene 1, layer=Navigation, frame=1, Line 1

The currently targeted Flash Player does not support the FSCommand2 action.I've tried changing the target player version, but all seem to generate the same error.

View 1 Replies

Professional :: Getting Embedded Swf Tour To Go Full Screen?

Apr 3, 2010

Attempting to get a flash virtual tour to go fullscreen when embedded in an html page.  Have no knowledge of html coding ... Have an embedded button on the tour and a p2q_embed_object.js file (both generated out of Pano2VR). Created an html page in Dreamweaver CS3, the code of which is pasted below ...

[Code]......

View 1 Replies

Professional :: Make Swf File Appear Full Screen?

Jun 26, 2010

I need to make my swf view as a full screen in all browsers, i need to add code in fla file, not in html page, can i make that?

View 1 Replies

Professional :: EXE Video Playing Full Screen

Oct 25, 2010

I am putting together a presentation for some in flash and will be exporting as an .exe file so they can play it fullscreen on there laptop. Its all working fine apart from one slide where I have included a video (FLV) which is loaded externally. Where I have the .exe in full screen mode the video automatically jumps to full screen mode and I cant see any of the the other images/text surrounding it. How do I go about not letting the video scaling to fullscreen and the rest staying as is?

View 2 Replies

Professional :: How To Enable Full Screen Viewing

Oct 31, 2011

I want to upload flv files to my website. I have got it worling fine - insert media - flv - progressive download - etc. When I view the file in the testing server it does not have the option to "view in full screen" which I need as I want to keep the preview windows small and have several videos on the one page. Is there code I need to enter in addition to that generated by Dreamweaver? I'm not familiar with Flash Pro or Media Encoder but I do have access to them if t makes the whole process easier.

View 3 Replies

Professional :: Windows 7 And Playing Flash In Full Screen?

Aug 9, 2010

am trying to figure out how to fix a problem. I have my computer hooked  upto the television to watch shows and movies. However playing flash  related content always freezes when in full screen mode. This includes if something is playing or if the movie has ended and the player is staying in full screen mode.I  have tried on IE8, Firefox and Safari. It happens at random times and on all flash video players

View 1 Replies

Professional :: Project Doesn't Work In Full Screen

Feb 12, 2011

I´m working on a project for a presentation, but there is a weird bug...When I test the project in Flash, it works properly, but when I open the .exe or .swf file in my pc, it apparently does not work.The proyect is set to be in full screen, but while testing the .exe, if I press (ESC) to leave full screen mode, then it works perfect!
 
I need my proyect to be full screen, so removing that feature is not an option.The bug makes my proyect to stop in a frame, but if I press ESC, I can see that the project never stoped, and it's in the frame that it should be.I uploaded my proyect so you can download it if you want and help me. It weighs 3Mb, and contains a video.[URL]

View 3 Replies

Flash :: Professional - Full Screen Option 10.2 Not Functioning?

Feb 16, 2011

I have recently upgraded to Flash Player 10.2 (correct version for Windows 7) which will operate satisfactorily on BBC/ITV players in small (part) screen mode. Whenever I click for full screen, the screen goes completely black (blank), though the sound remains. I have uninstalled and reinstalled Flash Player 10.2, twice, but to no avail. Has anyone come across this problem and/or can anyone tell me a solution? All other functions on my laptop (Dell XPS) seem to be fine.

View 4 Replies

Professional :: Text Input In Full Screen Works?

Jun 8, 2011

I made a trivia game app that lets me enter text into input fields when the app is fullscreen on my trivia laptop. When I try running the swf on my home laptop, sometimes it lets me enter text, sometimes it doesn't. I can't remember what I did on my trivia laptop to allow text entry under full screen. Can someone please shed some light on under what conditions Flash allows it?  I'm wondering if I set up the trivia laptop to run swfs using a debugging version of Flash or something, but I can't remember.  As far as I can tell, it's just using the Flash player.

View 7 Replies

Professional :: Full Screen Mode For FLV Video Player?

Sep 11, 2011

I've always been frustrated when I use the FLV video player component because it does not create the full-screen button  For example, I have a 1280x720 F4V video.  I want to use the FLV component to play it.  But I want it to be on the stage half that size (640x360) and then give viewer option to click full screen to play it at 1280x720 (like YouTube does).So I'm basically stuck with the same old player controller that flash CS4 generates with no full screen capability.

View 6 Replies

Actionscript 3 - Flash Stage Full Screen Mode, Movieclip Full Screen Mode?

Jul 28, 2011

i am wondering from this code, it makes the stage full screen, does it also makes the content of my movieclips scaled to full screen? i have tried this code and it does not seem to do that, how can i make my content to scale to fill a stage's full screen? i have a Movieclip containing a background with a class to make special effects on the background, i am having trouble making the background be "fullscreened" nicely with the stage.

View 1 Replies







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