04-15-2009 05:27 PM
Hey guys,
I'm working on a beml template, on the horizontal playlist there is a seconary button that fades in once you're hovering on the button.
Is there a way to hide those? I was trying to look into the documentation, but maybe I'm not looking hard enough.
Solved! Go to Solution.
04-15-2009 09:41 PM
04-15-2009 10:50 PM
If you just wanted the controls to go away you could set the buttonOffsetY value for the TileList really high so it doesn't display on the canvas:
<TileList id="videoList" width="612" height="135" automaticAdvance="true" selectOnClick="true" rowHeight="135" columnWidth="126" buttonOffsetY="1000" columnGutter="12" numRows="1" useBlur="true">
Here is the same template without controls:
<Runtime>
<Theme name="Deluxe" style="Light">
<Style id="default"><![CDATA[.titleText {fontSize: 12;}.bodyText {fontSize: 11;}.linkText {fontSize: 11;}]]></Style>
</Theme>
<Layout id="application" width="650" height="630" boxType="vbox" gutter="11" hAlign="center">
<VBox padding="10">
<HBox height="70">
<Canvas>
<Label id="videoTitle" x="-2" y="-6" height="24" type="title" size="18" text="{videoPlayer.video.displayName}" truncate="true"/>
<Label id="videoDescription" x="-2" y="14" height="35" size="11" text="{videoPlayer.video.shortDescription}" truncate="true" multiline="true"/>
<Link id="relatedLink" x="-2" y="44" height="18" size="11" text="{videoPlayer.video.linkText}" url="{videoPlayer.video.linkURL}"/>
</Canvas>
<Canvas width="300" height="60">
<Image id="logo" scaleMode="scaleDown" hAlign="right" vAlign="bottom"/>
<ExpandingBanner id="banner"/>
</Canvas>
</HBox>
<VideoPlayer id="videoPlayer" height="400" video="{videoList.selectedItem}"/>
</VBox>
<TileList id="videoList" width="612" height="135" automaticAdvance="true" selectOnClick="true" rowHeight="135" columnWidth="126" buttonOffsetY="1000" columnGutter="12" numRows="1" useBlur="true">
<ListItem boxType="vbox" showBack="false">
<ThumbnailButton height="96" data="{currentItem}" source="{currentItem.thumbnailURL}" imageInset="3"/>
<Spacer height="1"/>
<HBox padding="1">
<TitleLabel text="{currentItem.displayName}" truncate="true" multiline="true"/>
</HBox>
</ListItem>
</TileList>
</Layout>
</Runtime>
Since there are now no list controls you will need to write your own and use the API to control it.
04-16-2009 12:53 PM
Yeah, just aesthetics-wise. I just don't want the double button.
Thanks for the prompt response.
B
Brightcove Inc., a leading global provider of cloud content services, provides a family of products used to publish and distribute the world's professional digital media. The company's products include Brightcove Video Cloud, the market-leading online video platform, and Brightcove App Cloud, the pioneering content app platform. Together, more than 4,200 customers in 50 countries rely on Brightcove's cloud content services to build and operate exceptional media experiences across PCs, smartphones, tablets and connected TVs.
Brightcove Inc.
© 2012 Brightcove Inc.
