Question
How to Play SWF file from Amazon S3
How to Play SWF file from Amazon S3 in an android game
I Have an android game with 10 levels the menu screen will have icons to load levels each levels is a seperate files like level1.swf to level10.swf these files were loading in the game when it is hosted in godaddy
but when i moved the files to aws s3 with public setting the file is downloading in the browser but the same file is not loading in the game
any suggestions?
https://s3.amazonaws.com/gamefolder/level1.swf
- working in browser
- working in html page in website
- Not working in game
