HomeAfter Sale Support Working with Flash Advanced How can I add a flash page to Favorites

How can I add a flash page to Favorites


Q: How can I add a flash page to Favorites?

A: You should use the following Java script to bookmark the page:


on (release) {
    getURL ("javascript:window.external.addFavorite('http://www.website.com','Website<br/>Title')");
}


You can apply this script to any button (text, image). It should work.