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








[F8] Full Screen... BUT W/o Browser Window?


hey,
anyone have a clue how they did this...
http://www.home-k1.com/swf/home.html

click on "full screen" and the flash file fills the ENTIRE MONITOR (no browser window). Then you have to press "ESC" to go back.




FlashKit > Flash Help > Flash ActionScript
Posted on: 03-10-2008, 05:38 PM


View Complete Forum Thread with Replies

Sponsored Links:

Hello Please Help Me How To Make The Browser Window A Full Screen
hi guys

hope u undertand

help me how to make the IE window fullscreen without scrolls

enjoy ur self be happy

View Replies !    View Related
Resize Browser Window To Full Screen
I've done some research but all I can find is help on how to fill the browser window.

Does anyone know how to resize the browser window to fill the full screen - that works in both Mac and PC?

I want to have an opening page in HTML and a button to open the .swf in full screen mode, centering the movie.

Thanks ~

View Replies !    View Related
Open Browser Window On A Full Screen
Hi, I 'm looking for an action from flash - to open a browser window (Html)
on a full screen, disregarding the screen resolution
anyone knows?

Many thanks

Ed

View Replies !    View Related
Hello Please Help Me How To Make The Browser Window A Full Screen
hi guys

hope u undertand

help me how to make the IE window fullscreen without scrolls

enjoy ur self be happy

View Replies !    View Related
Resize Browser Window To Full Screen
I've done some research but all I can find is help on how to fill the browser window.

Does anyone know how to resize the browser window to fill the full screen - that works in both Mac and PC?

I want to have an opening page in HTML and a button to open the .swf in full screen mode, centering the movie.

Thanks ~

View Replies !    View Related
How Do I Make The Movie Fit In A Full Screen Browser Window?
By default, my movie is 778x400. What I want is for the movie to fit into the viewer's web browser no matter what their screen resolution is. A perfect example is http://www.eye4u.com. How is this accomplished??

Thanks!

View Replies !    View Related
Full Screen - Noscale Fits Browser Window
Hi, i have used 100% height and width and added no scale and thats works fine, but of course the site stays the same layout what ever size screen you look at the site on, where as i have found this site that is full screen and it changes position depending on what size screen you are on to understand what i mean please take a look at the url below and if you resize your browser window by draging it smaller or larger you will see that part of the site moves with it.

im not sure hoe they have done this and if it is loading external flash files or using actionscript if so is this a simple line of code or is it pretty involved?

thanks for your time..

http://www.thewreckers.com/site/index.html

View Replies !    View Related
Launch Powerpoint File Into Full Screen Browser Window
Hi,

Does anyone know how to launch a powerpoint file into a full screen browser window from a projector file? We don't what the menus and icons, is it possible to switch them off?

View Replies !    View Related
Opening A Full Screen Browser Window From A Flash Movie.
How can I do this? I need the new window to be full screen and have scrollbars and a toolbar.

I'd prefer a way of doing this without java script if possible but any suggestions would be great.

View Replies !    View Related
Flash Detection, Browser Window Full Screen No Chrome
http://www.yukoncommandsrespect.com

I need to do just like this site...

Launch flash site in a new window maximize to the users screen, and strip the chrome...

any tutorials or help??

Thanks guys!!

Richie

View Replies !    View Related
Full Screen Mode Cancelled By Launching PDF In Browser Window
There are quite a few of these posts on here. After Flash 9 the fullscreen fscommand no longer retains its fullscreen display if you use getURL to launch a browser window to display either a web page or a PDF. All of the previous posts have been "answered" by the Flash Jester Jugglor Support Team, unashamedly plugging JSTART and JUGGLOR to everyone raising this issue. When all we really need is a response from Adobe on how we can fix this - because it's obviously a BUG - and serves no real purpose. I DON'T want to buy JUGGLOR, I tried it years ago and found it buggy and unfathomable. All I want is to be able to keep my fullscreen!

The cynic in me wonders whether FlashJester might be owned by Adobe in some way, and by introducing this bug they're hoping to raise additional revenue from selling all those copies of JUGGLOR....?

