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








Full Screen


How do I make a full-screen flash movie? I always either get scrollbars or it isn't true full-screen.

Tell me if you need a screenshot.




KirupaForum > Flash > Flash 8 (and earlier) > Flash MX
Posted on: 05-15-2003, 05:21 PM


View Complete Forum Thread with Replies

Sponsored Links:

Full Screen Flash. No Toolbars, Controllers, Just The Flash Page On Full Screen - How
Ive seen this on DVD Roms, Multimedia Roms, Presentation Cds, etc.

People insert their DVD or CDs of their Flash and it plays automatically and at Full screen. There's no Controllers or anything except the one you make in the Flash itself.

There's no browser either. Its like watching a DVD where all you see is just the movie.

Anyone know exactly what this method is called and any tutorials or samples on how to do this with your Flash page.

Thanks

View Replies !    View Related
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

View Replies !    View Related
Why Does Full Screen Only Full Screen My Video?
I have a toggle button for full screen:

PHP Code:



private function toggleFS(e:MouseEvent):void
{
    if (stage.displayState == StageDisplayState.FULL_SCREEN)
    {
        stage.displayState = StageDisplayState.NORMAL;
    }
    else
    {
        stage.displayState = StageDisplayState.FULL_SCREEN;
    }
}




but when I hit it, its focuses on just my video and nothing else. I want to essentially full screen the video, but also the time line with it.

View Replies !    View Related
[FLASH9- AS2] Full Screen, Keep Scale Ratio, Center Screen
[ X ] Problem solved

Hi everyone

I just came up with something i have some trouble to handle
I've tried a couple of solution but none seems to work perfectly


What I'm trying to do is simple, get my flash to go full screen, but whatever resolution the user has, my flash must centers itself with the biggest proportion possible, and two movie clips goes right and left of it, as if they were borders.

I've been able to do this with a simple png, but i was not able with a movieclip where his dimension changes through time. ( i have a tween, so the mc gets really big even though just my stage is displayed)

View Replies !    View Related
Open Browser 100% Of Screen (maximize Not Full Screen)
Hi...
Would anyone happen to know the answer to this ?
Open browser 100% of screen...

In other words i want to maximize the browser window...
Kinda like full screen but they get to keep their browser :P

Does the java command support %'s ?
like..."width = 100%"

Help on this would rule

View Replies !    View Related
Full Screen Flash - Screen Center Problem
Hi, I'm trying to use full screen flash, and place my movieclips with actionscript.
It's screwing up the screen center for some reason though, and I can't seem to figure out why...

Here's the screwed up site:
http://www.combinecreative.com/test/mover.html

