Sorry folks..keyboard issue caused previous multiple posts.

Here is the Real Question:

'NetStream.Buffer.Full' is a message sent from a netStream's information
status...using this I can sned a message to the user letting them know that the
buffer is now full again and play is resuming...like this:
if(info.code == "NetStream.Buffer.Full"){
caption="Buffer is Full"
}

But , "NetStream.Buffer.Empty" does not seem to be sent. So I cannot tell
the user that the video is paused temporarily because it is filling the buffer.
The actionscript dictionary says this is a status message but it does not
work..at least not for me.

Any thoughts on this?