LOOP set to FALSE

If you don't want the movie to loop back and forth, set "LOOP" to FALSE.

HTML TAG:

<EMBED SRC="Juliana.mov" WIDTH="160" HEIGHT= "136" AUTOPLAY="TRUE" LOOP="FALSE">

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

Back