swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] swfc video


From: Ricardo Pedroso
Subject: Re: [Swftools-common] swfc video
Date: Thu, 5 Aug 2010 20:53:54 +0100

>
> 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

[Prev in Thread] Current Thread [Next in Thread]