  | | | ), but on | ), but on 2004-03-20 - By Joe Mease
Back Looking at your code...i might suggest :
set(this["t" + this.n], o);
Thus if this.n == "Foo", it would be like saying :
set(this.tFoo, o);
> -- --Original Message-- -- > From: martin weiser [mailto:weiser.m@(protected)] > Sent: Saturday, March 20, 2004 8:36 AM > To: flashcoders@(protected) > Subject: [Flashcoders] dynamic reference to object > assignement (this["t"+n]), but on left side > > > hi, i want to assign references of movieclips (being > somewhere burried in different scop than my object is) to my > object... *var o* is reference returnd by attachMovie.... > > set(this+".t"+this.n, o); //this is not working > > neither is this > > set("this.t"+this.n, o); //this is not working > > im sure this worked > > set("_root.prop"+n,value) > > > thx > > mw > > ps assignement is in function code, sitting as a method on > class prototype, instance of this class is not > MovieClip....it is descendant of generic Object > > > -- -- Original Message -- -- > From: "Sajid Saiyed" <SajidS@(protected)> > To: <flashcoders@(protected)> > Sent: Saturday, March 20, 2004 3:34 PM > Subject: RE: [Flashcoders] New tree component question > > > > My Thread Hijacked.... :( > > > > Please change the subject lines when you reply...!! > > > > -- --Original Message-- -- > > From: Martin Klasson [mailto:Martin.Klasson@(protected)] > > Sent: Saturday, March 20, 2004 7:58 PM > > To: 'flashcoders@(protected)' > > Subject: SV: [Flashcoders] New tree component question > > > > > > > > Hi, we have a little problem > > > > When it says that he limit of banners are 15kb for gifs or swf's. > > -does that mean "Size" or "Size on Disk" ( file properties ) > > > > "Size on disk" is mostly a little higher, since it > > counts the whole cluster. > > > > when people downloads they only download the "Size". > > > > so when the Explorer in windows says the file is 16kb on "Size on > > Disk", and 15kb on "Size" > > > > what is the guidelines here ? > > > > > > / martin k > > > > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > - > > Supported by Fig Leaf Software > > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- > -- ------ > > Be sure to check the archives and the wiki: > > http://chattyfig.figleaf.com/ > > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- > -- ------ > > http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107528 > > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- > -- ------ > > To unsubscribe send a blank e-mail to: > > Normal Mode: flashcoders-unsubscribe@(protected) > > Digest Mode: flashcoders-digest-unsubscrive@(protected) > > > > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > > - > > Supported by Fig Leaf Software > > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- > -- ------ > > Be sure to check the archives and the wiki: > > http://chattyfig.figleaf.com/ > > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- > -- ------ > > http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107531 > > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- > -- ------ > > To unsubscribe send a blank e-mail to: > > Normal Mode: flashcoders-unsubscribe@(protected) > > Digest Mode: flashcoders-digest-unsubscrive@(protected) > > > > > > > > __ ____ __ Informacia od NOD32 1.561 (20031121) __ ____ __ > > > > Tato sprava bola preverena antivirusovym systemom NOD32. > > http://www.eset.sk > > > > > > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- > -- ------ > Supported by Fig Leaf Software > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- > -- ------ > Be sure to check the archives and the wiki: > http://chattyfig.figleaf.com/ > > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- > -- ------ > http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107532 > =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- > -- ------ > To unsubscribe send a blank e-mail to: > Normal Mode: flashcoders-unsubscribe@(protected) > Digest Mode: flashcoders-digest-unsubscrive@(protected) >
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107538 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |