PDA

View Full Version : Problem with AttachMovie ?



turb
April 6th, 2006, 10:27 PM
Hi,

got an error with this :

this.attachMovie('link', 'l' add i, i, {_x:420, _y:210});

sound that there's a problem with the } ... look like he close the IF statement ???

Anybody can help me on this?

TheCanadian
April 6th, 2006, 11:34 PM
add is deprecated, use + instead ;)