3

I built a site several years ago using Gaia("Gaia Framework (AS3) v3.2.6") which has been updated infrequently and functioning well. Suddenly none of the "sub-navs" (galleries) are loading! The client (understandably) is upset and i am at a complete and total loss! nothing has changed for like a year and this is a sudden development. Any ideas/suggestions? (i looked at and validated the .xml, just-in-case)- i am clueless--the site:

Ge53
  • 83
  • 8
  • Well something must have changed... Did you try with different versions of flash player? Maybe you are calling the xml without the `www` and some server configuration changed. – Pier Jul 05 '13 at 01:51
  • here are 2 examples of many...https://dl.dropboxusercontent.com/u/15599355/paintingsThreegallery.xml and https://dl.dropboxusercontent.com/u/15599355/siteNav.xml thansk f/looking!! – Ge53 Jul 11 '13 at 00:17
  • I tried the site, and from the inspector I can see the images are being called. The URLs of the images are fine too... So I don't think it's an XML problem. Did you try with different FP versions? – Pier Jul 11 '13 at 18:25
  • yes, and added this fix (http://loteixeira.github.io/tutorial/2012/12/12/cs6-fp11-json-fix/) for FP11...still the sub-navs dont load.. – Ge53 Jul 12 '13 at 17:03
  • Does it work on your local copy using the JSON urls on the site? – Pier Jul 12 '13 at 17:14
  • Yes--and i loaded some on my server and it 'appears' to be ok so i'm thinking this is a problem with her server(yahoo) and they won't 'troubleshoot third party--flash--sites'... – Ge53 Jul 12 '13 at 20:26

1 Answers1

0
  1. Download FlashFireBug and install it in Firefox.

  2. Open the page in Firefox with FlashFireBug open. In the console you will see the errors that Flash is encountering. Make sure you have FFB running from the point when you open the page or it might not catch the SWF.

  3. Fix the problem. Or, if you can't figure out what it means, show us what it says.

p.s. My guess: Improper Flash version targeting. Try re-exporting all the files targeted to Flash Version 9.

Code Whisperer
  • 22,959
  • 20
  • 67
  • 85