WAV without QT

Jim Bufalini jim at visitrieve.com
Mon Nov 23 19:46:17 EST 2009


Hi Richard,

> That MIGHT work, but the client would prefer an
> out-of-the-box-with-nothing-else-required-for-the-user-to-do solution.

WAV stands for "Windows" Audio, so by default, Windows Media Player is
configured to play WAV files. If it's not, it means they already messed
around and installed some other player on the machine which "stole" the WAV
format and assigned it to itself and then they deleted the player and so now
there is no player associated with WAV.

In which case, you can have your app shell to some .wav file the first time
it launches and Windows will present a dialog asking what to use to open the
file. The user would have to select Windows Media Player and check always
use the program to open this file type. This will only happen once.

This dialog may be able to be automated, but I'll have to think about it.

 
> But even then, unless I get the playback to start at an arbitrary time
> in the clip it's a no-go.
> 
> Have you ever been able to get the Win engine to start at any time
> other
> than zero in Rev?
> 
> Man, I thought this was fixed ages ago.  Argh......

Not my area of expertise. But, does the customer have some objection to
installing QT on his machines? Why not just have your app installer install
QT when it installs your app? It's free. Then you are working with something
you know and are in familiar territory. ;-)

Aloha from Hawaii,

Jim Bufalini




More information about the use-livecode mailing list