I have an actionscript to bookmark a page, however, it only works in Explorer. This is the code:

PHP Code:
on (release)
{
    
getURL("javascript:window.external.AddFavorite(\'http://www.flashkit.com\',\'Flash Kit\')");

Is there a code that would work in both IE and Firefox?