This will open the specified URL on the browser of the chosen target device, or, if you are using the HTML5 module, in the currently open browser.
url_open(url);
Argument | Description |
---|---|
url | The URL (website address) to link to. |
N/A
url_open("http://yoyogames.com");
This would open the YoYo Games homepage in the current window.