Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Projector File / Full Screen



FLASH PROJECTOR.EXE /Full screen
Full screen

Hello ! Im making a cd with a projector file, i want it to pop up in full screen to the user, how do i enable this when its not HTML?
Is it Action script or a autorun file?

Do anyone know hints for how you make autorun file for mac and PC , with full screen?

IM stuck so if anyone knows anything ill appreciate it

Regards

Full SCreen



FlashKit > Flash Help > Flash General Help
Posted on: 09-18-2003, 11:08 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Playing Flash Projector File In Full Screen
I have an Macromedia Projector .EXE file that opens up in full screen, but the actual projector window is not full screen. Is their any way i can get it to project full screen without having to code?

thank you for your input

URGENT Launch Full Screen Window From Projector File
hi ...
i would like to launch a fullscreen window from a projector file ... is there a script for that ... the point is to launch it in full screen mode without the toolbars etc ...
is there a way to do this .. if yes THANX VERY MUCH

Full Screen Projector, Link Opens Behind Projector, Can't See It
hey guys,

I'm using FSCOMMAND("FULLSCREEN","TRUE") but, I have a link in my projector that opens a webpage. The problem is, it opens up the browser window behind the projector and I can't even see it.

Any idea how I can fix this?

Thanks alot,

artane

Full Screen Projector, Link Opens Behind Projector, Can't See It
hey guys,

I'm using FSCOMMAND("FULLSCREEN","TRUE") but, I have a link in my projector that opens a webpage. The problem is, it opens up the browser window behind the projector and I can't even see it.

Any idea how I can fix this?

Thanks alot,

artane

Full Screen Flash Projector Reverts To Windowed When Exiting Screen Saver
I've created a flash projector that displays a companies product catalog on a 50" touch screen plasma display.
It looks great and plays great if I launch the projector and force it to full screen.
However, since this is a plasma, screen burn in is a major issue to contend with.
I've set the Windows screensaver to activate after one minute of inactivity.
The problem is that when the screensaver is exited by a touch, the flash projector that was running in full screen mode is now back in windowed mode so CTRL-F has to be hit to force it to full screen again.
This isn't good.
So, I guess my question is two-fold:
Is it possible to programatically force the projector to full screen mode so that no user intervention is required? (fscommand works on the first launch, but when the screensaver kicks in, all bets are off.)
And/Or
How would I go about creating a timer to activate an internal screensaver and insert it into the actionscript for the XML gallery?

Any help is greatly appreciated.
Thanks,
Rick

Full Screen Projector Possible?
Greetings!

Hi friends again,

Is it possible to make a projector file from Flash 4 to full screen without any top bar or menu?

just the full screen.... Possible?

Please help.

Thanks in advance....

Cheers....

Full Screen Projector +++++ HELP
Do you know the script to lauch a projector file at full screen? Help pleeaassee.

Projector / SWF Into Full Screen
How does it happen? How do I make my Projector or SWF file open up in full screen? I don't want to scale the movie to be full screen, but I want to have the full screen as a solid color background with the movie centered.
Cheers!

Pop-ups In Full Screen/projector
i recently created a web site which opened up pop-up windows via a javascript so to define where exactly on the screen the pop-up window opened (make sense?? i hope so)

i am now to show this site using the full screen option as a projector, is it possible to use the same javascripts to define the window locations and properties? if not is there a way around it?

i have both flash 5 and MX

hope someone can help

thanks

Projector / Full Screen
My knowledge of flash is quite patchy, however I'm aware of the publish in projector function.

Is it possible, and so, if how, do I set it to display the projector file in "full screen mode?"

Thanks in advance

SSS

Full Screen Projector
a) how do i make my site take over the full screen
b) will this work in a flash projector.exe

thanks for your help chaps

Projector Full Screen
can anyone tell me what actionscript makes a projector file maximize
i know how to make it full screen but i dont know how to just mazemize.
please help

Projector - Full Screen
can anyone tell me how to do a flash projector then making it open full screen if you are going to put it on a CD. thanks

Full Screen Projector?
Hi Everyone!

How do I make a projector file start up in full screen mode??

Or is there a better self contained file format that will start up in full screen?

Thanks!

FLV & Full Screen Projector
Hi - I'm building my first as3 projector, and have run into an issue with running the exe full screen whilst containing a non-full screen flv.

The issue is the flv will play full screen by default, but I don't want it to do this. I can fix the issue by adding:

