1
Technical forum / Re: Web link in our game
« on: January 31, 2016, 09:57:14 PM »
From the documentation:
Game.OpenDocument(Filename)
Opens a specified document file or internet URL in an associated program.
Parameters
Filename
The filename of the document file to be opened
Remarks
This method uses the Windows extension associations to run the right program. Note that the document file MUST NOT be stored inside the game packages. It must be a regular file and you must reference it either by full filename or a filename relative to the game directory.
Game.OpenDocument(Filename)
Opens a specified document file or internet URL in an associated program.
Parameters
Filename
The filename of the document file to be opened
Remarks
This method uses the Windows extension associations to run the right program. Note that the document file MUST NOT be stored inside the game packages. It must be a regular file and you must reference it either by full filename or a filename relative to the game directory.