Found a workaround:
<STYLE type="text/css">
body { overflow: hidden margins: 0 }
</STYLE>
... all is good, but I can still enter a bug if warranted.
On Oct 26, 2006, at 3:59 PM, Rudi Sherry wrote:
I'm working on a WebKit WebView and I want a Flash object to fill
the entire view.
It doesn't seem to work: I can't get it to exactly fill the view
(I'm on Tiger 10.4.8).
Here is the HTML:
<html>
<head>
</head>
<body leftmargin="0" topmargin="0" rightmargin="0"
bottommargin="0" bgcolor="black" scroll="no">
<embed name="SWFObject"
bgcolor="#C0C0C0"
width="100%"
height="100%"
menu="false"
loop="false"
quality="best"
src="myFlashMovie.swf"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/
getflashplayer"></embed>
</body>
</html>
Notice the "100%" for width and height, and scroll="no". As I
read the documentation, this should fill the entire window. On
Firefox this does.
In Safari or WebKit, I get extra space and a scrollbar on the
right, and some extra pixels on the bottom. It seems like there is
a hard-coded 8-pixel right and bottom margin.
Is this known or should I submit a bug?
Thanks,
Rudi
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webkitsdk-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webkitsdk-dev/rsherry%
40adobe.com
This email sent to email@hidden