HI everyone,
how can we add a bookmark button in AS3, so user can add the page to “my favorites”?
I have tried this one:
http://www.actionscript.org/resources/articles/24/1/Bookmark-to-IE/Page1.html
but that’s AS2,
I tried to convert it to as3 by using
navigateToURL[COLOR=#66CC66](new URLRequest([/COLOR][COLOR=#FF0000]"javascript:window.external.AddFavorite(
'http://www.actionscript.org/','ActionScript.org Flash Resources');"[/COLOR][COLOR=#66CC66]))[/COLOR];
but that doesn’t seem to work!
please help