Testing in Test Movie I understand should ignore security settings.
Testing outside of that on local should look at security settings.
I think Local-With-Networking sandbox is probably the more simple choice.
Check Publish Settings Flash tab at bottom "Local playback security"
--
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "goodbyemoto" <webforumsuser@macromedia.com> wrote in message
news:djdtab$n8$1@forums.macromedia.com...
I'm using sendAndLoad to get some data from a SQL database. It worked fine
in
F7, and also works fine in F8 when the swf is on the server. But it will not
work when the swf is local (i.e. during testing).
I (think) I've tried/applied all the various settings/ policy settings
suggested in MM's security information but, whatever I try, it still won't
work: swf is 'localTrusted', there is a policy file on the server and I've
used
System.security.allowDomain("*")... but nothing works...