OpenUrl

From Game Editor

Revision as of 14:31, 4 September 2008 by Asmodeus (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

openUrl opens web page with the user's standard browser.

Example:

openUrl("http://www.game-editor.com/");

Note that you have to insert http:// before the name for web pages.