I know that .swf is a format that doesn't work in most web browsers anymore because of no more flash player, but, when I use ActionScript 3.0 for an .fla document, I try to export and the result is an .swf file. I have no clue how to open this to work. I tried using the Flash Projector to make it work, but a button that I programmed does nothing. The button is meant to take the user to an external URL, but I either get an error message or nothing happens when I click on it. Why does this happen?
Are there other .swf players that it will work on, or is there a different format I can export ActionScript 3.0 on? I cannot use JavaScript HTML because this is a college assignment. I have to use ActionScript 3.0
Copy link to clipboard
Copied
Hi.
Use Adobe/Harman AIR instead of the Flash Player.
https://airsdk.harman.com/download
AIR will allow you to deploy native desktop and mobile applications using AS3.
More info:
https://community.adobe.com/t5/animate-discussions/logo-for-android/m-p/13542911#M362039
Regards,
JC
Copy link to clipboard
Copied
you can't use swf's for anything interactive you're going to share.
if you want to create an air application (eg, mobile app or win or mac app), follow @JoãoCésar's suggestions.
otherwise, you can use the file>export option to export several non-interactive file types.
or you're using the wrong document type.