Question
How to get the publish method with server side actionscript?
We publish this way at client side:
ns.publish(name, howToPublish);
How to get this howToPublish at server side?
application.onPublish = function(){
//how to know whether the stream's publishing method(live,record,append) here?
}
