-
1. Re: Need web page without a border
kglad Apr 20, 2010 11:25 PM (in response to stevevmunro)add the following between your head tags:
<style type="text/css" media="screen">
html, body, #containerA, #containerB { height:100%; }
body { margin:0; padding:0; overflow:hidden; }
</style> -
2. Re: Need web page without a border
stevevmunro Apr 20, 2010 11:38 PM (in response to kglad)Hi Kglad,
thanks for the response. But that's editing the HTML isn't it? I'm wondering how the border can be not there without needing to edit the html.
Steve
-
3. Re: Need web page without a border
kglad Apr 21, 2010 8:15 AM (in response to stevevmunro)you need to edit the html.
-
4. Re: Need web page without a border
stevevmunro Apr 21, 2010 4:08 PM (in response to kglad)Yes Kglas, you're right.
I became aware of the fact that I had the post-publish html open in dreamweaver rather than the adjusted html (index.html)...! Bit of a Doh! moment I'm afraid.
Anyhoo - tried your code and it kind of works - flush left and right - but cuts the page off at the bottom and doesn't extend to the right. I just want the page to fill the browser regardles of screen resolution or browser used.
Any advice?
Kind regards,
Steve
-
5. Re: Need web page without a border
kglad Apr 21, 2010 5:37 PM (in response to stevevmunro)you must adjust your flash publish settings to 100%x100%.
-
6. Re: Need web page without a border
stevevmunro Apr 21, 2010 6:49 PM (in response to kglad)Thanks, we're getting there. One final question then, is there an ideal stage size to fit, say 16:9 screens? Or is it that I need to insert a background image in the html so that it appears as 'full browser'?
Thanks,
Steve
-
7. Re: Need web page without a border
kglad Apr 21, 2010 7:18 PM (in response to stevevmunro)any stage size (like 960x540) that has a 16/9 aspect ratio will nicely fit a fullscreen monitor. but fullscreen is not the same as full-browser so anyone with a 1920x1080 monitor will probably have something close to a 1900x900 full-browser stage.
you don't need a background image. you just need to use the correct stage scalemode.
-
8. Re: Need web page without a border
stevevmunro Apr 22, 2010 12:20 AM (in response to kglad)So in other words, if i set the stage to be, say,1900x900 to fit the browser window completely (not full-screen, just browser screen) and give the publish settings 100% x 100% and slip that bit of code between the heads of the html, then someone with a 800 x 600 screen resolution will stil see the full page without the auto-introduction of side/bottom sliders?
Steve
-
9. Re: Need web page without a border
kglad Apr 22, 2010 6:45 AM (in response to stevevmunro)if you publish 100%x100% page scrollers won't be needed regardless of browser size and stage size. how your flash is positioned/scaled into the browser display depends on your stage's scale mode.
-
10. Re: Need web page without a border
stevevmunro Apr 22, 2010 4:49 PM (in response to kglad)Thanks for you help Kglad, that works with a stage size of 2000x900
Kind regards,
Steve
-
11. Re: Need web page without a border
kglad Apr 22, 2010 5:37 PM (in response to stevevmunro)you're welcome.


