ActionScript.org Flash, Flex and ActionScript Resources - http://www.actionscript.org/resources
Bookmark to IE
http://www.actionscript.org/resources/articles/24/1/Bookmark-to-IE/Page1.html
Evgueni Strok
This user is yet to take control of their account and provide a biography. If you are the author of this article, please contact us via support AT actionscript DOT org. 
By Evgueni Strok
Published on September 9, 2005
 
Written by: Evgueni Strok [email:strok@actionscript.org]
Difficulty Level: Beginner
Requirements: Flash 4 or higher.

Page 1 of 1
Written by: Evgueni Strok [email:strok@actionscript.org]
Difficulty Level: Beginner
Requirements: Flash 4 or higher.

Download the source for this tutorial. (Flash 5)

Here is a simple example of how to add a bookmark Internet Explorer via Flash and JavaScript.

Place the following ActionScript on a button or keyframe within your movie.

[as]on (release) {
        getURL ("javascript:window.external.AddFavorite(
        'http://www.actionscript.org/','ActionScript.org Flash Resources');");
}[/as]

Note: This will only work for MS Internet Explorer version 4 and above.