Bookmark to IE

Page 1 of 1
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.
View all articles by Evgueni StrokDifficulty 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.
on (release) {
getURL ("javascript:window.external.AddFavorite(
'http://www.actionscript.org/','ActionScript.org Flash Resources');");
}

