Hi,

I have a mxml component and I want it run a function when it is loaded 
(not only first time),I did the following test for the component and I do not 
know why the show event never work.

Please help me.

Thanks

Mark

component code:

<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"; width="912" height="444" 
show="Alert.show('test')" >

...

</mx:Canvas>

Reply via email to