video.fullScreenTakeOver = false;

However, when I navigate away from the flv in the flash timeline, and then return - flash seems to forget the above setting, even though it appears in the same keyframe as the video.

Any ideas on how to fix this appreciated.

Files available here: http://www.timdenton.co.uk/flv_test.zip

Projector Full Screen Bug?
I have a Mac (intel) CS3 flash fla that I am exporting as projector. The exported Mac projector and windows exe file will not open full screen w/o the flashplayer's top toolbar. I have tested the projector file on Mac 10.4 and Windows XP and all show the flashplayer's top tool bar. The only way to go full screen is to manually select view/full screen in the player toolbar. I have tried the fscommand("fullscreen", "true"); toggle (true/false/true) workaround w/o any success. Any other workarounds I can try? Has Adobe acknowledged this bug?





























Edited: 11/25/2007 at 09:13:39 AM by tmoore44

Full Screen Projector
Ok guys need your help again! I am trying to make a projector file and I want it to be the full screen of the monitor, not just the size of the movie, and I want to create a exit button for the movie as well. So what do I need to do? Do you know the Actionscript that I would have to use in order to exit the movie when the user is finished?? Thanks a lot in advance!

Boon

Full Screen For Projector
It aint workin with the FS command.
In the action settings for the frame I have this
fscommand("fullscreen", "true");

but when i publish a projector, its not viewd in full screen.

i got lots of layers and scenes.

kindly help,

Thanks a zill

Full Screen Projector From .swf
Hello.

I have a SWF flash file that was created for Flash 8. It works beatufully when run by a flash player.

I want to use it as an autorun file on a CD, so it needs to open in a full screen window.

I can use SAFlashPlayer.exe to create a projector (.exe file) BUT the projector opens the presentation in a small window. I want it to be displayed in a full screen window.

I understand that there are a few commands that I could use to accomplish my objective:fscommand("fullscreen", "true");
fscommand("allowscale", "false");

http://www.kirupa.com/developer/flas...orcommands.htm
http://www.macromedia.com/cfusion/kn...fm?id=tn_14280
But those commands mean nothing to me as I am not a programmer. Also, I do not have the .fla files, just the .swf.

So how can I create a projector that opens up in a full screen?

Thanks!

Full Screen Projector
Ok guys need your help again! I am trying to make a projector file and I want it to be the full screen of the monitor, not just the size of the movie, and I want to create a exit button for the movie as well. So what do I need to do? Do you know the Actionscript that I would have to use in order to exit the movie when the user is finished?? Thanks a lot in advance!

Boon

Full Screen SWF In Projector
Hi there,

I have an animated intro to my flash project that needs to run at as high a frame rate as possible. The main content then needs to be at 12 fps. The whole thing needs to be run in full screen. In order to cater for the change in frame rate I have made a projector of the animated intro that runs at the higher frame rate and uses the fscommand to play at full screen. This then loads in my main content swf to level0 which changes the framerate to 12 fps, the rate at which the swf was created. However, the swf loaded in is displayed at its original stage size (1024 x 768) rather than full screen. Since fscommand only works for projectors, does anyone know a simple way to get my swf to be full screen when loaded into the projector?

cheers,

Alex

Windows Projector To Full Screen
im putting a windows projector on a cdrom. i know how to do autorun but i do i get the windows projector to automatically go to full screen?

Projector With Full Screen Launch
does anyone know how to make a pojector file launch with a full screen?

I Want Projector To Open Full-screen...
I'm creating a slideshow that will be published as an autorun projector....Is there a good way to make it so it opens full screen?

thx
vince311

FLASH PROJECTOR.EXE /Full Screen
Full screen

Hello ! Im making a cd with a projector file, i want it to pop up in full screen to the user, how do i enable this when its not HTML?
Is it Action script or a autorun file?

Do anyone know hints for how you make autorun file for mac and PC , with full screen?

IM stuck so if anyone knows anything ill appreciate it

Regards

ESC From Projector And Full Screen Display
I am looking to put a button on my presentation navigation that allows the user to quit/esc from the presentation, does anyone know the button action script to do so. Also I am looking to open the projector at full screen. I have bitmap images in the presentation so what I'm looking to do is open it fullscreen centered at a fixed size with a dark mat around the unused portion of the screen, any ideas??

thanks!!

