Attribute for <EMBED ...>
CONTROLLER = TRUE | FALSE

CONTROLLER is MSIE's version of the CONTROLS attribute. TRUE indicates that the controls (PLAY, PAUSE, etc) for the sound or movie should be displayed. FALSE indicates they should not. In MSIE, if the controls are not shown the user can still control the media object by right-mouse-button clicking on the object space. TRUE is the default.

this code produces this
<EMBED 
SRC="../graphics/heart.avi"
HEIGHT=150 WIDTH=150
CONTROLLER=TRUE
>
<EMBED 
SRC="../graphics/heart.avi"
HEIGHT=112 WIDTH=114
CONTROLLER=FALSE
>





About the Author
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.