I've got a big problem. I already searched this site for answers, but found nothing really useful for me now.
The problem is this: I have an swf embedded in an html. I must call a js function in the page from the swf via ExternalInteface. Ok. But it must work locally, for any user, without doing nothing. That's because this thing must be distributed in cdroms.
Is there a way to avoid the problem of running ExternalInterface locally without asking the user to configure a trusted folder or things like that?
Thank you