Bookmarking in Flash

How do i click a link and open add favorites window of the browser… this does not work:

on (release) {
getURL(“javascript:window.external.AddFavorite(‘ht tp://www.mysite.com’,‘short title for mysite’)”);
}

please let me know if there is anything… !!