ajitg_4557
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2018
03:16 AM
Subtitle not showing on video node
Subtitle not showing on a video node,
when you change the default width and height of VideoNode by any dimension.
In above snippet of code, the video node has the following attribute with a value,
"
but when I change this value to this one, then everything is working fine.
width="0"
height="0"
"
thanks to all of you in advance.
when you change the default width and height of VideoNode by any dimension.
<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,
"
but when I change this value to this one, then everything is working fine.
width="0"
height="0"
"
thanks to all of you in advance.
2 REPLIES 2

Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2018
12:01 PM
Re: Subtitle not showing on video node
Currently, subtitles/captions are only supported for full-screen video nodes.
ajitg_4557
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2018
03:20 AM
Re: Subtitle not showing on video node
"RokuBen" wrote:
Currently, subtitles/captions are only supported for full-screen video nodes.
Thanks, RokuBen for your instant reply, I was very hassled.