TwelvestoneFlash

Flash seems to be chaching ActionScript


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
Blaise
 
2008-06-26

Hi There,

I've got this excessively large fla (65MB) that uses quite a few external ActionScript classes, and takes ages to publish.

I noticed that lots of my changes to these files weren't being picked up when I republished my fla, it took me ages to work out that it wasn't anything to do with different file versions or incorrect paths, but actually something to do with the Flash IDE not picking up the updated files upon compilation.

Restarting the Flash IDE each time would work, but obviously this isn't ideal, has anyone else come across this and found a solution?

DontBogartMe
 
2008-06-26

I've had similar - but it was where I had a few FLAs loading each other and they all used the same external class files - I had to make sure I compiled a parent FLA before I would see the changes in a child FLA when I made changes in a class file. Perhaps not quite your situation?

Blaise
 
2008-06-26

No, unfortunately not.

I'm only using one FLA here.

JLM
 
2008-06-26

Make sure all code/fla is stored local and not over a network, especially if your on a mac network. When you publish use the delete ASO files. Close browser between live tests and turn cache off in browser.

For AS3 and loaded movies research AppplicationDomains as this specifies which code scope a class draws its functionality from (senocular defines the three poss u can use also see my recent threads).

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFlash

Flash seems to be chaching ActionScript