This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Flash Site Design > March 2005 > Flash background - see example here...





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Flash background - see example here...
adogis

2005-03-23, 6:34 pm

:confused;

http://www.bbs-net.com/index_e.html

Help would be appreciated, maybe i'm thick but how see the example above.
How have they managed to get a flash move ia s background. When you scale the
browser window down in size the top left navigation and bottom right content
areas overlap, bonkers!!!!...

Is it DIVS or CSS or neither?

Please help, cheers!

A




tralfaz

2005-03-23, 6:34 pm

> Help would be appreciated, maybe i'm thick but how see the example
> above.
> How have they managed to get a flash move ia s background. When you
> scale the
> browser window down in size the top left navigation and bottom right
> content
> areas overlap, bonkers!!!!...
>
> Is it DIVS or CSS or neither?


It is just Flash. There are the menus that don't scale so you need to
use "noScale" in the publish settings and Dimensions at 100% (not
"match movie")to do that. Then the background does scale so you will
need to do that with Actionscript to override the noScale option. For
that you use a listener that is triggered by resizing the window..
It would probably be like this, but maybe some more positioning code
in the resize event..

Stage.scaleMode = "noScale"; // keep menus the same
listener = new Object();
listener.onResize = function ()
{
background._width = Stage.width;
background._height = Stage.height;
}

tralfaz


adogis

2005-03-23, 6:34 pm

:D

Hi, thats great, good to know its all in flash - many thanks for your help!!!
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews