I'm writing code to manage a farm of Flash Media Servers, and I need to call
some Flash Media Server APIs from languages other than ActionScript.

I'm happy to write some of my code in ActionScript subroutines, and just use
the NetConnection remote call API to invoke those functions. But I can find no
way to do this.

I was initially enticed by the alleged support for Web-Services, but was
disappointed to find that it only (appears) to support consumption of web
services - not PROVISION of web services.

I saw that there was an external API accessible from flash media player
itself, but that appears to require embedding the media player in a web
browser, etc.

Is it - perhaps - possible to directly invoke the flash-media-player from a C#
application using their COM-bridge in .Net? And then use that to invoke remote
connections - without having any client side actionscript?

Any other ideas?