attachMovie adds library item twice?

Hi everyone!

I’ve come across this problem for the second time now, and I’m still not sure what solved it the first time.

I have a timeline that contains the clip “contentMC”. On the same timeline the following AS appears:

[INDENT]_root.contentMC.attachMovie(“home”, “contentHolder”, _root.contentMC.getNextHighestDepth());[/INDENT]

The library item “home” contains several text objects. The strange thing is that, while the item is added as “contentHolder”, the contents of “home” is also added to “contentMC”. So when I use List Objects during preview, I get:

[INDENT]Level #0: Frame=24 Label=“Interface Build”
[INDENT]Movie Clip: Frame=1 Target="_level0.contentMC"
[INDENT]Shape:
Text:
Text:
Text:
Text:
Text:
Text:
Text:
Text:
Movie Clip: Frame=1 Target="_level0.contentMC.contentHolder"
[INDENT]Shape:
Text:
Text:
Text:
Text:
Text:
Text:
Text:
Text:[/INDENT][/INDENT][/INDENT]
[/INDENT]

The first row of “Text:” shouldn’t be there.

I came across this problem before at a different level. That one was solved (I think) by replacing .getNextHighestDepth() with 1. This time, however, that doesn’t help.
Anyone any ideas?

I’ve uploaded the .fla at: http://www.eurovoice.nl/flash/eurovoice01.fla

Thanks in advance!

Yours,
Andra