Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Video Pannels??

This topic is old and might contain outdated or incorrect information.

this code works, except that the video shows no matter which pannel is visible...


<pannel id="leftvid" group="leftvpannel" visible="yes">
<size width="122" height="92"/>
<pos x="188" y="65"/>
<down x="5" y="1355"/>
<up x="5" y="1355"/>
</pannel>
<pannel id="noleftvid" group="leftvpannel" visible="no">
<size width="122" height="92"/>
<pos x="188" y="65"/>
<down x="5" y="1355"/>
<up x="5" y="1355"/>
</pannel>
<button pannel="leftvid" action="skin_panel 'noleftvid' on">
<tooltip>Video Off</tooltip>
<size width="120" height="90"/>
<pos x="189" y="66"/>
</button>
<button pannel="noleftvid" action="skin_panel 'leftvid' on">
<tooltip>Video On</tooltip>
<size width="120" height="90"/>
<pos x="189" y="66"/>
</button>
<video pannel="leftvid" source="channel" chan="1">
<size width="120" height="90"/>
<pos x="189" y="66"/>
</video>


what am i doing wrong? i want the video element to only be visible on the "leftvid" pannel...

The default version 7 skins do this, but i cant see what i'm doing different...
 

Posted Wed 19 Jan 11 @ 7:27 pm
Try to set the <UP> graphics for video too...
 

Posted Thu 20 Jan 11 @ 4:21 am
I just re-read everything I wrote and deleted it...


try this

<video pannel="leftvid" source="deck 1">
<pos>
<size>
</video>
 

Posted Thu 20 Jan 11 @ 1:02 pm
cbgraphix wrote :
I just re-read everything I wrote and deleted it...


try this

<video pannel="leftvid" source="deck 1">
<pos>
<size>
</video>


i'll give both suggestions a try, the video element is just as skin creator made it tho, and seems to work fine otherwise...
 

Posted Thu 20 Jan 11 @ 5:03 pm
No luck on either of those suggestions...
 

Posted Sat 22 Jan 11 @ 5:04 pm
maybe you forgot type right,, you missing 'n' on thay skin_ pannel ===== >>> skin_panel 'noleftvid' on">
 

Posted Sat 22 Jan 11 @ 6:35 pm
djlunatico wrote :
maybe you forgot type right,, you missing 'n' on thay skin_ pannel ===== >>> skin_panel 'noleftvid' on">


Well, i didn't exactly type that, that's the way 'skin creator' put it in. at any rate, i know the pannel is changing, because each pannel has a different button, and they show up ok.

so i changed it to two 'nn', but it all still works as it did, video is still showing through both pannels...
 

Posted Sat 22 Jan 11 @ 6:52 pm
Did you try adding a <up> tag to the video element?

<video pannel="leftvideo" source="deck 1">
<size>
<pos>
<up>
</video>


Maybe?

If not, feel free to email me your files and I will take a look. My e-mail is on my blog
 

Posted Sun 23 Jan 11 @ 2:59 am


(Old topics and forums are automatically closed)