Using attachMovie command

I’ve used the command attachMovie to add custom movie clips to my flash document but now I want to change the value name (that I defined inside the movie clip as a text) in each movie clip. I found something like :

this[uniqueclipname].value.text = “Name”;

But I couldn’t use it clearly. Is there an alternative for that? Or is there any wrong part in my code? Thanks for your help.