Most sound applications accept one of two verbs:

0 (Play) plays a sound stored in an OLE field.

1 (Edit) opens the Sound Recorder to edit the sound.

Double-clicking the OLE control plays the sound, but to edit the sound, use a button that calls the OLE control’s doVerb( ) method:

function editSound_onClick()

   form.soundOLE.doVerb(1)