Skip to main content
September 9, 2011
Question

Can Flash publish video to FMS generated from the Stage?

  • September 9, 2011
  • 2 replies
  • 738 views

I know NetStream can publish video from a camera, but is there anyway to generate video from the stage?

If would be nice to record what is on the stage to the FMS for playback.

Even combining the camera with elements on the stage.

This would be even better once Stage3D is available to generate 3D generated videos.

Is there anyway to overload Camera to insert any display object you wanted?

Thanks.

    This topic has been closed for replies.

    2 replies

    September 9, 2011

    Maybe something like this:

    var ns:NetStream;

    //...init...

    ns.attachStage(this);

    while (condition) {

      moveObjectsOnStage();

      ns.nextFrame();

    }

    ns.close();

    calmchessplayer
    Inspiring
    September 9, 2011

    Well you can already do that...look up sharedball tutorial and whiteboard tutorial. I thought you meant record a video of stage objects that you could say post to youtube you can already do this with a screen capture program but its often cumbersome and good luck reading  any text.

    September 9, 2011

    I think you misunderstood my psuedo-code. 

    Making a video of the stage to post on youtube is exactly what I was thinking of.

    Ya, using desktop capture software is something I thought of too, but cumbersome.

    We're on the same wavelength...

    calmchessplayer
    Inspiring
    September 9, 2011

    Not that I'm aware of but maybe you can request it I can think of a  few ways I would like to use such an idea.GoodOne!