VideoWindow dont play video (1 Viewer)

Michael.K

Portal Member
February 14, 2012
25
0
Home Country
Ukraine Ukraine
Hello. Can you help me with videowindow control. I write sample from Wiki but video dont show.
Code:
 <control>
      <id>99</id>
      <description>video preview window</description>
      <type>videowindow</type>
      <visible>true</visible>
      <posX>360</posX>
      <posY>90</posY>
      <width>320</width>
      <height>400</height>
      <animation effect="Fade" time="250">VisibleChange</animation>
      <animation effect="Fade" time="250">WindowClose</animation>
      <animation effect="Fade" time="250">WindowOpen</animation>
      <action>18</action>
      <textureFocus>tv_green_border.png</textureFocus>
      <keepaspectratio>yes</keepaspectratio>
    </control>
when page loaded the videowindow show pictures short time and all... but in the bottom of page video plaing in standart videowindow... I need set some properties?
 

Lbr_Lion

Extension Designer
July 19, 2008
243
372
Home Country
Netherlands Netherlands
To disable the default overlay the following property has to be set:

<allowoverlay>no</allowoverlay>
 

Users who are viewing this thread

Top Bottom