PDA

View Full Version : flash does not see my updated .as files on a server



waffe
June 4th, 2007, 01:08 AM
Hi,

I have a flash app with many .as files. When I change one of them and resave it to the server and then refresh the flash app, it does not see the new .as files.

In IE and FireFox I have deleted my cache and history but the flash app is still reading an old .as file. Is there a way to have flash always look to see if any.as files are new?

thanks

senocular
June 4th, 2007, 07:35 AM
.as files are compiled into the SWF when the SWF is created. It does not reference them externally. If you change an .as file, you have to recomile (republish) your SWF and load it back onto the server

dthought
June 4th, 2007, 09:57 AM
Otherwise, your source code would be available for all to see... sometimes this is a good thing, sometimes not :)

waffe
June 5th, 2007, 01:37 AM
No ****! - :ex: that explains so much - O what would I do with out kirupa

As always - thanks

waffe