Summary
Highlights
The video introduces Newgrounds as a platform for uploading games and movies. It highlights the initial challenge of uploading Adobe Animate projects, explaining that Newgrounds accepts SWF or HTML5 formats, while Adobe Animate typically outputs an APK file for Android, which is not compatible.
To make the project compatible, the video instructs users to open their original FLA file and change the target in the project properties from 'AIR for Android' to 'Flash Player'. It recommends selecting the highest available Flash Player version, such as Flash Player 23.
After changing the target to Flash Player, compiler errors related to 'native application' will appear. These errors indicate that Android-specific code is not compatible with Flash. The video demonstrates how to fix this by removing all lines of code containing 'native application', such as those related to music playback on app exit/start or 'NativeApplication.nativeApplication.exit()'. Users are advised to save a copy of their work before making these changes.
Once the incompatible code is removed and the project is published, a compatible SWF file is generated. The video then guides users through the Newgrounds upload process, including titling the game, uploading the SWF file (up to 100 MB), and optionally adjusting embed dimensions. Users are required to upload a 140x90 pixel image, add a short and full description, select a genre, add tags, and choose a rating for nudity, violence, or other content.
Before publishing, users can preview their game. After publishing, they will receive a unique address for their game. The video emphasizes the benefits of Newgrounds, such as receiving real-world feedback from players through votes and comments, which can improve the game.