ダンプ

A.swf

[0] tag=SetBackgroundColor(9)  length=3
[1] tag=DefineShape(2)  length=220
[2] tag=DefineSprite(39)  length=16
[3] tag=PlaceObject2(26)  length=9
[4] tag=ShowFrame(1)
[5] tag=End(0)

B.swf

[0] tag=SetBackgroundColor(9)  length=3
[1] tag=DefineShape(2)  length=214
[2] tag=DefineSprite(39)  length=16
[3] tag=PlaceObject2(26)  length=9
[4] tag=ShowFrame(1)
[5] tag=End(0)

A+B.swf

[0] tag=SetBackgroundColor(9)  length=3
[1] tag=DefineShape(2)  length=220
[2] tag=DefineSprite(39)  length=16
[3] tag=PlaceObject2(26)  length=9
[4] tag=DefineShape(2)  length=206
[5] tag=PlaceObject2(26)  length=9
[6] tag=ShowFrame(1)
[7] tag=End(0)

さすがに、A の真ん中あたりに B を差し込むだけとは
思っていませんでしたが、思ったより面倒そうですね。

みた感じだと、B の DefineShape(2), BlaceObject2(26) を
A の PlaceObject2 の後ろにくっつけた感じですが、
DefineShape のサイズが微妙に違うので、何か更新するデータがありそうです。