View Single Post
  #12 (permalink)  
Old 08-08-2007, 11:05 AM
kbala kbala is offline
D-Web Trainee
 
Join Date: Mar 2007
Posts: 5
kbala is on a distinguished road
Post 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
Reply With Quote