swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] AS3


From: Ricardo Pedroso
Subject: Re: [Swftools-common] AS3
Date: Tue, 4 Jan 2011 22:15:31 +0000

On Tue, Jan 4, 2011 at 7:33 PM, Jason <address@hidden> wrote:
>
> One last remaining tweak that I will sleep on tonight (it is  11.30 pm here)
>
> This error in debug player :
>
> TypeError: Error #1010: A term is undefined and has no properties.
>    at audience_fla::Symbol4_9/frame1()
>
> All the movie clips extracted play fine and respect the code... But the
> error appears on the extracted files, but not on the original.

This last sentence I think it should be read like,
"But the error appears on the combined files, but not on the original", right?

Try to include them in frame 2, something like this:

.flash filename=as3-allclips.swf background=white bbox=300x250 version=9 fps=24
.frame 2
    .swf animClip0 "as3-clip0.swf" as3name=as3_fla.animationClip_1
    .put animClip0

    .swf animClip1 "as3-clip1.swf" as3name=as3_fla.textClip_3
    .put animClip1

    .swf animClip2 "as3-clip2.swf"
    .put animClip2
.end

Or at least, delay the offending one into frame 2 or so.

See if that helps.

Ricardo



reply via email to

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