Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7022983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:39:09+00:00 2026-05-27T23:39:09+00:00

How to trigger an event if the video is over? I’ld like to show

  • 0

How to trigger an event if the video is over? I’ld like to show a replay button then.

var vid:Video = new Video(480, 270);
vidcont.addChild(vid);

    var nc:NetConnection = new NetConnection();
    nc.connect(null);

    var ns:NetStream = new NetStream(nc);
    vid.attachNetStream(ns);

    var listener:Object = new Object();
    listener.onMetaData = function(evt:Object):void {};
    ns.client = listener;

    function  playVideo(e:Event = null) {
    ns.play("sneak.flv");
    }

Thanks
Uli

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T23:39:10+00:00Added an answer on May 27, 2026 at 11:39 pm

    Add the NetStatusEvent.NET_STATUS event on your NetStream object and check for the “NetStream.Play.Stop” code.

    Example:

    var ns:NetStream = new NetStream(nc);
    ns.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
    

    Then create the handler method:

    private function netStatusHandler(evt:NetStatusEvent):void {
        if (evt.info.code == "NetStream.Play.Stop") {
            // do loop...
        }
    }
    

    If you need to check more than one code, it’s better to use a switch case instead of an if.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple video html5 tag, bound to an ended event: $('#video').show().trigger(play).bind('ended', function
I want to trigger an event with a button that changes the visibility of
I would like to trigger an event when my VideoView is done playing? How
I'd like to be able to use jQuery to trigger an event if the
var test = { } $(test).on(testEvent, function (){ console.log(testEvent has fired); }); $.event.trigger(testEvent); I
So, like the question specifies, is there a way to trigger a mousemove event
I need to trigger an event when the user drops a marker on the
Is it possible to trigger copy event from JavaScript/jQuery? I want to simulate copy
Ok for some reason I've set up an event trigger for window.loaded in WPF
In jQuery, is it possible to invoke a callback or trigger an event after

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.