Re: Flash Tips & Tricks Hey All,
I have one tip for flash people who works with action script and the data comes from server programming or server side xml.
The tip is,
Use "mx.controls.Alert.show()" instead of using "getURL("javascript:alert('');")"
why because, the getURL function sometime fails to make alert, it will lead you to make false programming.
Thanks
-kb |