Intelligere Flash Lite Server
Intelligere Flash Lite Server (FLS) is a c++ opoen source component that gives to you the possibility to interact with the API of a symbian device from Flash Lite. Using FLS you can extend the capabilities of your Flash Lite application making some simple HTTP calls sending commands and getting back data in the SWF file.
Just Released
New plugin for FLS enabling you to upload any file from a Symbian OS device Upload Plugin
The main features of FLS are
- Launch native video player in full screen mode (launchVP)
- Download a file from the NET (download)
- Check the percentage of the download in progress (status)
- Create the APN without opening the native selector (createAP) -> certificate is requested
- Read variables without opening the APN selector (loadVariables)
- Stop all the downloads (stop)
- Close the whole application (exit)
- Create a file (create)
- Delete a file (delete)
- Write content into a file deleting everything before (write)
- Append content to a file (append)
- Clear all the contents of a file (clear)
- Rename a file (rename)
- Check if a file exist (exist)
- Get all the content of a directory (dir)
- Create a directory (mkdir)
- Delete a directory (rmdir)
In the RC2 version planned by the end of July 2009 the following feature will be added
- Get a picture from the camera (takePict)
- Get a video from the camera (takeVideo)
The overall workflow of the engine can be summarized as following
Starting Points
- SRC releseases -- dowload the source code with the sample application
- SRC browse -- Browse online the source code
- License -- Term of use and distribution
- Configure -- Configure the environment
For a complete list of local wiki pages, see TitleIndex.
Attachments
- EngineActivity.png (91.8 KB) - added by GiorgioNatili 12 months ago.
