swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Custom viewer trouble


From: Matthias Kramm
Subject: Re: [Swftools-common] Custom viewer trouble
Date: Wed, 15 Aug 2007 12:57:19 +0200
User-agent: Mutt/1.5.6i

On Tue, Aug 14, 2007 at 05:11:35PM -0700, J. wrote:
> http://binaryops.com/chili/flashSimpleViewerMyPreLoader.swf

Here, the problem is that your actionscript is attached to the
"movie" object- as movie will be *removed* from the final final
(it will be replaced by the loaded SWF) the "stop" isn't executed
anymore.
(The actionscript itself is correct, though)

> http://binaryops.com/chili/flashWithMyViewer.swf

Not sure about this one. Two things I noticed in the disassembly:

1.) There's a "GotoFrame 0", which can't work, as there never is
    a frame 0. (frames in SWF start with 1)

2.) There's a "GotoFrame 2" in frame 2. This won't work either. (You
    can't "goto" the current frame. If you want to *stay* in that
    frame, you either need to split it into two frames (and go
    to the previous frame), or use Stop.

Greetings

Matthias






reply via email to

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