Author Topic: Video Autostart  (Read 477 times)

MK2010

  • Newbie
  • *
  • Posts: 5
Video Autostart
« on: February 22, 2010, 02:26:27 PM »
hi,

just a simple question...
What must I add in the html code that my video only plays when I press the Play-button
and not automatically?

Here is the line:
<vid src="img/Layout1.flv" gui="elements/SkinUnderAll.swf" left="34" top="197" width="260" height="195"/>

can you please type the special attribute in the answer.
thanks, martin

rbaybayan

  • Full Member
  • ***
  • Posts: 54
Re: Video Autostart
« Reply #1 on: February 22, 2010, 10:13:27 PM »
Add the properties

<vid
     src="img/Layout1.flv"
     gui="elements/SkinUnderAll.swf"
     left="34"
     top="197"
     width="260"
     height="195"
     autoplay="false"
     onlywhenactive="false"/>
 

MK2010

  • Newbie
  • *
  • Posts: 5
Re: Video Autostart
« Reply #2 on: February 26, 2010, 11:07:20 AM »
funktionert. danke  :D