swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] sample embedding video


From: Pablo Rodríguez
Subject: Re: [Swftools-common] sample embedding video
Date: Wed, 03 Nov 2010 20:13:58 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Fedora/3.1.6-1.fc13 Thunderbird/3.1.6

On 11/03/2010 08:14 AM, Chris wrote:
On Tue, 02 Nov 2010 21:17:25 +0100
Pablo Rodríguez<address@hidden>  wrote:
I'm afraid it doesn't work and I don't know why.

The code seems right to me:
Any ideas?

It's not the code Pablo.  Well not exactly.  What happens is that the movie
loses the focus, and thus the keys become inoperable ( try clicking on the
movie *before* doing key test ).

Thanks for your help, Chris.

Deactivating full screen doesn't work with 'f' (only with 'Esc'), but going to next, previous, first or last slide works fine. No matter whether I click on the movie or not.

At least this is what happens on my computer. So it might not be that the movie loses the the focus (I can set it to full screen, but not back to normal.

Have you been able to set the movie size at http://www.ousia.tk/piracy-jobs.en.php pressing 'f' or 'F'?

        if ((Key.getAscii() == 70) || (Key.getAscii() == 102))

Incidentally, you can also use this,

         if (Key.isDown(70)) || Key.isDown(102)

Thanks, it is easier.

Regards,


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



reply via email to

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