3. – Client side (browser) integration
3.1 – Use 8 lines of code to start a remote connection from a web page
Save a JavaScript file as tutorial1.page.js with the following content: window.onload = function(...
3.2 – Using object or cookie for parameters
You can also use objects or cookie for parameters: Object parameters with Rdp2: window.onload = f...
3.3 – Resource redirection and parameters
SparkView has resource redirection (clipboard, drive, audio redirection etc.) disabled by default...
3.4 – Start a program on connection (as shell)
Set up the following parameters: startProgram=shell command=encodeURIComponent(‘C:\\apps\\notepad...
3.5 – Start RemoteApp
Add the following parameters if you want to start the RemtoeApp in current browser window: startP...
3.6 – Virtual Channel (VC) and Dynamic Virtual Channel extension
SparkView JavaScript client supports standard RDP virtual channel and dynamical virtual channel e...
3.7 – Gateway channel
You can create multiple gateway channels to create a communication layer between client browser a...
3.8 – Configuration file and others
You can use the appcfg.js file to configure some parameters for the client. For more information,...
3.8.1 – Start up a server or application automatically after login
To start up a server or application automatically after login, you can set the following paramete...