View Replies !    View Related
Full-screen Swf Wont Auto-resize Until Browser Window Is Resized
Hello All,
I posted me test here at http://www.urbanlinx.com/Test.swf.
I have 4 MCs in the movie. A header, content box (center), footer, and background image.
When the browser is scaled the background scales in proportion to the widow and keeps its aspect ratio.
My problem: when the clip is first loaded, the background does not resize until the browser is manualy resized by the user.
Is there some code I can add that will check the window size before the movie loads?

My code is attached.
stop();

Stage.scaleMode = "noscale";
Stage.align = "tl";
Stage.addListener({onResize:reposition});


function reposition() {
var header = _root.myHeader_mc;
var bg = _root.image_mc;
var content = _root.myContent_mc;
var footer = _root.myFooter_mc;

var nPos;

nPos = getNewPosition(header);
header._x = nPos.x;
header._y = 0;

nPos = getNewPosition(content);
content._x = nPos.x;
content._y = nPos.y;

nPos = getNewPosition(bg);
bg._x = nPos.x;
bg._y = nPos.y;

nPos = getNewPosition(footer);
footer._x = nPos.x;
footer._y = Stage.height - footer._height;
};

function getNewPosition(mc) {
var newX = Math.floor((Stage.width - mc._width) / 2);
var newY = Math.floor((Stage.height - mc._height) / 2);
return {x:newX, y:newY};
};

reposition();

Stage.scaleMode = "noScale";
//Auto Resize
stageListener = new Object();
stageListener.onResize = function() {
backgroundResize(_root.image_mc);
};
Stage.addListener(stageListener);
//Background Resize
function backgroundResize(image) {
var imageHeight = 400;
var imageWidth = 700;
var wRatio = Stage.width/imageWidth;
var hRatio = Stage.height/imageHeight;
//Larger Ratio
if (wRatio>hRatio) {
var ratio = wRatio;
} else {
var ratio = hRatio;
}
//Resize
if (Stage.width<=imageWidth && Stage.height<=imageHeight) {
image._width = imageWidth;
image._height = imageHeight;
} else {
image._width = imageWidth*ratio;
image._height = imageHeight*ratio;
}
}
backgroundResize(_root.image_mc);

Special thanks in advanced.

PS: if you know a way to accomplish this with cleaner code, the help would be greatly appreciated... if it is already good code... thanks to all the people in the community who taught me :)





























Edited: 11/27/2007 at 11:29:30 PM by illtrax

View Replies !    View Related
Point Blank: Full Screen Browser Window, With A Flash File Centered Both Horizontall
Here is the deal.

I would like to create a flash popup that creates a browser window that goes fullscreen. Not the fullscreen that takes over the whole screen, and you need to esc to get out. But fullscreen so in a window that has no toolbars, search bar, etc.

That's the first challenge. Within that window, I have a flash file that is 1100 x 700. I would like to have that swf centered both vertically and horizontally. I would also like to have the background of that file extend to all sides....so that I can change the color of the background. To accomplish this I used this link and modified the file that came with it...

http://www.kirupa.com/developer/mx2004/fullscreen.htm

The problems that i have run into are the following... I thought I had it working with this...

http://www.leereedy.com/test/splash.html

It was working on Internet explorer....automatically launching a full screen pop up. But it doesn't even work on safari or firefox. I was using a code that I got from some pop up java code generator.

Is there a way to do what I'm trying to do? I've been wrestling with this for so long. I want it to just go away. If you could impart your wisdom on me, and or post an fla, or html file....that would be amazing.

Thanks.

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 Bleed (full Size) Swf In The Browser Window
Hello and thanks in advance for any advice you may have.

I'm working on a small flash site and I want the swf file to have "bleed" or to go to the very end of the window so that the swf isn't just ploped over top of a background. here is a site which does what i'm talking about

http://www.510madison.com/

