

|
| | Programming an application with MioFactory
|
| |
An application created with MioFactory uses MioEngine, which encapsulates the WebBrowser component (also used by Microsoft Internet Explorer and Windows Explorer).
An application supports all the standards client-side and server-side web technologies, and commands can be sent to MioEngine from:
Any HTML documents displayed by the application. The HTML document can encapsulate other components such as Flash or Java.
Events codes written in JavaScript.
|
Methods of programming
| |
URL
You can call mio functions using a URL.
This method is easy to use but is limited to the basic functions.
JavaScript
It is the most effective method to fully exploit the possibilities offered by the MioEngine.
Flash
You can easily communicate with the MioEngine from Flash.
|
Examples
| |
The following example closes the Mio application from and URL, JavaScript or Flash.
From an URL
From JavaScript
From Flash ActionScript
|
|