swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Problems in the official flash player?


From: Matthias Kramm
Subject: Re: [Swftools-common] Problems in the official flash player?
Date: Sun, 5 Feb 2006 09:46:15 +0100
User-agent: Mutt/1.5.6i

On Mon, Jan 30, 2006 at 07:15:47PM +0000, Jono Bacon wrote:
> I wrote a little program called RaccoonShow to create flash
> presentations from a PDF file and audio. The presentations work great
> in swfplayer, but there are long delays on the slide changes in the
> official player. See
> http://www.jonobacon.org/events/jonobacon-onthefrontline.swf to see
> what I mean.

Yes, I see it too. I believe it's because the images "stack". I.e. e.g.
frame 10 already contains 10 overlayed images.
Try removing the images again in each new frame, like in (swfc syntax):

    .put image9
.frame 10
    .remove image9
    # ... define image 10 ...
    .put image10
.frame 11
    .remove image10
    .put image11
  ... etc. ...

Greetings

Matthias






reply via email to

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