« Return to Thread: potentially unsafe operation - network access flag

Re: potentially unsafe operation - network access flag

by Luke Bayes :: Rate this Message:

Reply to Author | View in Thread

You probably need to update your local trust cfg file. It's in
different places on different OSes and for different player vesions.

Here is more info:
http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/flash_player_trust_f.php

This problem usually appears with code that is attempting to load
content from both the network and the file system. I believe the
desktop Flash Player will automatically configure itself to support
whichever operation happens first.

If you'd like to avoid this problem and many, many others, you might
want to check out http://projectsprouts.org which is a tool set that
automates the build (and much more) for ActionScript 2, ActionScript 3
and Flex projects.


Good Luck,

Luke Bayes
http://www.asserttrue.com



On Mon, Jan 12, 2009 at 9:50 PM, Scott Christensen <sukosuko11@...> wrote:

> Hi,
> I get the error 'Adobe Flash Player has stopped a potentially unsafe
> operation... trying to communicate with this internet-enabled location:
> www.youtube.com'
>
> Does anyone know how to compile an .swf using mtasc and have network
> access switched on?
>
> thx,
> Scott
>
>
> --
> MTASC : no more coffee break while compiling
>

--
MTASC : no more coffee break while compiling

 « Return to Thread: potentially unsafe operation - network access flag