• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

How to Play SWF file from Amazon S3

New Here ,
May 15, 2019 May 15, 2019

Copy link to clipboard

Copied

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

Views

354

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 15, 2019 May 15, 2019

Copy link to clipboard

Copied

Perhaps not setting the appropriate content-type, that caught me out with different types of file in S3. It may also be that there are extra security limitations, as part of the plan to block Flash completely soon, which are different in each browser.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 15, 2019 May 15, 2019

Copy link to clipboard

Copied

I assume, by the way, that this just shows the form of your URL. The actual URL you posted is of a nonexistent bucket.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 15, 2019 May 15, 2019

Copy link to clipboard

Copied

LATEST

Flash Player doesn't care what the underlying storage of a SWF is.  It's not an S3 problem per-se, but a problem of how you've configured your environment.

What Flash Player *does* care about is whether or not it's served over the correct protocol (HTTP/HTTPS), that it has the right mime-type set (application/x-shockwave-flash), and that if you're accessing resources from within the SWF, that any cross-domain requests are made to destinations that provide a crossdomain.xml file that grants sufficient permissions to make those requests.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines