Hi,
I using this tutorial...
http://lelandcope.com/beginner-red5-streaming-tutorial-%E2%80%93-part-3-of-3-2/
private function playVideo( ):void
{
trace( "Play Video" );
if( ns!= null ) ns.close();
ns = new NetStream( connection );
ns.client = this;
// Put the name of the video you want to play
// from your streams folder here.
ns.play( "test.flv" );
video.attachNetStream( ns );
}
everything works fine traces Play Video... but nothing displays on
screen...
whats wrong with the code???
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.