tags:

views:

493

answers:

1

I was create an air application . How to create auto update in adobe Flex 3 air

+1  A: 

You need to use the following swc file 'applicationupdater_ui.swc'

Check out this from Adobe on the subject http://livedocs.adobe.com/flex/3/langref/index.html?air/update/ApplicationUpdater.html&air/update/class-list.html

You'll find the swc files in the framework folder (\frameworks\libs\air) so flexbuilder should link this for you automatically. You could also check out this blog article which helps with a example.

kenneth