xboxscene.org forums

Author Topic: Actionscript Loading, How To?  (Read 315 times)

Songoku

  • Archived User
  • Newbie
  • *
  • Posts: 11
Actionscript Loading, How To?
« on: August 17, 2005, 04:28:00 AM »

Hi there,
i want to make my own ActionScript and i have finished it but now i do not know how to include it in the MXM.xml file. <Action> Callfile ... <Action> does not work. it returns an error line 1... . Please help with a detailed example. Thank you very much.
Logged

krashstudios

  • Archived User
  • Newbie
  • *
  • Posts: 5
Actionscript Loading, How To?
« Reply #1 on: August 23, 2005, 09:56:00 AM »

Stick something like this in your Menu.xml file

<Item>
     <Title>Launch DVD</Title>
     <Description></Description>
     <Action>Callfile F:\Dashboards\MXM\scripts\disccheck.xas</Action>
     <Media></Media>
</Item>
Logged