swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] AS3


From: Jason
Subject: Re: [Swftools-common] AS3
Date: Wed, 05 Jan 2011 13:02:00 +0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

Hi Ricardo

Almost a good call !
Building all that on frame 2 doesn't work.
But in each movie clip, I do not get the error if I place the code on frame 2 of the movie clip... Am assuming that when the code is on frame 1, it is called befote the object 'exists'...

Any ideas for the movie clips ?

Best

Jason

On 05/01/2011 02:15, Ricardo Pedroso wrote:
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]