Well, with some common sence i managed to find a fix for the cache problem i encountered while using classes in my flash movies, which are located on a networked drive.

As you can read in my previous post, Flash caches the Class files you use in a Flash movie. To fix this problem, here is a simple yet effective solution.

Try to get access to the PC which is the networked drive you are storing your classes on and make sure you set the system time of that PC ahead of the system time of the PC you are developing on.

Flash uses the timestamp of files to assertain if he has to update it’s cache. By setting the clock of the network server ahead, it will always update.

It’s not a very pretty solution, but it works.

Update: I came across a macromedia support article about this subject.

Update2: In the 7.2 update for Flash MX 2004, this issue is partially solved by adding a custom command to the program which should solve the problem temporarily until version 8 of flash is delivered.