Hi Tucsonjhall,

Using the captive runtime bundle option, there's no "out of the box" system
to manage update : if you want your application to ne able to update itself,
you will have to code it (that's what we do for our applications).

The solution we came up with is quite straightforward : 

- Check if there is a new version of the application at startup
- Load the new versions of the application .swf file(s) from a dedicated
server (more than one .swf file in our case because we use modules)
- Overwrite the local .swf file(s) with the new ones inside the application
package
- Restart the application

Vincent







--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to