A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: flv end > next frame

  1. #1
    Junior Member
    Join Date
    Dec 2008
    Posts
    1

    flv end > next frame

    Hi all, first post here so be kind.

    I'm a flash noob and I need help moving the main timeline on when my flv. comes to an end. This is the code I have so far, I've looked at the Status object but I'm not up to it.

    stop()

    var part1_nc:NetConnection = new NetConnection();
    part1_nc.connect(null);
    var newStream_ns = new NetStream(part1_nc);
    videoholder_video.attachVideo(newStream_ns);
    newStream_ns.play("part1.flv");

    Any help would be brilliant.

    Cheers guys,

    Tim

  2. #2
    Senior Member
    Join Date
    Apr 2008
    Location
    Nottingham, UK
    Posts
    348
    search livedocs for the EVENT.COMPLETE event. I think it can be applied to netstreams as well as flvplayback components.

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