you could try CSS:

<body style="padding:0px;margin:0px">

to guarantee that there isnt any default paddings or margins.

.m

On Sat, Jun 27, 2009 at 4:01 PM, John McCormack<j...@easypeasy.co.uk> wrote:
> Hi List,
>
> I have some SWFs that will be launched from someone else's GUI based on IE6
> which uses exactly this code...
>
> In Multiplication.htm is a link...
> <a href="javascript:void(0)" onclick="window.open('Multiplication2.htm',
> 'welcome','width=335,height=265')"><strong>objects</strong></a>
>
>
> The Multiplication2.htm that opens has...
>
> <body>
> <object width="320" height="250">
> <param name="movie" value="flash/Multiplication2.swf">
> <embed src="flash/Multiplication2.swf" width="320" height="250">
> </embed>
> </object>
> </body>
>
> The opened SWFs all have a stage set to 320x250.
> The Multiplication2.swf has settings width=320 and height=250
> The Multiplication.htm opens a window width=335 and height=265
>
> On my Vista if I use IE8 or Firefox to open the html pages and click the
> link, they open up the SWFs at the correct size and the creator of the html
> reports that the SWFs run without scroll bars.
>
> When I run the GUI on my PC the SWFs all have scroll bars.
> I have the debug version of player 10.
>
> Would you expect the SWF to have any border or html to use any space in some
> circumstances that cause the desgin size to not be enough, and therfore
> create the scroll bars?
>
> There is some white space top and left of the SWFs.
>
> You advice would really be appreciated.
>
> Thank you.
>
> John
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to