Groups | Blog | Home
all groups > flash actionscript > february 2005 >

flash actionscript : Set as Homepage


=Slayer=
2/12/2005 6:57:42 PM
Hey,
Is there a script in flash that makes a website be set as the homepage?

Thanks,
=Slayer=
2/12/2005 7:31:20 PM
Are you sure? I believe I saw a button like that in a flash website before... I think you have to use the getURL function, but I don't know what to put in the parameters.

Laiverd.COM
2/12/2005 7:58:57 PM
No.

--
---------------------------------------------------------------------------------------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
---------------------------------------------------------------------------------------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash

Laiverd.COM
2/12/2005 8:45:49 PM
It's possible; but not with actionscript (alone). Check any javascript website for the appropriate code and use getURL() to call
that javascript function.

John

--
---------------------------------------------------------------------------------------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
---------------------------------------------------------------------------------------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
---------------------------------------------------------------------------------------

dedtr9
2/13/2005 12:26:06 AM
NSurveyor
2/13/2005 3:38:48 AM
urami_
2/14/2005 9:42:12 AM


[quoted text, click to view]

There was way but it only worked in IE and many browser including latest IE are blocking it
due to people getting pissed that someone change on their behalf the default home page setting.
on (release) {
getURL("javascript:document.body.style.behavior='url(#default#homepage)';document.body.setHomePage(window.location.href);");
}


Perhaps Add Favorites would be better choice .
again tho, only IE windows

on (release) {
getURL("javascript:window.external.AddFavorite('http://www.Flash.com','FLASH');");
}


--
Regards

Urami

--


<valent>
http://www.flashfugitive.com/ang-zhang/valent/
</valent>

<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
AddThis Social Bookmark Button