This article covers the following platforms
MSFS 2024
MSFS 2020
ATS
FSX
Prepar3D
Use the Command API to open a web URL or registered URI in its associated application.
open_browser()
Open a web URL or registered URI.
SignatureTypeScript contract
open_browser(url: string): voidParameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | Yes | Web URL or registered URI to open, such as a spotify: URI. |
ExampleJavaScript
this.$api.command.open_browser("https://parallel42.com");Returns
voidNo direct return value is documented.