SWFMovie_protect
enable edit protections for a movie
- Provided by: libming-dev (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
enable edit protections for a movie
#include <ming.h>
void SWFMovie_protect
(
SWFMovie movie,
const char *password
);
This function adds a block that tells flash editors to require a password to allow editing of this this movie. The block contains an md5 encoded password which will be used by the flash editor to allow access to the movie.