View Replies !    View Related
Full Screen Browser
Hi all plz is there anywah that i can creat a button
in flash & when ever anyone click on it
a new window will appear with Full Screen
that mean No menu bar & status bar
( there is nothing exapte ) the file that i add

View Replies !    View Related
Full Screen In Browser
Is there a way the get the width and heigt of an .swf in a web browser so that I can make mc scaleable with the web browser?

thaks in advance.

View Replies !    View Related
Full Screen/Browser Help
I know how to run a flash movie full screen, but is there a way so it just fills up the browser window, not the whole screen?
Thanks

View Replies !    View Related
Full Screen/Browser Help
How do you get a Flash movie to run full-screen in Flash MX?
Thanks

View Replies !    View Related
Full Screen Browser?
Hi,

Anyone know if there's some actionscript that will make your swf file play full screen ina browser. I know you can do the fscommand for those people with the swplayer but can it be done with a browser (or is there a sneaky way round!!!

Cheers,

View Replies !    View Related
Full Screen Browser
does anyone know how to get your website to open up in full screen using flash mx like www.scantymusic.com ?

View Replies !    View Related
Full Screen Using Browser..
Hello,
I want to make my swf full screen just like using flash player..
It's quiet difficult for me, make it full screen using browser..
how to do that?? it is possibe??

View Replies !    View Related
Full Screen Browser
Hi,

I have a standalone Flash projector running off CD. Currently, I use

getURL("http://www.mywebsite.com","_blank");

to open the page on default browser. Only problem is the browser window is opening at the size it was last used. I like to see it opens full screen. Does anyone have the codes to do this? How about tutorials?

TIA

View Replies !    View Related
Full Screen Browser
Hello

I just have couple of question about full browser flash movies.

1. How can you determine in advance at what resolution is the clients Pc like is it 800*600, 1024*768 or 1280*800 etc?

2. stage.Resize does not work if the publish setting for HTML is not set to Percent, like if it is set to Match Movie the background does not resizes or in other words stage.resize listener is not called.

Thanks for the help in advance

View Replies !    View Related
Full Screen Browser
Hi,

I have a standalone Flash projector running off CD. Currently, I use

getURL("http://www.mywebsite.com","_blank");

to open the page on default browser. Only problem is the browser window is opening at the size it was last used. I like to see it opens full screen. Does anyone have the codes to do this? How about tutorials?

TIA

View Replies !    View Related
Full Screen Browser
Hi,

I have a standalone Flash projector running off CD. Currently, I use

getURL("http://www.bdo.ca","_blank");

to open the page on default browser. Only problem is the browser window is opening at the size it was last used. I like to see it opens full screen. Does anyone have the codes to do this? How about tutorials?

TIA

View Replies !    View Related
Trying To Geturl In A Popup Window, Not A Full Browser Window
I am using the geturl command to open a popup window. NOT: this is on a frame action, not a button action. I don't want a full browser window, just a popup.

cheers,

will

View Replies !    View Related
Open Full Screen Window, Same Window?
I have a 700x300 flash banner. What I want to do is once it's clicked, open the page that it is linked to in the same window but full screen? I can do it with java script, how do I add it in MX?

Mike

View Replies !    View Related
How Do I Make The Browser Go Full Screen
I've seen sites like http://www.noinc.net cause the browser or flash player that the .swf is being played in scale to the full screen of the viewable monitor. http://www.noinc.net is the feature site on Flashkit. If you take a look at it, when you click on "enter" the flash player instantly scales to full screen of your viewable monitor. My question is, how do they do that? I'm sure it has to be with action script, but I don't know the commands. Can anyone tell me?

Thanks

-Airswift-
[Edited by Airswift on 06-14-2001 at 11:26 AM]

View Replies !    View Related
Full Screen/browser Movies?
Your default movie window is 550 x 400 px. That max's at 1000 x 1000 px. The user, however can have their screen resolution set on anything. Am I correct in assuming that when a user maximizes the 550 X 400 px window it becomes full screen no matter what the screen settings? Is there a default that maximizes a 550 X 400 px. movie window upon launch? Or if you want full screen do you design in 1000 x 1000px?

