swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] bug embedding video SWF?


From: Pablo Rodríguez
Subject: [Swftools-common] bug embedding video SWF?
Date: Tue, 26 Oct 2010 21:10:56 +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

Hi there,

Matthias kindly posted in this list an example on how to embed an SWF video into another SWF (thread starting from http://lists.nongnu.org/archive/html/swftools-common/2008-11/msg00148.html), which I use as:

.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

I have used this method to embed two movies at the presentation at http://www.ousia.tk/freeculture.php.

But with the following movie with sound (http://www.ousia.tk/thisland.swf), compiling the code above, the output doesn't play (http://www.ousia.tk/this-land.swf).

Having a container (http://www.ousia.tk/container.swf) and putting it on page 2 doesn't help either (http://www.ousia.tk/embedded.swf).

Am I doing something wrong or is there a bug here?

Thanks for your help,


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



reply via email to

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