Communicating with AMS outside of Flash.
Can you call a function on an Adobe Media Server application with anything other than Flash?
I have a `.asc` file up on a server which controls the creation and deletion of files.
Right now, I can only interact with my server by using the AS3 method `NetConnection.call()` from a client Flash file.
Is there a way to access these methods through, say Javascript or anything else?
