Assign XML to AS

Hi All,

I’m trying to translate this

on(release){
uploadMovie(“01”);
}

better, the value “01” into something

like this:

currentThumb.onPress = currentThumb.onDragOver = function()

  • that’s how the XML part works…

Thanks for your help guys,

m.