FMS: is there some secret reference I don't know about?
I have scoured these boards, adobe's site, and the interwebs, and I have seen many times the simple question asked, when dev'ing FMS 4.5:
Why am I getting this "Method not found: releaseStream/FCPublish"?
It isn't that I don't understand the problem (the function doesn't exist in whatever custom application being written), and know the solution (add the function in), but I can find absolutely no documentation of how and why these functions are called (among many others), nor even a formal API definition of what they are. Is there any documentation that clearly states what functions FMS calls, at what times, in what order... i.e., a reference?
I have written several custom server applications for FMS, and I have never been able to find out what is going in - I can find plenty of resources that say: "add this function in here", and "set up this function to handle this event", but I have no idea what order the events might occur, or even what all the possible events are...
releaseStream is my favorite in this regard: a google search for "FMS releasestream" only showed 2 relevant results, both from adobe group/forums, both of which were (broadly) the question and answer above (it's missing, add it in.)
