swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Unknown Tag 777 length 3


From: Matthias Kramm
Subject: Re: [Swftools-common] Unknown Tag 777 length 3
Date: Sun, 18 Dec 2005 11:31:27 +0100
User-agent: Mutt/1.5.6i

On Thu, Dec 15, 2005 at 10:29:11AM -0800, Ian Ilsley wrote:
> compiles fine - but when I dump out the swf with flasm I get an Unknown 
> tag 777
> 
> movie 'test.swf' // flash 7, total frames: 1, frame rate: 12 fps, 200x200 px
>  // unknown tag 777 length 3
>  frame 0
>    constants 'title', 'Hello World'
>    push 'title', 'Hello World'
>    setVariable
>  end // of frame 0
> end

flasm doesn't support the 777 swftools marker tag. 
That's harmless; you can ignore it.

> also if I dump it out with swfdump there is some 'extra byte' on the 
> FRAMELABEL .
> 
> ...
> [02b]         2 FRAMELABEL "" has 1 extra bytes (ANCHOR)

Yes, the extra byte in the framelabel makes this an anchor, which means
the "back" button of the browser will make the flash movie jump to this
frame if pressed.

Greetings

Matthias






reply via email to

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