author: mga [+], Submitted: 10.16.03 2p • Last Edit: 05.19.07 10a

usage

msg1 { CoDo [+], posted: 05.21.06 5a•-, top [^] }
Very nice!

I wonder, could you give me a clou or example how to show the loaded CSV in my movieclip?

Thank you every way,
Cor
msg2 { mga [+], posted: 05.21.06 2p•-, top [^] }
this proto puts your csv in a 2d array named _arrayName under _destination. suppose _destination is someclip and _arrayName is data:

trace (someclip.data[0][1]); // will show first row second column