Dynamicaly made Link

Howdy … I have made this:
Main Timeline: _root.produkt = 2

on A Button:

on (release) {
_root.ergebnis = “_root.container.container” add _root.produkt;
_root.ergebnis.gotoAndPlay(5);
}

_root.ergebnis gives me _root.container.container2
but after making this link _root.ergebnis.gotoAndPlay(5);
doesnt bring me to _root.container.container2 and plays from Frame 5 !?
Any hintz? thanx in advance

ChromeD