Thread: desktop exe
View Single Post
  #2 (permalink)  
Old 03-17-2009, 10:49 AM
SWFKit SWFKit is offline
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default

Sorry, not sure what you mean. But it's very easy to open a url in the web browser by using the following code
Code:
Shell.open("http://yoururl");
Reply With Quote