PDA

View Full Version : background 100% of page???


yorkeylady
01-14-2003, 06:06 PM
How do I make the background for my movie cover the entire page?

http://websiteprogrammin.com/cqd/index.htm

I set the width and height to 100%, it's a pretty large movie 800 X 500, but my brother who lives in the midwest says it doesn't cover the whole screen.

Could someone with a large screen check it out for me.

I also set the margin to 0. I'm not sure what else I can do.

Can I get the width of the screen movie with actionscript and change the width as it loads?

boyzdynasty
01-14-2003, 06:30 PM
in the publish property in HTML...you can set it scale to fit.
*i think*

but it can make the movie a little distorted.

or you can use javaScript to set a specific size for the browser

iredlands
01-15-2003, 09:47 PM
in the body tags of the html doc

<BODY bgcolor="#6B007D" leftmargin=0 topmargin=0 >

hope this helps
steve

yorkeylady
01-15-2003, 09:56 PM
I tried margin=0 border=0,
but that didn't work for some reason???

This works good though:

<BODY style="border:0;margin:0">

then in the publish settings under flash choose
Scale -> noborder


also I made the picture to with approx 9 to 5 ratio, width to height.

This works great for all my pages.