|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.asx.Child christophedelory.playlist.asx.AsxElement christophedelory.playlist.asx.URLElement christophedelory.playlist.asx.Banner
public class Banner
Specifies an URL for a graphic that appears in the display panel of Windows Media Player, beneath the video content.
If the media is audio only, the banner graphic is displayed by itself.
Windows Media Player reserves a space 32 pixels high by 194 pixels wide (the banner bar) for the graphic.
If the graphic defined in the URL is smaller than that, it displays at its original size.
If the graphic is larger than the reserved space, Windows Media Player will crop the image to fit the space.
A BANNER element defined for an ASX element displays while all clips in the playlist are playing.
A BANNER element defined in an ENTRY element displays only while that clip is playing,
and during that time overrides any banner defined within the parent ASX element.
You can specify how Windows Media Player reserves space for the banner by setting the BANNERBAR attribute of the ASX element.
Banner images are not supported with DRM files or when Windows Media Player is embedded in a Web page.
Not supported on Windows CE.
Constructor Summary | |
---|---|
Banner()
|
Method Summary | |
---|---|
TextElement |
getAbstract()
Returns the description of the associated element. |
MoreInfo |
getMoreInfo()
Returns the URL of a graphic file that will appear in the display panel of the associated element. |
void |
setAbstract(TextElement abstrct)
Initializes the description of the associated element. |
void |
setMoreInfo(MoreInfo moreInfo)
Initializes the URL of a graphic file that will appear in the display panel of the associated element. |
Methods inherited from class christophedelory.playlist.asx.URLElement |
---|
getHref, setHref |
Methods inherited from class christophedelory.playlist.asx.Child |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Banner()
Method Detail |
---|
public TextElement getAbstract()
null
.setAbstract(christophedelory.playlist.asx.TextElement)
public void setAbstract(TextElement abstrct)
abstrct
- an abstract. May be null
.getAbstract()
public MoreInfo getMoreInfo()
null
.setMoreInfo(christophedelory.playlist.asx.MoreInfo)
public void setMoreInfo(MoreInfo moreInfo)
moreInfo
- supplementary information for this element. May be null
.getMoreInfo()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |