Hi, how can i have an array of strings but also with mc identifiers in the same array and have it know the difference between object and string?
RIght now i’ve got this array of strings that goes to a textfield, and if i change it to
[AS]
portfolioSection([“section 01”, “section 02”, {linkage: “linkage_id”, x: 530, y: 280}, “section 04”, “section 05”]);
this.attachMovie(portfolioSection[2].linkage)[/AS]
to try and attach an MC instead of text in a textfield i just get [object object] in the text field.