SWFMovie_setNetworkAccess
sets SWF network / fileaccess policy
- Provided by: libming-dev (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
sets SWF network / fileaccess policy
#include <ming.h>
void SWFMovie_setNetworkAccess
(
SWFMovie movie,
int flag
);
If the flag is set to 0 a localy loaded movie will be unable to access the network but is allowed to access local files
if the flag ist set to 1 a localy loaded movie will be unable to access local files but is allowed to access the network
see also http://www.adobe.com/devnet/flash/articles/fplayer8_security.html
For SWF >= 8: default is 0.