Skip to main content
Chelebey
Participating Frequently
April 23, 2019
Answered

SWF- 177739 (Error)

  • April 23, 2019
  • 14 replies
  • 882 views

hello all,

I need helping ASAP. I have been trying to create a game for Android mobile app for my class and i keep getting the below error message

”mobile game.swf-177739 bytes after decompression. I have NO IDEA what this means. I have tried creating it on both my Mac and Windows and the same error is coming up. I asked my teacher and she doesn't know either.

HELLLLLLLLP

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer JoãoCésar17023019

    I just posted the link

    Dropbox - ITS1015 - Simplify your life


    Hi again.

    Thanks.

    I found out two issues in your project and after fixing them I was able to deploy to my Android phone.

    Issues:

    - Your code is referencing a statusMsg text field. But in your FLA the text field is called StatusMsg (with capital S). So I changed the text field name in the fla to statusMsg;

    - Your JSON file is not human readable or corrupted. If you try to open it in a text editor like Visual Studio, you're gonna get a message telling you that it is either binary or uses an unsupported text encoding. So I created a temp JSON file called questions_temp.json to test the game.

    Another thing I had to do was to include the data folder that contains the JSON files like I described in comment #7.

    Here is a link with the corrected files and structure, and also with an APK if you want to test in a Android device right away.

    PierreLawsonGame.zip - Google Drive

    I hope this helps.

    Regards,

    JC

    14 replies

    JoãoCésar17023019
    Community Expert
    Community Expert
    April 23, 2019

    Hi.

    This is not an error. It's just informing you the size of the exported SWF.

    Regards,

    JC

    Chelebey
    ChelebeyAuthor
    Participating Frequently
    April 23, 2019

    thank you, however, my game questions wont populate/ do you know how I can correct this?

    JoãoCésar17023019
    Community Expert
    Community Expert
    April 23, 2019

    Is there any error being shown in the Window > Compiler Errors panel (Option/Alt + F2) or in the Window > Output panel (F2)?