I'm trying to get this updating native installer tutorial to work with Flash (AIR 2.5) instead of Flex. This error comes up:
Call to a possibly undefined method updateApplication.
My code:
import com.riaspace.nativeUpdater.NativeUpdater;
updateApplication();
What is missing?