Using swfobject.embedSWF for embedding an swf a small space of 3
pixels below the swf appears in FF3 and Safari (tested on IE7, Safari
and FF3 on Windows).
I can also see this space appearing using Firebug in the test case
found at
http://www.bobbyvandersluis.com/swfobject/testsuite_2_1/test_multiple.html
(there is a space between the <p></p> and the swfobject above it).
To remove this small space I have to wrap the flash content replaced
by the swfobject with a div, and set its height explicitly.
Is there anything I am missing to prevent this small vertical gap in
the first place?