SWFMovie_setNetworkAccess(3) SWFMovie_setNetworkAccess(3)
NAME
SWFMovie_setNetworkAccess - sets SWF network / fileaccess policy
SYNOPSIS
#include <ming.h>
void SWFMovie_setNetworkAccess
(
SWFMovie movie,
int flag
);
PARAMETERS
SWFMovie movie
Not Documented.
int flag
Not Documented.
DESCRIPTION
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_secu-
rity.html
For SWF >= 8: default is 0.
c2man movie.c 1 October 2008 SWFMovie_setNetworkAccess(3)
ming 0.4.3 - Generated Wed Dec 8 06:13:33 CST 2010
