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




_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common

Reply via email to