View Replies !    View Related
Browser Full Screen Problem
I have an html page with a button that opens up another browser into fullscreen. My problem is that when the browser opens up, my flash movie is not fullscreen. I have tried the fscommand but the size of my movie is still small.

Does anybody know how to make the flash movie fullscreen also, so that it matches the fullscreen of the browser?

View Replies !    View Related
Browser Shake With Full Screen Pop Up
Ive used the browser shake script from Flash kit tutorials. A getURL keyframe is added in flash. In its own state (html previewed in DW) it works fine. However, ive got a button on on the first page that that provides full screen pop up (fullwin()) which leads to the html with the browser shake script. Under DW preview, the window shake doesnt happen? Does this mean that i cant do the shake effect in full win or have i simply bulls up?

Any help would be great..

View Replies !    View Related
Trouble With Js 2 Full Screen In Browser
Hi!I need a help with a javascript function for fullscreen. I can't hidden the scroolbars when the new window was oppened. Do anybody how why?

thanxs by now!!!

ps: my code is:

<script language="JavaScript">
<!--
function Fullscreen()
{window.open('index2.html','fs','toolbar=no,locati on=no,directories=no,status=no,menubar=no,scrollba rs=no,resizable=no,fullscreen=yes,left=0,top=0');}
//-->
</script>

View Replies !    View Related
Opening Browser In Full Screen
I am having problems opening a browser window from the standalone player. The window will open, but the window is hidden by the standalone player. The standalone player is set at full screen so the user will not know if the window is open. The standalone player needs to stay open so I can't just have it quit.

I can get it to work where it opens one browser window at full screen
and if I close the window it will go back to my full screen standalone player. I can't use javascript because this is for a CD not for the web.

What I am looking for is when I click on a link from my standalone player it opens a window that pops up over the player. The browser window doesn't have to be at full screen and it would probably be better if it wasn't. Any suggestions?

View Replies !    View Related
Making The .swf Full Screen Of Browser
Hello,

What size would I make a .swf file so that it will display as 100% of the page like a normal webpage does? How would I set that up?

Cheers,
Mike

View Replies !    View Related
Browser In Full Screen Mode
Hi,

I'd like to know if there is a way to open a maximized window using -> geturl.

tks,
William

View Replies !    View Related
Full Screen With No Browser Showing?
Hi all,

I know this has probably been covered a million times in this forum, but could somebody tell me how to maximize the flash window and hide i.e. when a page loads. Please see .http://www.laperla.com to see what I mean. Many thanks for any input.

View Replies !    View Related
Problem With Full Screen In The Browser
hi all

if you see this link

http://moi.gov.kw/portal/flashtry/calender.swf

it will open in the browser and i put the full screen code in the first frame

so how can i do the link so that when he click on it , it will open as a flash file full screen not inside the browser

thx

View Replies !    View Related
Browser Full Screen Question
How do i write actionscirpt or adjust flash so that my .swf will be the full screen of the browser window no matter what resolution its set at?

View Replies !    View Related
Full Browser Screen Resize Jpg
I have followed this tutorial > http://www.fireflytutorials.com/flas...sh-movie/index < on creating a background that will scale to fill the browser. I have a movieclip with a jpg inside.

Although the tutorial example works fine(resizing a gradient shape), when using this mc/jpg it isnt filling the browser window and isnt resizing correctly.

The effect i was after is pretty much like this site > http://www.floydph.com/ <

After trying out various ways to get this effect, none have work in the way I was after, if someone could shed light on this area i woudl be very happy.

Thanks

View Replies !    View Related
Full Screen Browser Using Flash 9
Hi I'm wanting to find a tutorial on how to create a full screen flash site and have the image scale proportionally. Similar to this site http://www.hive.com.au/#/work/81/

Can someone point me in the right direction.

Cheers

