Video plays in trailer window all the time.
#1
I have a trailer window that plays "ondown", the problem is that if you are watching a movie and press "ESCAPE", the movie plays in the trailer window. How can I make it not do that.

Here is the code.

Code:
<control type="videowindow">
        <animation effect="fade" start="0" end="100" time="800" delay="1200">Visible</animation>
        <animation effect="slide" start="-300,0" end="0,0" time="500" delay="300" tween="sine" easing="out">Visible</animation
        <animation effect="slide" start="0,0" end="-600,0" time="800" delay="300" tween="sine" easing="inout">Hidden</animation>
        <posx>387</posx>
        <posy>60</posy>
        <width>519</width>
        <height>320</height>
        <aspectratio>center</aspectratio>    
        <align>center</align>
        <visible>Player.HasVideo + Control.IsVisible(539)</visible>
    </control>
Reply
#2
Aside from doing something hacky like checking the if the filename of the current video contains the word "trailer" you can't
Reply

Logout Mark Read Team Forum Stats Members Help
Video plays in trailer window all the time.0