Video Playback With Image Overlay, Can it be done?
#31
EricJD Wrote:Sorry...new video link:
http://www.youtube.com/watch?v=xK-pelKClZ4

Hi wow that looks great and exactly what I wanted... Could you post your code step by step if you dont mind, as at the moment its not working for me...
Reply
#32
I added this to MusicVisualization.xml:
Code:
    <control>
            <description>logo overlay</description>
            <type>image</type>
            <id>2</id>
            <posx>50</posx>
            <posy>50</posy>
            <width>100</width>
            <height>100</height>
            <texture>overlay_logo.png</texture>
            <aspectratio>keep</aspectratio>
            <visible>Skin.HasSetting(logo)</visible>
        <animation effect="fade" time="500">WindowOpen</animation>
        <animation effect="fade" time="500">VisibleChange</animation>
         </control>
And this to the keymap:
Code:
<five>Skin.ToggleSetting(logo)</five>
Just edit the size/position/PNG name to your liking Smile

I can't test fullscreen video right now, though; my Xbox remote just died on me Blush
Reply
#33
Im assuming the same would work if I pasted it in VideoFullScreen.xml

going to test now.
Reply
#34
Worked perfectly Thank you all.. By mistake I was pasting the code out side the <controls> thinking it was the same as <control> all is working now..

Reps left Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
Video Playback With Image Overlay, Can it be done?0