views:

131

answers:

1

I am trying to delete some buttons from a XML drive flash template from template monster. After I delete the button from the XML file I can still see the button in flash and it has the title "Undefined".

A: 

There might be another definition somewhere of how many buttons are expected or an array of items linked to what you deleted.

In other words if you deleted:

<buttonname>Google</buttonname>
<buttonname>Google</buttonname>
<buttonname>Google</buttonname>

It's possible something like this still exists somewhere:

<buttonlink>http://www.google.com&lt;/buttonlink&gt;
<buttonlink>http://www.google.com&lt;/buttonlink&gt;
<buttonlink>http://www.google.com&lt;/buttonlink&gt;

There could also just be a line in the actionscript that says how many buttons to expect (This is more likely):

var expectedbuttons = 4;
kilrizzy
If I send you the rar file with the fla and everything can you have ea look in it ?
Sure I can take a look: [email protected]
kilrizzy