Hello all!

I have a (hopefully) minor problem in a flash media server - based 
Flex 2 app i'm writing.

According to the FMS livedocs, the way to stop publishing a netStream 
on a netConnection to a FMserver is to call the publish method with 
false as a parameter.

[ that is, netStream.publish(false) ]

however when i do that flex complains that i am trying to pass a 
boolean where it expects a string (which is what you'd pass if you 
wanted to _start_ publishing a stream) .

Is there a way to override compilation warning/errors? or is there a 
flex specific way of stopping  netStream.publish?

Thanks in advance
Arturo

Reply via email to