I am building an app that will be run in the browser off of a cd. (don't ask my why, for some reason the client has to have it in the browser...) so basically all of the files are local. The problem is I am using ExternalInterface, and no matter what I do, it throws security error #2060, saying the swf can not access the html file it is embeded in. I tried a crossdomain file, tried setting Security.allowDomain(*), I tried seting the allowScriptAccess in the object param and embed tags on the html page to always, and I added allowNetworking, no matter what it throws the error. The only time it doesn't throw the error is if I select the html file in flex builder, and say "open in browser", then it runs fine. please give me an answer other then this can't be done...
Thanks Russ

