Hi I would like to show the list of video files available in the server in a data grid (And I have the url for those files created and as hidden column in DG)
when the user selects that file, it should play that video using the url. Now all works fine, if the file is availabe. But if that url is invalid, or the video is not available on the server at the time of acces, then it throws error Error: 1000: Unable to make connection to server or to find FLV on server on debug version. And some time the application is not responding. How to catch this kind of error, and throw a proper message to user like file unavilable. I am using simple flex video display componenet Thank you Kannan