Opening Url In Full Screen Projector
i have a problem with flash projector (exe) i created.
when i viewed it full screen and clicked on the links that are to open in the ie or windows explorer, the windows open behind the full screen exe instead of the front. this only happens when i have browsers opened.
anyone knows how to solve this problem?

thanks in advance.

[F8] Making A Projector Full Screen
is there an actionscript which can be attached to my flash movie to make the resulting projector full screen? where and how would i attach it? thanks for your time if you can help!

[MX] No Title Bar In Full Screen Mac Projector
That was pretty annoying, the title bar in a full screen Macintosh Projector, and I couldn't find a solution anywhere. And I don't have Director, so I couldn't make a stub movie. But what worked for me is actually very simple.

Frame 1:
On the 1st frame of your movie, just add stop(), and a button to go to the next frame (here 2)

Frame 2:
Put your fscommands for the full screen mode here, like:

Code:
stop();
fscommand("fullscreen", "true");
fscommand("allowscale", "false");
fscommand("showmenu", "false");

Publish as Macintosh projector.

That's it! Hope it works for you as well...

Full Screen Projector Like Director
hi does any one know how to do a full screen projector like director has?
i don't want to movie stretched but want it to be full screen with a black bg

thanks mike

Full Screen Projector With Tool Bar
This may be a simple question but i can't fiqure it out. Is there a way to mazimize a projector to full screen while keeping the menu bar and task bar (pc only). For usability, I can't remove basic functionality from the user by taking over the entire screen (they will need to toggle between apps). thanks for your help.

-Tim

Position Projector In Full Screen
Dear Frends,
Can anyone help me out here.
I want to be able to place my projector window on any given position on the screen when its in full screen.
is there any way to do this
Best regards

Jerrel Smith

FLV Full Screen Projector With Buttons?
Full disclosure: I'm a very basic level user!

Trying to create a Projector which contains FLV files and other on-screen elements.
I have a button "myFSButton" on screen which switches the Projector to Full screen.
However when the button is clicked the FLV file plays full screen rather than enlarging the
entire stage to full screen. I'd like to have the entire interface zoom to full when the button is
pressed.

I've tried a couple of different was to switch to full screen, but both have the same effect.

First using fscommands:
function gofull(event:MouseEvent):void
{
fscommand("fullscreen", "true");
}
mytempfsbutton.addEventListener(MouseEvent.CLICK, gofull);

------------------------------------------
Second using stage.displayState:
function gofull(event:MouseEvent):void
{
stage.displayState = StageDisplayState.FULL_SCREEN;
}

mytempfsbutton.addEventListener(MouseEvent.CLICK, gofull);

---------------------------------

Any help would be greatly appreciated!
(Also, I apologizefor the pasted code. The "Attach Code" button wasn't worrking for me.

Thanks!







Attach Code

function gofull(event:MouseEvent):void
{
fscommand("fullscreen", "true");
}

mytempfsbutton.addEventListener(MouseEvent.CLICK, gofull);

Full Screen Projector Problem
I'm working on a series of Flash tutorials that will be projector files included on a software CD. These tutorials need to be full-screen (which I'm doing by fscommand) and the user needs to be able to pause the tutorial, escape (esc key) out of it, so that they can go try an example they've just watched in the application itself. Then they need to resume the tutorial. I've found that when resuming (clicking on the Flash Player application which is minimized in the taskbar) that it is no longer full-screen, but has the Windows chrome around it. I know that the user can choose 'View/Full-Screen' to return to that mode, but I'm not counting on them doing that, and don't want them to have to. Is there some ActionScript or another fscommand that will return it to full-screen once they return to the tutorial? Any suggestions are greatly appreciated.

Is There A Way To Make A Full-screen Projector Without...
Hello Kirupa forum,

I would like to launch the Flash MX Projector full-screen on a big monitor for a school presentation.

My question is...Is there a way to eliminate the Windows borders?

Meaning, I want the header that says, 'Macromedia Flash 6' to be removed and the surrounding borders to be removed.

-cadmiumgreen

Full Screen Projector Problem
I'm working on a series of Flash tutorials that will be projector files included on a software CD. These tutorials need to be full-screen (which I'm doing by fscommand) and the user needs to be able to pause the tutorial, escape (esc key) out of it, so that they can go try an example they've just watched in the application itself. Then they need to resume the tutorial. I've found that when resuming (clicking on the Flash Player application which is minimized in the taskbar) that it is no longer full-screen, but has the Windows chrome around it. I know that the user can choose 'View/Full-Screen' to return to that mode, but I'm not counting on them doing that, and don't want them to have to. Is there some ActionScript or another fscommand that will return it to full-screen once they return to the tutorial? Any suggestions are greatly appreciated.

