Server Side Actionscript Question
When I make changes to the main.asc file in an application directory, do the changes immediately take effect or is the old file "cached" so to speak.
I was playing around with the one for my app today and have gotten stuck because none of the changes seem to be reflected.
I started off this morning with 2 working server-side methods that I was accessing with NetConnection.call() and when I added a third one I got a NetConnection.Call.Failed error and now (after about 3 hours of tinkering) I do not even get that anymore.
Anyone have any theories as to why this is happening?
|