William
William

Reputation: 976

how to open .swf file with adobe air

I have an application that requires adobe air installed. After adobe air is installed, I can run the application by double-clicking a .swf file. Today I reinstalled the OS and adobe air. But now the .swf file seems not associated with adobe air. If I double-click the .swf file, the OS asks me to specify a program to open this kind of file. I could not find the air .exe program. How can I associate .swf file with adobe air?

Upvotes: 0

Views: 4641

Answers (1)

nullheart
nullheart

Reputation: 41

Just publish the app to get a proper app file (.exe, .apk, .app). When publishing you need to create a self-signed certificate to sign your app and use it later on. Also you may want to embed the AIR runtime with your app, so the user doesn't have to search for it and download extra content manually.

Upvotes: 1

Related Questions