Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to open a website from within an executable?

Status
Not open for further replies.

raznov

Programmer
Apr 8, 2002
110
US
I have a screensaver that I created as a demo. I have a button I want to link to my website. Not sure if I use an fscommand" for this one...

I tried the following code..but it doesn't open.

on(press){;
getURL("}
 
I should!
Code:
on(release){
    getURL("[URL unfurl="true"]http://www.editundo.to","_blank");[/URL]
}

If your .exe is fullscreen , are you sure it ain't opening behind? Regards,

oldman3.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top