Reputation: 139
I am creating an air application. How to create auto update in adobe Flex 3 air?
Upvotes: 1
Views: 1165
Reputation: 1065
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.
Upvotes: 1