Here's the code that's on a movable MC:
onClipEvent (enterFrame) {
_x += (_root.logox - _x)/3;
_y += (_root.logoy - _y)/3;

Here's the code I'm using on the main timeline to move the MC's:
_root.logox = Stage.width / 2;
_root.logoy = Stage.height / 2 - 200;

It seems pretty straight foward, but for some reason it's offsetting my screen center...

Any ideas would be great!

View Replies !    View Related
Full Screen Flash Page On All Screen Settings
PLEASE COULD SOMEONE HELP

I am NEW to FLASH and am designing a website (www.sk1online.co.uk)

I have designed a website the size of the website is 800x600.

I have published the website with the following settings:

100%x100%

Scale: Exact Fit

Window: Transparentless


When I view the website on a 800x600 screen setting the website appears perfect and takes up the whole screen.

HOWEVER, when I view the website on other settings say 1024x768 the website shrinks and dosnt take up the whole page.

PLEASE LET ME KNOW HOW I COULD PUBLISH THE WEBSITE SO IT FILLS THE WHOLE PAGE ON ALL SCREEN SETTINGS.

I have used the following to no LUCK.

Stage.align = "TL";
Stage.scaleMode = "noScale";

View Replies !    View Related
Full Screen Flash - Incorrect Screen Middle
Hi, I'm trying to use full screen flash, and place my movieclips with actionscript.
It's screwing up the screen center for some reason though, and I can't seem to figure out why...

Here's the screwed up site:
http://www.combinecreative.com/test/mover.html

Here's the code that's on a movable MC:
onClipEvent (enterFrame) {
_x += (_root.logox - _x)/3;
_y += (_root.logoy - _y)/3;

Here's the code I'm using on the main timeline to move the MC's:
_root.logox = Stage.width / 2;
_root.logoy = Stage.height / 2 - 200;

It seems pretty straight foward, but for some reason it's offsetting my screen center...

Any ideas would be great! pretty please...

View Replies !    View Related
FULL SCREEN FLASH PAGE ON ALL SCREEN SETTINGS
FULL SCREEN FLASH PAGE ON ALL SCREEN SETTINGS
PLEASE COULD SOMEONE HELP

I am NEW to FLASH and am designing a website (www.sk1online.co.uk)

I have designed a website, the size of the website is 800x600.

I have published the website with the following settings:

100%x100%

Scale: Exact Fit

Window: Transparentless


When I view the website on a 800x600 screen setting the website appears perfect and takes up the whole screen.

HOWEVER, when I view the website on other settings say 1024x768 the website shrinks and dosnt take up the whole page.

PLEASE LET ME KNOW HOW I COULD PUBLISH THE WEBSITE SO IT FILLS THE WHOLE PAGE ON ALL SCREEN SETTINGS.

I have used the following to no LUCK.

Stage.align = "TL";
Stage.scaleMode = "noScale";

View Replies !    View Related
Full Screen Flash On All Screen Sizes
The problem I have is that I designed a website 800x600 (page size).

When I publish the website in 800x600 screen resolution the website doesn't fit in the whole page (it stretches).
I then designed the website taking up half of the 800x600 page and published it. It viewed full screen on 800x600 screen resolution only and on other screen resolutions it shrinked.

PLEASE LET ME KNOW HOW I COULD VIEW IT FULL SCREEN ON ALL RESOLUTIONS,

HERE IS MY CODE BELOW..

PLEASE COULD YOU SEE WHAT IS WRONG WITH IT:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>index</title>
</head>
<body bgcolor="#000000">
<!--url's used in the movie-->
<a href="<A href="mailto:FAZ@SK1ONLINE.CO.UK"></a">mailto:FAZ@SK1ONLINE.CO.UK"></a>
<a href="<A href="mailto:dhol99@hotmail.com"></a">mailto:dhol99@hotmail.com"></a>
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/...version=7,0,0,0" width="100%" height="100%" id="index" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="index.swf" />
<param name="quality" value="best" />
<param name="scale" value="exactfit" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#000000" />
<embed src="index.swf" quality="best" scale="exactfit" wmode="transparent" bgcolor="#000000" width="100%" height="100%" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>

View Replies !    View Related
FULL SCREEN...the Full Ideal?
Hello,

Ok I'll get right to it...

I have been to sites where the Flash movie is held within a border that loads seperate, I believe within the HTML page itself, that the flash movie is sitting on...

These sites will work well at any resolution above 800x600, with everything centered as well. If the window is scaled down by size, the flash movie centers too as well as the HTML page

How do I do this.

I have this code:
fscommand("fullscreen", "true");
fscommand("allowscale", "true");

where do I put it and how does it work! More important, the 'how it works' part....

thanks

i hope the question is clear enough...

View Replies !    View Related
Screen Size Changes -- Can't Get Full Screen
I loaded a swf file on my homepage. However, it appears small. But when another link -- within a standard HTML page -- is used to go back to the swf page it then appears the larger viewable size. If anyone has suggestions on how to make the entire site viewable larger -- I would sure appreicate it.

Thanks!
Julie

View Replies !    View Related
Full Screen—not So Full
i put the fscommand("fullscreen", "true"); command into flash 8 (on a mac) and it almost works.

i end up getting the bar at the top with the file name and path in it. how can i get rid of that?

thanks ultrashock

View Replies !    View Related
Full Screen — Not So Full
i'm using flash 8 professional on Mac os X 10.4.3.
When i use fscommand("fullscreen", "true");, i still get the program bar at the top with the file name, path and those silly close minimize and maximize buttons. how do i get rid of that bar and have a TRUE FULLscreen experience with flash 8?

View Replies !    View Related
Full Screen Help
I have a button in flash that when clicked loads up a web page, but i want this page to be loaded in full screen.
How do i do this?

Can you help!

Cheers

View Replies !    View Related
Full Screen?
Is there anyway that you can make an .exe file open up as a full screen??

View Replies !    View Related
EXE Full Screen
I am trying to publish my movie in a full screen exe file. My current movie size is 550x400 and if i change that it just makes the white space bigger. I can just maximize the movie once it already started playing, but if I 'm burning this onto a cd for distribution, i want it to automatically play in full screen. How can I do that?
Thanks, Christine

View Replies !    View Related
Full Screen
Hello,

I have a site with a flash movie within a html page. I want that page to be released in a full screen but with the bleu bar on top (you know what I mean)because I don't want people to click next/previous within my site because I made my site in scenes. I can do this if I make a normal html page first and then make a link to my flash page with some script that says only menu bar...

NOW can I make my index.html file like this that when people type f.e. www.mydomain.com they get this kind of page directly or does it have to be by a special link.

I hope you know what I mean

Thanks

View Replies !    View Related
Full Screen
I want to do exactly what this site does, http://www.egomedia.com. Except, instead of having the window open automatically, I want a HTML button. So sum up, an HTML page with an enter button. That button leads to a flash movie that expands full screen. No borders on the window, just the movie itself. And, if you are feeling ambitious, could you help me with the 'exit' button that lies in the flash movie? Thanks. -marc

View Replies !    View Related
Full Screen
I am making a projector and when i run it I want it to go full screen, how is this done?

View Replies !    View Related
Full Screen?
i was wondering how to make your flash web site full screen...

View Replies !    View Related
How Do U Go Full Screen?
Is it possible to make a flash projector file open in full screen mode?

If you know how please tell me as it is the final step to a project i am making and i can't finish it untill i know.

View Replies !    View Related
Full Screen... On The Web?
Guys,

I've just run across a site on the web that spawns a 'windowless window' - i.e., that gives you a full-screen Flash window.

How in the world can you do that? I know you can do it for a standalone player, but I've never seen this on thw web before. Needless to say... I love it! How in the world do you do it? Is it Flash 5 only??

- Thingee

Oh yeah - here's the place I saw it...

http://www.firstmistake.com/

View Replies !    View Related
Full Screen
Hi,
Is it possible to tell an swf to fill an entire browser window? -That is, remove all icons, the menu bar and address bar.

Thanks in advance.

View Replies !    View Related
Full Screen
Here's my dilemma. I used fs commands to make it full screen and not have the movie resize. It seems to works. My problem is that my animation has graphics bleeding off the sides. and it shows it when it plays.

I tried masking but it seems to slow down the perfromance. Is there a way to make it so you don't see the excess graphics when you use fs command and still keep the performance intact.

Help!!

View Replies !    View Related
Full Screen
How can I get my swf/exe to play full screen?

View Replies !    View Related
Full Screen
How can you make your presentation so that it takes up the full screen no matter what the resolution of the screen is???

Any help is appreciated.

Steve

View Replies !    View Related
Full Screen/100%
I am working on a group project for one of my college classes and I want to do our presentation in Flash. I will be projecting the Flash movie onto a screen infront of the classroom and I am wondering how I can get the movie to automatically come up in a magnification of 100% and in full screen mode. I don't want to have to fumble around clicking things after I have started the movie. Can anyone tell me how to do this? Thanks so much for any advice!

View Replies !    View Related
Full Screen?
http://www.eye4u.com/home/ If anyone in here could tell me how he got this to go all the way to the edges I would be he happiest man on earth. I cannot for the life of me get the flash page to fit all the way to the egde. It always leaves this half a centimeter spacing all the way arounbd the edges all the time. Just look at this webapge and tell me how the heck he did this!! Theree are NO SPACES!! AT ALL!!! please help me!

View Replies !    View Related
Full Screen 100% - PLEASE
How can I make my flash movie work in full screen mode but go to 100% rather than the 'show all' default. This is really bugging me - i know it can be done, but i dont know how

View Replies !    View Related
Full Screen-help Please
When I publish my flash movie and view the swf it is full screen- but when I load it to the internet it is not- any ideas why.

View Replies !    View Related
Full Screen
Hi

I would like my flash movie to open in a full screen but when I set it up to open as full screen, the images are distorted and I lose quality - this is the code that I am using

<a onFocus="this.blur()" href="javascript:void(0);" onClick="fullScreen('main.swf');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('flash1','','images/flashsite-over.gif',1")>

How do I get it to open with full screen but not have it stretch the content of the movie?

Thanks

Katie

View Replies !    View Related
Full Screen
I was wondering if anyone knows if it is possible to set up a flash.exe, that opens fullscreen, but maintains the stage area. For example, my stage is 640x480. I don't want that to open full screen because it's not all vector graphics. I would like the 640x480 stage centered on a "full screen", with the background behind it black. Any ideas??
Thanks
Jason@inwave.com

View Replies !    View Related
Full Screen
I was wondering if anyone knows if it is possible to set up a flash.exe, that opens fullscreen, but maintains the stage area. For example, my stage is 640x480. I don't want that to open full screen because it's not all vector graphics. I would like the 640x480 stage centered on a "full screen", with the background behind it black. Any ideas??
Thanks
Jason@inwave.com

View Replies !    View Related
Full Screen
hi, i'd like to noe how to make my movie full screen...if anyone has the script for that, thanks in advance.
Shawn

View Replies !    View Related
Full Screen
is there a way to make movie full screen and visible on all screen sizes. how do i do this?

View Replies !    View Related
Full Screen
I'm making a intro for my website and I'm not sure how to make the flash file full screen for diffrent resolutions or if it does it automatically?


Thanks
Shawn J.

View Replies !    View Related
Full Screen?
how can I make my .exe runs on full screen??.. thanks a lot..

View Replies !    View Related
Full Screen In IE
How do I launch a full screen flash movie from a link in another swf??

View Replies !    View Related
Full Screen
I would like to create a web page which doesn't show the browser, i.e it is full screen. I believe one way of doing this is creating a pop up window using Javascript. What would the code be to do this? Or is there a better way?

Another problem I am having is that I only want one level in my movie to run full screen (the background) but when I change the properties of that movie it makes all of my movies run full screen. What is the way around that?

View Replies !    View Related
Full Screen
Anyone have any ideas or links to tuts on making a full screen site but keeping the objects small like the Egomedia site?

View Replies !    View Related
Full Screen
I have designed a flash application to end illiteracy. How do i9 make the ap appear full screen instead of in a browser, or quicktime window.

thank you

Michael S. Levinson

View Replies !    View Related
Help In MX In FULL SCREEN
hello
i want 2 make a link from an HTML page or from a flash bottun that will open a new full screen window. i also want the new window 2 b whithout scrollbar,browsers bottuns, browser menus, or browsres border. just the SWF spread all over the screen (same as running a FS command in a non web page)

can it be done ???
if so, can u give me a link - or even better - a script ?
thanks (4 all the fish)

Zaphod...

View Replies !    View Related
Full Screen?
I made a scrolling starfield background. I have a clickable link coming in and stopping in the middle of the screen.

How do I make the starfield full screen size? I made it(550x400) standard starting size.

Will I have to redo the background?

Thanks in advance.

Chris

View Replies !    View Related
Full Screen
I have seen web sites where the swf takes over the full sreen. I have made presentations on cd (.exe) and full screen is no problem. However, I cant get a full screen without Browser Window on the net.

What do I have to do in order to obtain a full screen on the net. I know that I could have the projector file on the server and link to it. That is not what I want because I don't want the annoying pop up screen asking if you want to open or save the .exe file.

The sites I've seen, don't need no pop up screen. What do I have to do?

Thanx

View Replies !    View Related
100% And Full Screen
Im not sure if it is possible but..... does anyone know how I can get my projector file to open at 100% and full screen? Thanks in advance.

View Replies !    View Related
Full Screen
I have encountered a few sites like egomedia which opens fullscreen in 1024 resolution. Noew if I change the resolution to 800 or 640 the site shrinks without distortion or allignment failure. How this is done.

Pls. help

View Replies !    View Related
Full Screen
Hi:

I have a quick and easy question. I want my flash movie when launched via an HTML page to come up fullscreen. Can i do this with an FSCommand or is the FS command only for a projector.

Basically when i doubleclick on an html page I want it to autoresize to fullscreen (no popups)... is this possible?

Thanks
Uday

View Replies !    View Related
Full Screen
Hello everyone OK first newbie question can you get FlashPla.exe to start a swf file in full screen mode. Not from a webpage. I want to start a swf file fullscreen using a player. Reason being I dont want to see any ActiveX warning on the users system. Keep in mind all files will be played by the user locally. They will not be viewing anything via online... any ideas????????

View Replies !    View Related
Full Screen
When a user opens my flash file, I wan it to be play in full screen. What script do I enter into it and when do I need to change my movie properties size to a much bigger one ??

View Replies !    View Related
Full Screen
Will different monitor size affect my flash ?? let's say I have a 17" monitor and I have import a image as the background and set the image size just right for my monitor .. wat if I play it on another 15" .. will the side of the image cannot be seen ??

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved