[ALLY] Re: How to play a sound...
From: holger:rebol at: 11-May-2001 6:03
On Fri, May 11, 2001 at 09:46:34AM +0200, Richard Smolak wrote:
> Great!!!!!!!!!!!
> I'll buy the /View key ASAP!
> Just one question comes to my mind:
> How can simply protect my script which is using sound features from errors
> when the script is running on unregistered version of /View? Maybe
> unregistered version of /View should have ignored the sound code
> automatically without interupting the script...any thougths?
error? try [sndprt: open sound://]
etc.
Same for 'insert, because that can cause errors as well, if the target
system supports sound in general, but cannot play your sound because
of hardware limitations.
--
Holger Kruse
[holger--rebol--com]