Recent content by I Need Drugs

  1. I

    Flash 8 Button Ignores ComboBox?

    I am trying to create a ComboBox. I then want to have a button when pressed act on the selected option in the combobox. The ComboBox is created with cmbo.addItem("Option1", "Option1"); and thats how all of the options are created. Then I created a button. The button needs to be able to read the...
  2. I

    PHP Scandir And XML Help?

    I am trying to use Scandir to load filenames from a server dir. But I only have PHP 4.4.8. So opendir is the correct alternative. Is that right? How would I use opendir to return only XML files? Please help me.
Back
Top