Full Screen Projector And Task Bar
Hello,

I am trying to get a CD Rom presentation to go full screen and also show the windows task bar at the same time...Now, what I tried was just using the FSCommands to show full screen true and show task bar also however the full screen still over rides the task bar command? Does this make any sense? Thanks all in advance

Full-Screen Projector Issue
I'm working on a series of Flash tutorials that will be projector files included on a software CD. These tutorials need to be full-screen (which I'm doing by fscommand) and the user needs to be able to pause the tutorial, escape (esc key) out of it, so that they can go try an example they've just watched in the application itself. Then they need to resume the tutorial. I've found that when resuming (clicking on the Flash Player application which is minimized in the taskbar) that it is no longer full-screen, but has the Windows chrome around it. I know that the user can choose 'View/Full-Screen' to return to that mode, but I'm not counting on them doing that, and don't want them to have to. Is there some ActionScript or another fscommand that will return it to full-screen once they return to the tutorial? Any suggestions are greatly appreciated.

Auto Full Screen Projector
hi,
Is there a way to launch the projector and have it automatically enter full screen mode instead of having maximize the window first, then click on View>Full Screen. I've tried fscomands like setting fullscreen and allowscale to true, but nothing seems to do that.

Al

How Do I Get Rid Of The Menu Bar In A Projector Without Goin Full Screen?
How do I get rid of the menu bar in a projector without goin full screen? Can anyone help? Thanks.

How Do I Make A Full Screen Flash Projector?
I need the flash projector file to open full screen when the user views it from a CD. Is there any way I can specify this in flash? I also need the movie to keep it's proportions i.e. the movie will play in the middle.

Can Anybody help???


(Please note, I need this to be a projector file not in a HTML page)

Projector Format Full Screen Mode?
can i make it so that the projector file opens up in full screen mode? for both mac and pc. i know i can make a html file that does taht, but im concerned with the exe. thanks for the help!

Full Screen .exe Projector? Help Soon Rush Job (PLEEEASE)
if i want to make a flash file that is exactly 1024 by 768, burn it to a CD rom as an .exe windows projector file, and play it FULL SCREEN on a laptop set to 1024x768 resolution, how would i go about this? how do i tell the projector file to go full screen with no borders? i assume it is possible, probably with fscommand or something?? if so, what is the code? if not, how do i get it to go full screen, even if it has to have borders? it only has to be full screen at 1024 x 768, because it is for a presentation on a specific computer, and will only be played at this resolution.

thanks a lot for your help...

-lemur

p.s. i am using flash MX (but NOT mx 2004).

Program Falls Behind Full Screen Projector
I have a full screen projector that launches an exe file via fscommand.
Only the program that I'm executing will fall behind the projector when you select another option. I can choose "always on top" for the program however I need for this to be a default because I am putting the projector on a CD. I need for documents/program to stay above my projector at all times. Any Help?

Launching A Full Screen Projector From A Web Page
does anyone know the best way to launch a full screen flash projector from a swf in html webpage??

Full Screen Pop Up Browser From Flash Projector..
Is there a way to tell explorer to switch to full screen mode (f11) through flash?

i wanna open url on full screen mode from button on flash projector

anyone can help?

Urgent... Full Screen Projector Problem
When i click a link from full screen projector, the new window opens up in a browser underneath the projector. Is there a way to fix this?

Flash Projector Will Not Play As Full-screen
I'm hoping someone has some direction on this - I can't find a word about it anywhere.

We have a projector that needs to play as full-screen, and does on every computer we test it on... EXCEPT the Mac Mini Core 2 Duo that it is going to live on.

It runs correctly on every other CPU/processor combo we've tried: G4 Powerbook, G5 Tower, Core Duo Mini and iMac. When we load it on the Mini Core 2 Duo, though, it will only run in a window.

Any thoughts? I appreciate any direction someone can provide.

Thanks in advance!

How To Make A Projector Go Full Screen Via Code?
Can I make a Flash 8 Projector on Windows go full screen via code without having to press Ctrl+F ?

Copyright © 2005-08 www.BigResource.com, All rights reserved