YoungTurk
04-28-2003, 03:50 PM
Flash Comrades,
I've got an application that queries a webserver for a particular image using the loadMovie approach. However, the server is password protected and I keep getting the usual 401 error. The query works fine using getURL however, I want to bring the image into a specific holderMC contained in my application so I can navigate around the image. Using getURL just gets me my image in another browser window. Any thoughts on why getURL succeeds in getting past the password block while loadMovie(using the same url) gets stopped? Any help gretaly appreciated.
I've got an application that queries a webserver for a particular image using the loadMovie approach. However, the server is password protected and I keep getting the usual 401 error. The query works fine using getURL however, I want to bring the image into a specific holderMC contained in my application so I can navigate around the image. Using getURL just gets me my image in another browser window. Any thoughts on why getURL succeeds in getting past the password block while loadMovie(using the same url) gets stopped? Any help gretaly appreciated.