url_open


Description

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.


Syntax:

url_open(url);

Argument Description
url The URL (website address) to link to.


Returns:

N/A


Example:

url_open("http://yoyogames.com");

This would open the YoYo Games homepage in the current window.