Accesso rapido:  

Forum: VirtualDJ Skins

Topic: Video Pannels??

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

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

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

I just re-read everything I wrote and deleted it...


try this

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

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

No luck on either of those suggestions...
 

maybe you forgot type right,, you missing 'n' on thay skin_ pannel ===== >>> skin_panel 'noleftvid' on">
 

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

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
 



(Vecchi argomenti e forum sono automaticamente chiusi)