Hi,
Thank you for your enquiry.
Regarding the OGG Vorbis issue, this does appear to be a bug and our developers are currently looking into this problem.
andrewq wrote:
In an ideal world everyone would have all the latest drivers and the most recent versions of DirectX installed on their computers. Unfortunately this is unlikely ever to happen
I appreciate that you want your publications to run on the widest possible range of systems without problems, but it's not unreasonable to expect a client to ensure that their systems are capable of running multimedia-heavy applications. Many games and interactive CD-ROMs on the market force the user into updating DirectX if an old version is detected.
It is relatively easy for your publication to check which version of DirectX the client currently has installed - simply use the following script action:
Code:
value = ReadRegistryKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\DirectX", "Version")
Depending on the information returned, you could recommend updating to a later version of DirectX, if necessary, and issue a Launch File action which launches the DirectX 9.0c standalone installer (which you can provide on your publication CD).
I hope this helps. Please do not hesitate to contact me if you have any further queries.
Kind regards,