Ubuntu Manpages

SWFMovie_protect

enable edit protections for a movie

#include <ming.h>

void SWFMovie_protect
(
SWFMovie movie,
const char *password
);

Movie to protect.
Mds5 encoded 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.