Xml drop-down menu

Hey,
I did this great tutorial by Senocular, but I have a doubt in my mind…

I can have one button loading an image, and i can have another button loading some text:

<?xml version=“1.0”?>
<menu name=“List”>
<item name=“item1” action=“loadmovie” variables=“image.jpg”
<item name=“item2” action=“message” variables=“mytext”/>
</menu>

how can i have 2 actions i the same item?? I want that the same item would load my image and my text!!!

what changes do I have to do here in the XML?? and do I have to change the AS code also??

thanks a lot… I’m starting to get around this XML but keep struggling…one day I will get it!!!