| Package | com.dwuser.ss4.pseudoStyleClasses |
| Class | public class AudioIntro |
AudioIntro style values which can be applied in the <styles> section
of the XML configuration file. This class is not implemented by a visual element; instead, it only provides control over settings which have no visual representation.
Background level audio is the audio which plays when a slideshow first opens, and is not associated with any specific gallery or image.
Style XML Implementation Example:
The following example code goes in the <styles> section of the main <slideshow> holder node in a slideshow XML configuration file.
<styles>
...
<AudioIntro
stopOnGalleryOpen="false"
volume="75"
volumeChangeTime="1000"
loop="false"
useCache="true"
buffer="4"
autoplay="true"
errorReporting="true"
/>
...
</styles>
| Method | Defined by | ||
|---|---|---|---|
| AudioIntro | |||