KIOSKMODE set to TRUE

If you want to make it impossible for anyone to copy the movie, set "KIOSKMODE" to TRUE.

HTML TAG:

<EMBED SRC="error.mov" WIDTH="156" HEIGHT= "104" AUTOPLAY="TRUE" KIOSKMODE="TRUE">

Note: "FALSE" is the default setting for this tag. If you don't specify it, the result will be "FALSE"

Back