BGSOUND v15
This function and procedure generates the <BGSOUND>
HTML tag, which includes audio for a web page.
Syntax
The following is the syntax for HTP:
HTP.BGSOUND( csrc IN VARCHAR2 cloop IN VARCHAR2 DEFAULT NULL cattributes IN VARCHAR2 DEFAULT NULL);
The following is the syntax for HTF:
HTF.BGSOUND(csrc, cloop, cattributes) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
csrc | The value for the SRC attribute |
cloop | The value for the LOOP attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters