Skip navigation
Currently Being Moderated

SWF generated by Ant script

Mar 30, 2012 6:47 AM

I am creating a SWF file using an Ant script. It is a working application. No problem running from FB or using ReleaseBuild.

But the one created by the script is not running. All I get a white Flash Player screen. Is there any way to trouble shot this problem?

How would I know what exactly is wrong?

 

Thanks

 
Replies
  • Currently Being Moderated
    Apr 1, 2012 11:20 AM   in reply to Zolotoj

    What does your ant script look like?  Are you compiling with RSLs?

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 2, 2012 10:42 AM   in reply to Zolotoj

    Does it help if you change this:

     

    <static-link-runtime-shared-libraries>false</static-link-runtime-share d-libraries>

     

    To this:


    <static-link-runtime-shared-libraries>true</static-link-runtime-shared -libraries>

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 2, 2012 11:54 AM   in reply to Zolotoj

    What's the file size of your output swf?

     
    |
    Mark as:
  • Currently Being Moderated
    Calculating status...
    Apr 3, 2012 6:57 AM   in reply to Zolotoj

    1. Make sure you compile via ant against the same SDK as you use to compile from FB.

    2. Enable loggin in your application + filter nothing and fireup SOSLogger see what it prints.

    3. Make sure you use the same FP version when you run from FB and from ANT.

    4. Make sure you don't have flash preloaders interfering with your application.

    5. Check your computer for viruses

    6. Try to reboot

     

    GL.

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 3, 2012 11:00 AM   in reply to Zolotoj

    That looks like a signed RSL.

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 3, 2012 12:06 PM   in reply to Zolotoj

    My first guess was that you don't see the SWF because some RSLs aren't loading properly, but you claim that you aren't using RSLs.  The message above seems like RSLs are actually being used in some way, so you'll want to figure out why that is.

     

    Maybe try setting <static-link-runtime-shared-libraries></static-link-runtime-shared -libraries> to true in your /path/to/FlexSDK/frameworks/flex-config.xml  file?

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 3, 2012 1:39 PM   in reply to Zolotoj

    7. Try your swf on antoher machine

     

    SOSMax logger: http://www.sos.powerflasher.com/

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points