Hello!
I have flash header with several buttons. One of these button should set the page as Homepage in IE.
I have the following javascript function:
<SCRIPT LANGUAGE="JavaScript">
function homePage()
{
this.style.behavior='url(#default#homepage)';
this.setHomePage(location.href);
}
</script>
In Flash:
ActionScript Code:
[FONT=Courier New][LEFT][COLOR=#0000FF]on[/COLOR]COLOR=#000000[/COLOR][COLOR=#000000]{[/COLOR]
[COLOR=#0000FF]getURL[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#000000]}[/COLOR]
[/LEFT]
[/FONT]
But this doesn’t work. Please help!
Thanks!