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








Settings For A FULL SCREEN Background


Hi everyone!

I am searching a way to set a background picture as a full screen adaptable background like this site for exemple:

http://www.tronicstudio.com/

somebody know a code for this?

Thanks!




FlashKit > Flash Help > Flash General Help
Posted on: 10-02-2004, 02:58 PM


View Complete Forum Thread with Replies

Sponsored Links:

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 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 Background
Hello all

I need help...

I've made a cool animation for a CD-ROM. I used SWiSH. I transformed it to .exe. It worked very well. I know how to make it appear as "full screen" ben I don't want it full screen. I want it at its normal size but with a black background...

So the screen is completely black and there's the movie playing in the middle. You understand? How to do it?

Thank you guys! -and gals...-

View Replies !    View Related
Full Screen Background
Hi everyone, I am trying to incorporate a very large background in my flash doc., the background is about 2000px x 2700px (trying to cater to all screen resolution), the goal is to have my flash document, which is 800 x 800, imported it into dreamweaver and somehow have the background to display full screen, is there a way to have it all done in flash, without having it as a bg in dreamweaver?

http://www.kingbrownmag.com/ (this is the general idea)

Thanks in advance. Simone

View Replies !    View Related
Full Screen Background
Hi everyone, I am trying to incorporate a very large background in my flash doc., the background is about 2000px x 2700px (trying to cater to all screen resolution), the goal is to have my flash document, which is 800 x 800, imported it into dreamweaver and somehow have the background to display full screen, is there a way to have it all done in flash, without having it as a bg in dreamweaver?

http://www.kingbrownmag.com/ (this is the general idea)

Thanks in advance. Simone

View Replies !    View Related
Full Screen With Jpg Background?
Hi,

How to do something like Cravendale? I've got a flash file, say, 400 x 300 in size. I've got another big jpg image about 1280 x 1280 in size, that has a frame in the centre measuring 400 x 300. How do I encompass the flash file inside this frame so that it looks full screen but only that segment is flash based?

Thanks!

View Replies !    View Related
Full Screen Background
Hello,
Maybe somebody knows actionscript for background like this:
http://www.lookmumimontheinternet.com/flash/fullscreenbackground/

View Replies !    View Related
Full Screen Background?
I am trying to publish a flash based site with a pixel pattern background.
How exactly do you publish with a full pattern on the page, without the flash coloured border.
Is it simply a matter of using dreamweaver instead and dropping in your flash and background.
Or can you do it solely with flash.

thanx for any help.

swift.

View Replies !    View Related
Full Screen Background?
I am trying to publish a flash based site with a pixel pattern background.
How exactly do you publish with a full pattern on the page, without the flash coloured border.
Is it simply a matter of using dreamweaver instead and dropping in your flash and background.
Or can you do it solely with flash.

thanx for any help.

swift.

View Replies !    View Related
AS2 - Full Screen Background
So I am working on a website which has 3 main movie clips, all of them I want centered and the tops to remained unmoved.

"mc_1" is the background, all vector, I want it to be 100% in the screen on any size resolution. I do not want it to resize the y coordinates though, only x. So it will only get wider on bigger monitors.

"mc_2" is on top of "mc_1" and is 1280 x 800. I want it to remain at it's original size and have the sides and bottom cropped off if the monitor is smaller than the 1280x800.

"mc_3" is on top of everything and is only 750 px wide. this movie clip is standard size and is centered. I now how to do this one, lol.


If someone could please give me some help, that would be greatly appreciated.

View Replies !    View Related
Full Screen Background
Basically, what I'm trying to do is this: http://www.atrtuska.com/ how the background image is getting stretched to fill the whole screen and then resizes when you resize the window.

I know how to do a liquid layout, where everything goes to a specific spot on the screen when you resize, but I've never been able to figure out how to actually change the size of something. Is it possible to do with a movie clip too? So I can have some movement going on the whole time at full screen? Thanks for your help. I'm fairly new to flash and I'm just trying to learn as much as I can.

View Replies !    View Related
Full Screen Background Colour
Hello out there again!

I was wondering if anyone knew how to change the background of the fullscreen setting. My movie is in the shape of a widescreen and I want the colour surrounding it to be a dark blue or black. I know you can set the background colour in the movie under movie settings but I do not want my actual movie to have a black background it is white. Is there a script that can change this to go along with the fs command for fullscreen?


