BGSOUND v16

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

ParameterPurpose
csrcThe value for the SRC attribute
cloopThe value for the LOOP attribute
cattributesOther attributes to include as is in the tag