4/9/2011 2:43:20 AM
Title:
javascript in flex
hi all, i have used one java script function for calculating world time through external interface function its work very well in local , but once i uploaded the file into live server means it doesn't work? can any one know how to solve this issue? please help me?
4/9/2011 2:49:28 AM
first test that your JavaScript code is being called . For this. First comment the code inside the function and just put alert only. And see if alert shows up when your function is called . This way you will come to know whether its flash problem or JavaScript code problem.