+<doc> <legacy_id>1198</legacy_id> <name>videoClip</name> <type>object</type> <syntax> </syntax> <synonyms> <synonym>vc</synonym> </synonyms> <summary>An <glossary tag="object type">object type</glossary> that contains movie data.</summary> <examples><example>play videoClip "Spartacus"</example><example>delete videoClip ID 2485</example> </examples> <history> <introduced version="1.0">Added.</introduced> <deprecated version=""></deprecated> <removed version=""></removed> <experimental version=""></experimental> <nonexperimental version=""></nonexperimental> </history> <objects> </objects> <platforms> <mac/> <windows/> <linux/> </platforms> <classes> <desktop/> <server/> <web/> </classes> <security> </security> <classification> <category>Objects Messages</category> </classification> <references> <property tag="videoClipPlayer">videoClipPlayer property</property> <keyword tag="templateVideoClip">templateVideoClip keyword</keyword> </references> <description>Use the <b>videoClip</b> <glossary tag="object type">object type</glossary> to display a movie that is stored in the <object tag="stack">stack</object>, rather than in another file.<p></p><p><b>Comments:</b></p><p>Unlike a player, a video clip contains the movie that it displays. This increases the memory required by your stack, because the movie data is loaded into memory whenever the stack file is open. However, it prevents the movie from being accidentally separated from the stack file and lost.</p><p></p><p>Video clips can be in QuickTime, AVI, or MPEG format.</p><p></p><p>A video clip is contained in a stack. Video clips cannot contain other objects. (A video clip is not a control, since it has no user interface and cannot be owned by a card.)</p><p></p><p>To play a videoClip, use the syntax "play videoClip <filename_of_videoclip>".</p><p>To pause a videoClip, use the syntax "play pause videoClip <filename_of_videoclip>".</p><p>To stop a videoClip, use the syntax "play stop videoClip <filename_of_videoclip>".</p></description></doc>
0 commit comments