when you change the default width and height of VideoNode by any dimension.
Code: Select all
<Video
id="videoplayer"
width="856"
height="483"
translation="[25,95]"
visible="false"
enableUI="false"
enableTrickPlay="false"
globalCaptionMode="On"/>
In above snippet of code, the video node has the following attribute with a value,
width="856"
height="483"
translation="[25,95]"
but when I change this value to this one, then everything is working fine.
width="0"
height="0"
translation="[0,0]"
thanks to all of you in advance.