Loading .swf file in a scrollpane {MX}

Hello:)
Im trying to load a .swf file inside a scrollpane.
But i have NO idea what im doing wrong.

Ive put this pice of code on a button:

on (rollOver) {
play();
}
on (rollOut) {
stop();
}
on (press) {
_root.portfolio.gotoAndStop(81);
display1.loadScrollContent(“http://www.bahnhof.nu/gunnar/arbeider/skrompf.swf”);
}

Anyone know what im doing wrong?