i've created a "seamless" HTML template using tables.
i want to replace an img element with a flash element.

img size is 10 x 10.
<td> width is 10.
fla is 10 x 10.

when added, the swf file is shifted several pixels horizontally.

double-check, fla is 10 x 10.
<td> width is fixed at 10.

having no clue why this is, i open the html doc in dreamweaver.
dreamweaver shows the layout table width as "10" (13).
if i try to reduce the table width, i get an error noting that 10 is
below the minimum width required for the table.

did i miss something in publishing the fla that would have increased
the dimension of the swf?