Trouble loading swf with transition into root

Hi, I am working on my first flash site - the progress at http://www.pbdesign.pl/test/index.html . However, the problem I have is the following . When you go Portfolio button (02) and next there is the web design button (05). The swf based on the transition of dynamic files tut by Claudio;) works very well on its own (thanks Recognize;), however when I try to load it into the root of the main content (called “obraz” here), it does not work well as you can see. I must be doing something wrong here with AS. I load all other movies with :

on (release) {
loadMovie(“films/test.swf”,_root.obraz);
}

as in case of 06 button (poligrafia which means print in my most dificult native tonque;-) - and they all work fine. Hmmm, if anyone has a clue please what to do with that, help me.

Thanks=)
hope my issue is not too silly, I apologize whoever it may concern…