A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Video Stream and Recording

  1. #1

    Video Stream and Recording

    When you do live streaming say in a chat session, can you play that back later? Is there a way to do this?

    Chris

  2. #2
    psx = new Moderator();
    Join Date
    Jan 2001
    Posts
    923
    Yep! check out the netStream object. What you want to do is something like so:

    out_ns.publish("my_stream","record");

    and then playback:

    in_ns.play("my_stream");

    Look in the flashcom docs, under "client-side comm. actionscript" -- "NetStream.play". There's an example at the very end that should help.


    Psx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center