swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] bug embedding video SWF?


From: Pablo Rodríguez
Subject: Re: [Swftools-common] bug embedding video SWF?
Date: Wed, 27 Oct 2010 21:11:14 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Thunderbird/3.1.4

On 10/27/2010 08:37 PM, Ricardo Pedroso wrote:
2010/10/26 Pablo Rodríguez<address@hidden>:
[...]

.flash filename="this-land.swf" bbox=841x545 version=7 fps=50
background=#002600
.swf movie "thisland.swf"

.frame 1
    .put movie
    .stop movie
    .action:
        movie._x = (Stage.width - movie._width) / 2;
        movie._y = (Stage.height - movie._height) / 2;
    .end

.frame 2
    .del movie

.end
[...]

You are stopping the movie, just change:
    .stop movie
to:
   .stop

Thanks for your help and your reply, Ricardo.

Thanks for the tip, which I should have remembered (it was long ago)-

I'm afraid that none of the three possibilities work, I mean, generate a Flash file that plays the movie.

Either I'm missing something extremely basic or there is something wrong here.

Do the examples work? (I'm using swftools-0.9.1.)

Thanks for your help,


Pablo
--
http://www.ousia.tk



reply via email to

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