all groups > flash actionscript > january 2004 >
You're in the

flash actionscript

group:

setHomePage ?


setHomePage ? zoone
1/18/2004 11:48:06 PM
flash actionscript:
hello i am trying to make a button work like setting home page.
is this possible in flash ?
so far i have tried
[code]
myBtn.onRelease=function(){
getURL("javascript:setHome();");
};[/code]
and it's not working ..
i dont even know if this is possible in flash ?
cheers

Re: setHomePage ? _posted.by(Vern);
1/19/2004 7:57:10 AM
[quoted text, click to view]

urami is the WOMAN! Urami has indoor plumbing dude!




Re: setHomePage ? sneakyimp
1/19/2004 8:47:02 AM
urami is the man.

you should know that the whole getURL("javascript...") thing doesn't work on every platform/browser. i can't recall which platforms have problems, but i seem to recall that mac/internet explorer won't work



Re: setHomePage ? _posted.by(Vern);
1/19/2004 9:11:02 AM
Hi Urami,

Well, I have been going through a series of personal disasters over the last
year. No deaths, but a seperation after 26 years and some other things
concerning finances. But all is well, marriage is better than ever now, and
the kids are all in good shape again. So I am back.

Thanks for noticing and for asking!!

Kind Regards,
--Vern

Re: setHomePage ? _posted.by(Vern);
1/19/2004 9:13:17 AM
P.S. Urami,

We had two Chineese nationals and two Korean nationals spend the Christsmas
season with us here (near Chicago). Had a Great time hearing about other
cultures and sharing with each other!

HAPPY NEW YEAR TO YOU!!!

Regards,
--Vern

Re: setHomePage ? urami_
1/19/2004 11:41:48 AM

[quoted text, click to view]

sure possible


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



Regards


urami_*

<xmas>
http://flashfugitive.com/
Re: setHomePage ? zoone
1/19/2004 9:33:58 PM
[quoted text, click to view]

sure possible


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



Regards


urami_*

<xmas>
http://flashfugitive.com/
</xmas>





ok.well i know how to ""ADD TO FAVORITES"
but i was aking how to ""SETHOMEPAGE""
you know >>"would you like to set your home page to .www.????.com""

and here in the action script to do this ..
cheers..
on (release) {
getURL("javascript:document.body.style.behavior='url(#default#homepage)';document.body.setHomePage(window.location.href);");
}


Re: setHomePage ? urami_
1/20/2004 12:46:41 AM

[quoted text, click to view]

I wanted to ask for sometime now , where the hack have you been hiding ?

I did not see "_posted.by(Vern)" for a while , worried you dislike flash or something :)
Hope you well and reason for your absence wasn't serious .
In two days chinese new year here , most likely you not celebrating but , Happy New Year :)





Regards


urami_*

<xmas>
http://flashfugitive.com/
Re: setHomePage ? sneakyimp
1/20/2004 8:55:41 PM
indeed

this.foot.insertInMouth();

she's helped more than a few times. apologies, Ms. Urami

Re: setHomePage ? michael nieuwenhuizen
1/20/2004 9:01:11 PM

[quoted text, click to view]

i'm sure she'll be proud of that ;-)

mike

Re: setHomePage ? urami_
1/21/2004 10:50:30 AM

[quoted text, click to view]

don't even bother , it's very common , the name does not really
give much clues unlike most of the english names we know so I
can't blame anyone for misgender me :)

It's all cool


Regards


urami_*

<xmas>
http://flashfugitive.com/
AddThis Social Bookmark Button