Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 bug

NAME

       SWFMovie_protect - enable edit protections for a movie

SYNOPSIS

       #include <ming.h>

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

PARAMETERS

       SWFMovie movie
              Movie to protect.

       const char *password
              Mds5 encoded password.

DESCRIPTION

       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.

c2man movie.c                                    1 October 2008                              SWFMovie_protect(3)