HTTP Authentication with Flash
Friday, December 30th, 2005For posterity and the rest of the internet, here is the trick to get flash to load variables using LoadVars on a password protected site, when it's using http authentication. I have found parts of examples, but not an actual working example, so here it is.
First of all, get the actionscript Base64 encoder class.
Put it [...]