Patti

View Replies !    View Related
Making A Full Screen Background...
hey everyone..

i have a pretty simple question...

i have


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


but i want for the user to have the little control in the top right hand corner of the window...so they had the option to resize if needed & close easily (i do also have a close button but we can't rely on people to know what we are talking about )

thanks in advance
chik

View Replies !    View Related
Tiled Background In Full Screen
I have a standalone player with 640x480 stage size and has:

fscommand("allowscale", "false");
fscommand("fullscreen", "true");

script on it.

It is possible to have a tiled image background outside the 640x480 instead of just plain color on it?


Any idea?

View Replies !    View Related
Full Screen Random Background Jpg, Anyone?
Hello everyone. I am kind of new on this forum and hoped that someone could help me with a problem i have.

I want to load an external jpg as background (Layer 1). Over that background comes a a second layer with the textinformation of the website (Layer 2).

The background jpg will be loaded externaly and will be scaleable.. but stays always in the same proportions. Layer 2 cannot be scaled.

The effect i want is that you can always resize your window and the jpg in the background stays in proportion. This way a visitor always gets a full background picture.

I did look at this forum (and others) to find a tutorial but i cannot seem to find it. Can someone help me with information or a link to a tutorial.

thanks in advance

In the end I want the jpg to be random-load at a given time (with getHour) but that's a differnt story

View Replies !    View Related
Full Screen Background Question
Hello to every1.
Im making a website that will fill all the browsers space. The background is a landscape and is not going to be moving at all. Depending on the resolution size of the user, the background needs to be smaller or bigger. I dont know if I need one image with different size for each resolution or if is something else I need to do.

The thing that worries me the most is how big the image has to be in order to fulfill the largest or biggest resolution.

Anyone knows whats the size of the browser without counting the tools bar and the status bar??

PD. The full screen is inside the browser. No popups or nothing will be added.

View Replies !    View Related
Full Screen Background Transition
I know that Flash can be exported to fill fullscreen without scaling your content. What I would like to accomplish is at a specific time, to have the full background color transition smoothly from one color to another. This is what I have so far but it is code that just changes the JS in the HTML file at the same time as changing the color in the Flash file: http://www.avalongraphics.net/website/flash.html

Is what I want even possible?

Thanks.

View Replies !    View Related
Background In Full Screen Scale
Hi dear

This sounds to be a bit nubish.. well i dont have any other options then this. As i have been reading through alot forums checking turtorials etc.. i finnaly can make a flash movie to fit the browser but on my way of seeking for solution i couldnt find a way to get a background inside that movie and scale to fit the browser:/. I want a picture as my background and want it to fit the browser as full screen ofcourse in flash..

i hope you guys can help me out with this problem..

thnx

View Replies !    View Related
Full Screen Background Optimization
Hi all,

When creating a flash site with a full screen background, what are the optimal size and resolution settings to give the best results on large & small monitors and user settings?

Cheers,
Heath.

View Replies !    View Related
Background Changing Full Screen
Hi

I have a requirement which is to have the full background of the browser changing colours with in a slow fading motion. This will be full screen irrelevant of the browsers resolution. In the middle of th screen will be my website so to speak which should not scale at all, it should be a fixed width and height.

Is this acheivable in Flash and if so how?

If it is not achieveable in Flash, can someonemaybe point out how it may be achieved?

Many Thanks

View Replies !    View Related
Full Screen Tiling Background
Hello- I searched the forums and didn't find anything that was exactly what I was looking for. I took the tutorial on using the bitmapdata to effectively tile a background, but it doesn't tile it across the full screen. Only the size of your flash movie. I want it to cover the entire screen muc like www.websitedesignawards.com/flash.html

I'm looking for a way to tile the image across the full background regardless of window size. So if you maximize your browser, the background tiles the the full screen. I've been racking my brain all morning trying to figure it out!

If you can help, that would be great. If there's a tutorial out there and I just happened to miss it, let me know. Thanks.

View Replies !    View Related
Full Screen Background Question
Okay, so I pretty much got it working. The only problem I'm having is that it's only full screen based off of the width. I want the picture to maintain it's scale, so I need it to fill the height if necessary and cut the sides off of the picture.

You can see what I mean by clicking http://www.bettysitbon.com/dreamer/

Resize the browser so it's a lot taller than it is wide and you'll see what I mean. I want it to fit both height and width no matter which is taller. I'm sure it's just something I missed in my AS, but I can't find it. I've played around with it all morning and nothing.


Code:
// pic_mc is the movieclip that I used to load my full-screen background image.
function bgResize() {
pic_mc._width = Stage.width;
pic_mc._yscale = pic_mc._xscale;
if (pic_mc.height >= _yscale) {
pic_mc._x = (Stage.width)/2;
pic_mc._y = (Stage.height)/2;
}else{
pic_mc._height = Stage.height;
pic_mc._xscale = pic_mc._yscale;
pic_mc._x = (Stage.width)/2;
pic_mc._y = (Stage.height)/2;
}
}
bgResize();
Stage.align = "TL";
Stage.scaleMode = "noScale";
content_mc._x = Stage.width/2;
content_mc._y = Stage.height/2;
b_logo._y = Stage.height - 19;
my_listener = new Object();
my_listener.onResize = function() {
bgResize();
};
Stage.addListener(my_listener);

var stageL:Object = new Object();
stageL.onResize = function() {
fillBG();
cover._x = Stage.width / 2;
cover._y = Stage.height / 2;
b_logo._y = Stage.height - 19;
}
bgResize();
Stage.addListener(stageL);
Let me know if you find anything. Thanks for your help.

View Replies !    View Related
Full Screen + Tiled Background
I was doing the Kirupa full screen Flash page and tiled background tutorials, but was wondering how to combine the two. Individually they work great, but when I publish an HTML page with a full screen SWF, the background image isn't full screen--it only gets scaled correctly to the right.

Any ideas / suggestions / tutorials? Thanks!

View Replies !    View Related
Full Screen Background Video?
Hello, and how are you? I recently began to switch over to AS3, but I am still very new at it. I saw this full screen vid background floating around on the web, and was wondering if someone could point me in the direction of some tutorials on how to do it? I included a link so you can see what I am talking about.Thank you so much, below is the link I was talking about



http://flashden.net/item/fullscreen-...ackground/4121


thanks again

View Replies !    View Related
Preloader With Full Screen Background?
i have my movie set up to load an external swf or image into an empty movieclip which allows the image to streach to the full size of the browser window.

the question is that i want there to be a preloader on the transition between the images as they will be relatively large sizes, i want to recreate something similar to:
http://www.brook-pifer.com/
...where the preloader takes up the whole window similar to how the images will be working

not really too sure how id go about this
any help would be great

thanks

View Replies !    View Related
Full Screen Flash Background
So I am wanting to do a full screen flash background for my website. it will be the resolution of an apple 30" monitor and if some is on a computer with lesser resolution I want the background to crop, not resize. I also don't want scrolling, I want it cropped. The background is one jpg image with some flash animation in it. Another thing I thought that would be cool is a button on the main content to unlock the cropped aspect and allowed scrolling to view the whole background. Any help is appreciated.

Thanks,

Brett

View Replies !    View Related
Full Screen Background Color
Hello, I'm developing a cd-room in flash mx, the size of the movie is 800 x 600, and I'll like it to be seen in a full-screen mode, but I don't want the movie to be resizable, cause it will cause problems with jpg quality, so i'll like somtihing similar to the Director file.... if I open my movie in a 1024x768 screen (or higher) the movie will still be 800x600 px, but the backgground color of the screen should be black.

(?)

Thanx in advance

Musher

View Replies !    View Related
Full Screen Background Image
Ok. I have a little flash experience, but I'm no pro by any means, but I'm trying to take that "next step". I have a flash site (unavailable at the moment, it's still being developed) and I'm trying to make it "full screen" when viewed in a browser.

Now, I have modified the publish settings in flash, and the site is full screen when viewed in a browser (by right clicking everywhere in the screen is shows flash player). Where my problem is, is that I have a background image in my flash movie.. Now this background image is the exact same size as my stage (800px by 600px). So when viewing the stage the background image fills the stage, however when I publish the flash movie, the background image is still only 800 by 600 (pixels).

How would I go about making this background image full screen when viewed in a browser?

View Replies !    View Related
Full Screen Background Color Transition
I know that Flash can be exported to fill fullscreen without scaling your content. What I would like to accomplish is at a specific time, to have the full background color transition smoothly from one color to another. This is what I have so far but it is code that just changes the JS in the HTML file at the same time as changing the color in the Flash file: http://www.avalongraphics.net/website/flash.html

Is what I want even possible?

Thanks.

View Replies !    View Related
[F8] Full Screen Changing Background Colors
Hello,

I want my file to stay the same size (800x600) but I want the background color to bleed 100% full screen. However, I want the background color to switch colors (with a fade transition) depending on the timeline (ie, frame 1 is black, frame 200 = white, frame 250 = blue). How do I go about doing this?

Thank you.

View Replies !    View Related
Full Screen Background Image In Flash AS3?
Hi guys,

How easy is it to code a full screen background image in flash which never shows the edges of the flash even when the image is adjusted?

View Replies !    View Related
Inserting Image As Background Full Screen?
i do not want my entire flash movie to go full screen just the bg. would it be best to do the bg image in the html ? if not how would i do it in flash?

View Replies !    View Related
Random Full Screen Background Mage
Hi,
I found scripts to perform each of these functions individually but not together. Does anyone know a way to combine them?

Random:
-------------------------------------------
choice = Math.round(Math.random()*2);
switch (choice) {
case 0 :
location.loadMovie("bg_01.swf");
break;
case 1 :
location.loadMovie("bg_02.swf");
break;
case 2 :
location.loadMovie("bg_03.swf");
break;
}
-------------------------------------------
Scale to widow size:
-------------------------------------------

Stage.scaleMode = "noScale"
Stage.align = "TL";
_root.location._width = Stage.width
_root.location._height = Stage.height

myListener = new Object();
myListener.onResize = function () {
//resize background picture here
_root.location._width = Stage.width
_root.location._height = Stage.height
}
Stage.addListener(myListener);

View Replies !    View Related
Tiling Full Screen Resizable Background Help
Im using the following script for a full screen bkg tile:

tileBG = function () {

tile_width = 30;
tile_height = 30;
//
x_max = Math.round(Stage.width/tile_width);
y_max = Math.round(Stage.height/tile_height);
trace(x_max);
trace(y_max);
for (x=0; x<=x_max; x++) {

for (y=0; y<=y_max; y++) {

bg = _root.attachMovie("square", "bg"+x+y, this.getNextHighestDepth());
bg._x = tile_width*x;
bg._y = tile_height*y;

}

}

};
tileBG();

As Kirupa tutorial http://www.kirupa.com/developer/mx2004/duplicatebackground.htm,
(It is for Flash MX 2004 does it changes for Flash 8?)
Now some issues:
1- When the backround is sampled it comes up due to this.getNextHighestDepth() and covers the other animation (im not using levels)
2- How do I add a listener to this that onResize expands the tile to the new stage size.

Well if someone could help!!
thx to all...
Ive been braking mi mind for the whole morning, help is very welcomed !!

View Replies !    View Related
Help Loading A Random Background Full Screen
In the bottom layer of my main movie, Id like to put a random background image which loads on entering the frame and stretches to full screen. I would like to use a preloader for the image so Im trying to load a swf using this which I found here:

http://www.kirupa.com/developer/mx/l...ackground2.htm


Code:
choice = Math.round(Math.random()*5);
switch (choice) {
case 0 :
location.loadMovie("image0.swf");
break;
case 1 :
location.loadMovie("image0.swf");
break;
case 2 :
location.loadMovie("image0.swf");
break;
case 3 :
location.loadMovie("image0.swf");
break;
case 4 :
location.loadMovie("image0.swf");
break;
case 5 :
location.loadMovie("image0.swf");
break;
}
but I could not get it to stretch full screen. How do I get the externally loaded swf to stretch full screen and be able to resize via a listener from within my main movie?

Thanks!
Rich

View Replies !    View Related
Website With Gradient Full Screen Background...
Hi
I'm sorry that I have to bother you for this, but I've been trying to search over and over the right topic and I can't seem to find one.

I have a website already done... but I'd like it to be over a full screen gradient background.

Do you guys have any idea how to do that?

I found a lot of tutorials and exemple on how to repeat a symbol picture to make a seamless background just like the one Lee Brimelow made on gotoandlearn.com, but I can't find one on how to make that gradient full screen background.

I hope someone can help me on that.

Kind Regards

Dr Troy

View Replies !    View Related
Flash Full Screen Movie In Background
Hi, I have done my main content and I'd like to put a scaleable movie clip in the background like : http://www.davidhutton.com

Can anyone help?

Thanks

View Replies !    View Related
Full Screen Background (Smoothed Bitmap)
Hi everyone,

I've seen a lot of full-screen backgrounds in flash movies recently (http://www.ravijour.com for example; note that it is a lingerie company so it may not be appropriate to open at work (SNWS/SNSFW)), and they scale beautifully. After some research, I've come to realize that this is likely due to redrawing the loaded JPG as a smoothed-bitmap.

I've managed to recreate the same effect (with the aid of some tutorials and tweaking), but there is a problem when I try to change the background-image: my ram usage just goes up and up as each previous bitmap is replaced. I have attempted to manage my objects appropriately, by removing the clips as I see fit, so I shouldn't expect the ram-usage to go steadily rise, since each background is deleted before a new one is loaded. Perhaps (evidently) I am not properly freeing up the memory properly. Any advice would be appreciated.

Note that in the ZIP file, there should be three JPGs named background_0.jpg, background_1.jpg, and background_2.jpg in the images directory. I could not include them in the zip due to size restrictions.

Thanks in advance,
Phong

View Replies !    View Related
Full Screen Tiled Background Question...
I love the tutorial on how to make a tiled background in Flash.

I was wondering if anyone knows how to change the tiled background to something different. The scenario for example is each section of the site the background has the same tiled background but just different colors.

I've made all 4 different tiled background now all I need to do is make them switch out when a link/button is triggered.

Anyone see this done before and can direct me to a tutorial or willing to help me out

thanks!

View Replies !    View Related
Full Screen Flash Cs3 Background That Doesn't Distort?
Hello everybody,
I am building a fullscreen flash movie in flash cs3 using actionscript and html. I have made the background so it is fullscreen and stretches with the window with the content in the centere, but the background image doesn't stay square, it distorts when you scale the browser up or down left or right. i need the background to stay square and not distort when the window is scaled.
Here is an example of a background that doesn't scale- burnkit.com in the company section they used a fullscreen background that scales but doesn't distort.

I have everything else built but need a code to constrain the proportions of the background image.

Any help greatly appreciated, Thanks!.

View Replies !    View Related
FUll Screen Flash Site With Repeating Background
Hello-
what is the best way to make a SWF that will expand to fill the entire browser and also automatically repeat it's own background elements to fill the browser? for example, the working area of the SWF is 930x600.. but it has background elemtents that should repeat beyond it's own borders. I can't simply do it with HTML backgrounds because the elements must be positioned very precisely and the borders must match up.
thanks
-scott

View Replies !    View Related
Large Background Image For Full Screen Flash
Hi again.

I want to use an big image to full the entire browser window (as long as you resolution is smaller than 1600, since the image is 1600x1200).

To do that I use the bitmapdata class and the drawing api as usual. However I just found that if I uncheck the "export for first frame" for the image in the library, the background just won't show up in the movie. Is that so?

I need to uncheck that option cause that image is gonna contribute some 80k to the movie, you really don't want your preloader to show up slow, right?

Just how get this around? thanks.


- mark

View Replies !    View Related
How To Create Scalable Full-screen Background Movie?
Hi,

I am trying to create a new Flash web site, and would like to include this cool effect where you have static content on top of scalable full-screen video clip.

See example:
http://www.hi-res.net/

Can anybody say how this is done? Is the solution the same as in the tutorial "Full Browser Flash"? Can I use the same script and settings as in the tutorial to create a scalable full screen video clip?

View Replies !    View Related
Creating A Background Image That Automatically Scales To Full Screen For Each Users
I've seen this done a couple times but I can't find any tutorials on it. I want an background image in my main flash stage to automatically scale to the full screen of a users browser/resolution. I'm trying not to have any background color, but rather let the image take up the entire viewing area.

Can anyone offer some suggestions?

Thanks.

View Replies !    View Related
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
Copyright © 2005-08 www.BigResource.com, All rights reserved