Topic: Game Programming /
Error #2035 Loading GIF
I have a game in AS3, runs fine on my machine.
When running in Kongregate it gives this error when trying to load an external GIF image;
[IOErrorEvent type=“ioError” bubbles=false cancelable=false eventPhase=2 text=“Error #2035”]
The file is in the subdirectory
Graphics/Fruit/piece1.gif
I uploaded the Graphics folder through a ZIP file.
According to the additional files Preview window all of the files should be there in their proper place.
I am loading some XML files in a subdirectory and these seem to load fine.
What gives??
|