Move between scenes with dropdown menu

I made a really nice drop down menu in Flash but when it comes to link to other scenes in my FLA file, it is not working. I can link to URL though so everything seems to work perfectly.
Here is the script I use and which usually works in a regular nav bar button :
(in this case “place you ad” is the scene I need to link to)

on (release) {
gotoAndStop("place you ad ", 1);
}

Nothing happen. I would really appreciate help, been trying for long hours.:sen:

Thank you