I have a global variable, bReadWrite, that I am trying to read from a simple ASP that has two results: bReadWrite=true and bReadWrite=false. I am loading this variable from the beginning of the movie using loadVariablesNum.
I want to capture when the value changes from blank, so that I can show an additional movie clip that will allow certain users to upload documents to the web server. All visitors will be able to download the documents, but only 5 will have persmission to upload, and I want to use the same movie.
I have it to the point where all users could click a button and then it will tell you if you have permission to upload, but that is not really what I want to do. Any ideas?
Kevin
I want to capture when the value changes from blank, so that I can show an additional movie clip that will allow certain users to upload documents to the web server. All visitors will be able to download the documents, but only 5 will have persmission to upload, and I want to use the same movie.
I have it to the point where all users could click a button and then it will tell you if you have permission to upload, but that is not really what I want to do. Any ideas?
Kevin