Hi Joyce,

for privileged applets you can use the system's audio player using the
following code:

For unprivileged applets it would be possible to outsource the code using
subapplets.
If the subapplet is e.g. located at https://secure.curl.com all applets
could play midi, wav etc. Would Curl Corp. consider this?

Friedger

{curl 2.0, 3.0 applet}

{import * from CURL.GRAPHICS.ACTIVEX}
{let ax = {ActiveXObject
              ProgId =
                  "Shell.Explorer"}

}
{ActiveXGraphic ax, height = 0cm, width = 0cm}

{ax.Navigate
    "file:///d:/if_3/if_3.wav"
|| http://some-url/music.midi
}


*******************************************
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]

Reply via email to