Discussion:
Fitting my Flash site correctly
(too old to reply)
Miscellaneouspr
2009-03-06 16:29:23 UTC
Permalink
HI,
Thanks for any help.

I have knocked up a website and all appears to be fine but as soon as i look
at the site with a small screen, half of the website is left off the bottom.

I have tried playing with the publish settings SCALE such as Exact Fit and
Default(Show All) yet i cannot make it so it is all in.

Could it be some coding within the html page?? if so what?

www.suranyi-football-art.com

THANKS FOR ANY HELP given
Miscellaneouspr
2009-03-06 19:42:37 UTC
Permalink
yes i did tha which is what makes me think it could be a coding in the html file
_xchanin
2009-03-06 19:59:37 UTC
Permalink
Just wanted to chime in real quick...

You will probably need to set a style in the html that will remove margins and padding: style="margin:0px;padding:0px;"
Miscellaneouspr
2009-03-06 20:20:37 UTC
Permalink
thanks - i have been trying to take that crappy border away for ages. although
i still can't see where i can insert/delete the padding settings : (

I have also just found in the html file the following

&stage_width=766&

&stage_height=900&

&gallery_width=606

&gallery_height=640

Would this overide the publish settings?

sorry for being a numbskull. I am actually on a flash course but they don't
teach us jack
_xchanin
2009-03-06 21:07:56 UTC
Permalink
In your body tag in the HTML:
<body style="margin:0px;padding:0px;">

Loading...