View Replies !    View Related
Playing FLV Full Screen In BROWSER
hi,
anyone tell me that, how can i play flv video in FULL SCREEN mode while playing in browser.
I can switch to Full Screen if play it within flash player. But, after publishing into html, it can't switch to Full Screen

plz tell me some code.

Best Regards,
Waqas Dar

View Replies !    View Related
Browser Resize Full Screen
First of all I like to greet everyone here in this forum.

My question: I like to build a flash site that will display full screen like here
http://www.balthaser.com. However when I tested mine with 100% I don't get full screen at all. I've designed my site at 1024X768. Please help!!

View Replies !    View Related
Full Screen Browser Stretch
hello flashers-

i am new and would like to learn how to make my all flash site "stretchy" - aka full screen browser. any suggestions?

appreciate 'cha.

View Replies !    View Related
Full Screen Browser With FOOTER
HI everyone , I’m having trouble with putting a footer in a full screen Flash site.

Im looking for something like this : http://www.epuls.nl

This is the code I am using for my Fullscreen ,but when I put a footer in it it wont work. Is the problem the Fullscreen code or is there a better way then this

Stage.scaleMode = "noScale";

var HPositioner:Number = (Math.round((Stage.width-800)/2));
var VPositioner:Number = (Math.round((Stage.height-700)/2));
var myListener:Object = new Object();

myListener.onResize = function () {
setUpInterface()
}

setProperty(bgGradient_mc, _width, Stage.width);
setProperty(bgGradient_mc, _height, Stage.height);
var resizeListener:Object = new Object();
Stage.addListener(resizeListener);
resizeListener.onResize = function() {
setProperty(bgGradient_mc, _width, Stage.width);
setProperty(bgGradient_mc, _height, Stage.height);

Stage.addListener(myListener);


function setUpInterface(){
//footer mc
footer_mc._y = Stage.height - footer_mc._height
footer_mc._x = 0
footer_mc._width = Stage.width
}

setUpInterface()

};

I really hope that someone knows the answer ofmy quistion.

Thank you in advance ,
Geoffrey Punsalan

View Replies !    View Related
Full Screen In A Browser...scroll?
I'm making my first website and have finally learned how to make my site fullscreen by using the tutorial on this site (http://www.kirupa.com/developer/mx2004/fullscreen.htm). When testing the example (http://www.kirupa.com/developer/mx2004/swf/myfile.html), notice what happens in IE when you "restore down" the browser... you can't scroll around the site. Now go to to this website, http://www.mariolalich.com/ and restore it down; notice how IE allows you to scroll. That's what I want my website to do. I apologize if this is a really basic question... but can someone please assist me?

View Replies !    View Related
Problems With Full Screen Browser
I know this topic has been posted on many times - not only on this forum, but on tutorials and the internet in general. I have searched through the majority of these topics and tried out various things, yet I cannot seem to get my website to be viewed properly on any resolution. The site I'm referring to is this, www.siddharthabhat.com

I'm fairly new at flash, basically just learning what I need to know to make myself a portfolio, but any help in the simplest of terms would be great. Thanks for reading.

View Replies !    View Related
Scale Swf To Fit Full Screen Browser
I have not been able to figure out how to get a swf to scale itself to a full screen browser. Solution is badly needed to keep client happy.

View Replies !    View Related
Making Flash Full Screen In Browser
Is there a way to have an swf full screen? Do I need to make it a projector? Basically, I want it to either fill up the browser window or actual full screen like http://www.egomedia.com

Please help

View Replies !    View Related
HELP Cannot Open Browser Target On Top Of Full Screen
I have made a fullscreen movie.exe using fscommand. Works great but when i click the links in the movie to open html docs. they should open on top of the movie but they open under the movie. eek!. I noticed this started happening when I upgraded my Internet Explorer. I need to find a way to target the docs to open on top. HELP! please

View Replies !    View Related
Openning A Flash In Full Screen In Browser
i want to open flash in my web site in full screen,but that the browser won't be seen
i saw it's been done with pop-up banners that jump and open the flash in full screen withought the browser frame!
how to do that?
thnaks in advance
Peleg

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