Connexion rapide:  

Forum: VirtualDJ Skins

Sujet Video Pannels??

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

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...
 

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

Posté 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>
 

Posté 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...
 

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

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

Posté 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...
 

Posté 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
 

Posté Sun 23 Jan 11 @ 2:59 am


(Les anciens sujets et forums sont automatiquement fermés)