Skip to main content
April 25, 2008
Question

trouble connecting to Flash Streaming service

  • April 25, 2008
  • 1 reply
  • 273 views
does anyone happen to use Playstream and have some advice? I'm trying to connect with the attached code and I'm getting the following error message:
Error opening URL 'rtmpe://fvss.playstream.com/fvssod/escstream/Irish_Dancing/Two-HandJig_56k'
Error #2044: Unhandled NetStatusEvent:. level=error, code=NetStream.Play.StreamNotFound
at testPlayer_fla::MainTimeline/frame1()

    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    April 25, 2008
    sorry here's my code that giving the mentioned error:
    var nc:NetConnection = new NetConnection();
    nc.connect(null);

    var ns:NetStream = new NetStream(nc);
    ns.client = this;
    ns.play("rtmp://fvss.playstream.com/fvssod/escstream/Irish_Dancing/Two-HandJig_56k");