Appendix C - JavaScript API

Top  Previous  Next

WebFMX's JavaScript API enables you to embed FireMonkey applications into pre-existing Web environments.

 

 

 

 

 

In order to integrate WebFMX into your web page you will be required to modify the HTML page by adding some Javascript code.

From this point on, we consider you have already installed and configured WebFMX. If not, go back to the Getting Started topic.

 

To learn how to use the SDK library, read the following topics:

 

Deploying

Modifying the HTML file

Connect method

Authentication Scheme

SSL Certificate

 

Take a look also on the sdk.html file available in the WebFMX server installation directory, under the folder WebFMX. After configuring the profileKey parameter on the connect method, you can try it out from the browser through the address

http(s)://server_IP:port/sdk.html.