Calling a swf file (from my flash website) to load into it's own (seperate) window

Where are my actionscript gurus?

My code doesn’t work.I use flash 8 (AS 2.0). When i click a button, i want it to load another flash file but not into the same parent/web page. I need the file to load in it’s own window. this were my codes;

on (release) {
loadMovie(“MyAccountPage.swf”, “_blank”);
}

After this,i still do not get a respond when i test run the script. someone please,…just a newbie here :*(

Ojay