Adont you just miss the *newname *and *depth *param ?

var myDepth=0
...
.....
myDepth+=1

this[rfcClip].container.attachMovie(imgID,"newName",myDepth)



Adrian Lynch wrote:
Try: this[rfcClip].container.attachMovie(imgID);

Ade

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Corban
Baxter
Sent: 02 February 2006 17:15
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] this[rfcClip].container.attachMovie[imgID];


Hey guys I am working on this project still that is doing a whole lot of
random things. Since I have not converted over to AS2 yet I am having
some problems with doing this...
"this[rfcClip].container.attachMovie[imgID];" the rfcClip and the imgID
variables are pulling from arrays and seem to trace perfect but for some
reason the clip's are not showing up nor attaching to my stage. I was
hoping someone could take a quick look at the file and tell me what they
think might be the problem. I have uploaded a zip with the FLA to my dev
server. Any help would be greatly appreciated. Thanks!

http://webdev.funimation.com/fun2004/coders/s3.zip - FLA file

Problem occurs in the loadImage function on frame 9 line 51. This
function is called though an interval at the end of each marker: ie
marker: lay_1, lay_2 etc...

//cb


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to