Hi, John, I think you would get a similar experience if you had an image of size 320 x 250, so it's not really a Flash problem per se but rather an HTML/browser co-compatibility. Basically, the browsers treat the window size property differently - I think IE includes the width of the scrollbars in calculations but not Firefox or vice versa or ... do some research from that angle and maybe you will find a solution to making the right size. Hopefully someone has made a little javascript calculator that keeps up to date with latest browser eccentricities.
-jonathan On Sat, Jun 27, 2009 at 4:01 PM, John McCormack <[email protected]>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 > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- -jonathan howe _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

