While developing my first RIA, i ran into a freaky problem when using external class files which are located on a network drive, instead on my local drive.

It seemed flash caches the class files when compiling, and checks the timestamp of every class on compiling to see if it should get the latest version. When using a networked drive, these timestamps seem to get mixed up and scr%wed.

Macromedia identified this problem, but didn’t give a good solution for it. The only fix seems to be to store your class files locally :( (how lame can it get…)

So if you are editting classes and don’t see the desired results when testing your flash movies, think about this, it might be a cache problem. (WOohoo, back to our great dhtml days ;) )