Skip to main content
November 15, 2006
Question

attachMovie - Position relative to where?

  • November 15, 2006
  • 1 reply
  • 167 views
Hi,

I'm using XML to import products into my swf...

I employ the attachMovie() function to achieve this, but there's a problem.
I can't seem to control where they go, I set their positions relative to a movieclip (theFrame) but they always appear to the right and a bit to the top.

Has anybody got any advice?

Thanks,
Tim.

This topic has been closed for replies.

1 reply

November 15, 2006
Hey,
there is a mistake in your attachClip statement.
MC = attachMovie("XmlItem", ThisItem, i, frame);

I dont what is the var type of "frame".
The last parameter should be the initObject...