Hi,
I have movie clip (called MainButton) that I am using as a button and it has an ActionScript function (called Load_Data(str:String) ). I have tested both and they work. Now in scene 1, I have several instances of MainButton. But when I call each instance’s Load_Data(str:String) from the 1st cell in scene1, it doesn’t work. I tried using the onLoad event, but that doen’t work either. How can I initialize my instances MainButton before the page is rendered?
Thank you very much!
Doug:hugegrin: