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








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




Adobe > ActionScript 1 and 2
Posted on: 09/23/2008 03:36:05 AM


View Complete Forum Thread with Replies

Sponsored Links:

Anyone Know How To Add A Footer To Full Screen Flash
I want to get a look like the one on the site of the week Musical Architect v.2

Please let me know how to acheive this.

View Replies !    View Related
_____________________________Flash MX 2004 - Full Screen Plus Seperate Flash Footer?
I would like to setup my flash website just like the volvo site

http://62.181.2.33/Finansowanie_2/index1.html

How do you do it? The site is complcated with all flash but it seems to have tables or frames because when you resize it, it keeps its layout right.

I havent started because I have this feeling there is alot to do for it in flash as well as html and java. any suggestions?

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 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
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
[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.

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 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
Open Browser Full Screen From Flash Exe?
hi.

i have a flash projector exe running... i need to be able to, on keypress, launch a web site in a full screen browser... FSCommand or what?

View Replies !    View Related
Browser Linking From Full Screen Prez
I'm trying to link to a web page from a full screen EXE. It keeps opening the browser window behind my full screen show. I tried to say _top and that didn't work either. Any help would be appreciated...

View Replies !    View Related
Full Screen Flash, No Browser Scollbar?
I have a 100% no scale flash site, however, on laptops or screens with low resolution, parts of the site cant bbe seen and there is no scroll on the browser?? Anyone?

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

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
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
Best Browser To Display Full Screen Flash
guys and gals,
ive been comparing IE and firefox with an XP system and found considerable differences in the presentation. what is the best combination of browser+OS to display full screen flash movies? any suggestions?

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
Full Screen Flash With Browser Scroller
Hello,
I've made this full flash website (www.toledoarquitetura.com.br) but I got a problem. It was design to a minimum screen size of 955x600 px, but when visualized on smaller screens I can scroll the page because it got no scrollers bars!

I wanna know a way to active the scrollers bars with a screen size smaller than 955x600 for example...

Can someone help me in this quest ?!

thanks!

View Replies !    View Related
Tweening From Outside Browser In Full Screen Flash
Last edited by Gam : 2006-03-08 at 07:19.
























Here is a perfect example of what i mean... http://www.dopeawards.com/

The tween would always be a different position based on whatever the browser/resolution size was.

How do i load a mc symbol from in the library onto the screen with actionscript or do i have to create a seperate swf with the mc symbol in and then load that in with loadMovie at a negitve value.

If the mc symbol was already on the pasteboard i could probably do it but i want to LOAD it in off the pasteboard/browser so the user cannot see it THEN tween it in to view. I'd like it so that no matter what the full screened flash browser size is its always tweening in from just off the screen.

P.S: Im using the laco/robert penner tweens, i dont know if this makes a difference, sorry i am n00bish.

I hope that makes scense. Thanks

View Replies !    View Related
Full-Browser-Screen Movies & Other Examples
Dear all,

I am a newbie in ActionScript 3.0, however I have bought some books to start with, Also, i am looking for a website with tutorials about the full-browser-screen movies and the central alignment of the objects. Do you have any examples or links handy? Thank you! Happy new year!

View Replies !    View Related
Browser Hidden After GetURL From Full-screen Projector On PC
hello

I exported PC and mac versions of a flash projector. The projector plays full-screen, and I'm linking to sites using getURL, specifying the target as _blank.

This works fine on the mac, and the browser windows appear in front of the running projector. on the PC, it works fine the first time, opening an explorer window in front of the projector. however, if the user returns to the projector without closing the browser window, subsequent getURLs don't bring the new browser windows to the front. the sites load in blank windows that are hidden behind the projector.

has anyone seen this before? any ideas?

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