Add Bookmark Actionscript

I wish to add actionscript that will bookmark a page in Both IE and FIREFOX.
Anyone know code that will do both?

I have seen the IE tutorial, and that code looks like this:

on (release) {
 getURL("javascript:window.sidebar.addPanel('http://www.actionscripts.org/','actionscripts in flash')");
}

Thank you, any help is greatly appreciated.