>
> There is anything else possible here?
> Any help will be much appreciated.

Try this:


.flash filename="video_as2.swf" fps=24 bbox=900x500 background=grey version=8

.action:
    video_nc = new NetConnection();
    video_nc.connect(null);
    video_ns = new NetStream(video_nc);

    video_holder.attachVideo(video_ns);

    video_ns.play('600.flv');

    video_holder._x=50;
    video_holder._y=50;
.end

.video video_holder 400 400
.put video_holder

.end

Reply via email to