Rocky Smolin - Beach Access Software
bchacc at san.rr.com
Tue Mar 1 17:56:09 CST 2005
Mark: I see that CLICKERX.WAV file in the I386 folder. Do you think that's where it appears on all versions of Windows? Regards, Rocky Smolin Beach Access Software http://www.e-z-mrp.com 858-259-4334 ----- Original Message ----- From: "Mark A Matte" <markamatte at hotmail.com> To: <accessd at databaseadvisors.com> Sent: Tuesday, March 01, 2005 2:13 PM Subject: Re: [AccessD] Embedding a WAV file > Rocky, > > Couldn't you just reference the windows .wav files already on the > machine?...when the db launches...it finds the wave files and stores the > path...when you click...it 'CLICKS'...I think most installs would have > these files...if not error handle them...lol... > > Just a thought? > > Thanks, > > mark > > >>From: "Rocky Smolin - Beach Access Software" <bchacc at san.rr.com> >>Reply-To: Access Developers discussion and problem >>solving<accessd at databaseadvisors.com> >>To: "Access Developers discussion and problem >>solving"<accessd at databaseadvisors.com> >>Subject: Re: [AccessD] Embedding a WAV file >>Date: Tue, 1 Mar 2005 11:40:11 -0800 >> >>Gustav: >> >>Actually it's a wav file that has a nice 'click' sound which I play >>whenever they click a command button. An audible confirmation that >>they've done something. But for beta testing we're sending this to people >>who are completely untechnological so we only want to send the one mde >>file and not 'Clicker.WAV' which they'd have to get into the same folder >>with the Sleep Advisor. >> >>So that's why I want to embed it. Right now, it plays fine using the >>PlaySound API. >> >>We still need more beta testers for the Sleep Advisor, BTW. You game? >>ANYBODY ELSE? >> >>Regards, >> >>Rocky Smolin >>Beach Access Software >>http://www.e-z-mrp.com >>858-259-4334 >> >> >> >>----- Original Message ----- From: "Gustav Brock" <Gustav at cactus.dk> >>To: <accessd at databaseadvisors.com> >>Sent: Tuesday, March 01, 2005 11:06 AM >>Subject: Re: [AccessD] Embedding a WAV file >> >> >>>Hi Rocky >>> >>>You could save it as a blob (AppendChunk), then retrieve it (GetChunk) >>>and save to a temp file which you launch. >>>Not very fancy but it will probably work. >>> >>>Are we dealing with the alarm clock for the sleeper application? >>> >>>/gustav >>> >>>>>>bchacc at san.rr.com 01-03-2005 19:58:45 >>> >>>Dear List: >>> >>>Can a wav file be embedded in an access app like a jpg? And, if so, >>>does it run on the click event of the control that holds it? >>> >>>MTIA, >>> >>>Rocky Smolin >>>Beach Access Software >>>http://www.e-z-mrp.com >>>858-259-4334 >>>-- >>> >>>-- >>>AccessD mailing list >>>AccessD at databaseadvisors.com >>>http://databaseadvisors.com/mailman/listinfo/accessd >>>Website: http://www.databaseadvisors.com >>> >> >>-- >>AccessD mailing list >>AccessD at databaseadvisors.com >>http://databaseadvisors.com/mailman/listinfo/accessd >>Website: http://www.databaseadvisors.com > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >