Page 1 of 1

Working with multiple sound cards

Posted: Mon Dec 06, 2010 8:20 pm
by c0mas
Hi again,

We are working with systems with multiple sound devices. How can we select one specific sound card to be the output of the flash player ?

Thank you,
/COmas

Posted: Tue Dec 07, 2010 12:58 pm
by Softanics
Hello,

It seems that this is a global setting of Flash.

Thank you.

Posted: Tue Dec 07, 2010 8:26 pm
by c0mas
I see, and is there any way to set this setting (to forward the info to the ocx or something) from f-in-box ?

Posted: Wed Dec 08, 2010 6:38 am
by Softanics
Hello,

The only idea I have is to use:

http://www.f-in-box.com/dll/help/index/ ... tener.html

and write additional code that outputs passed sound samples to another device.

Thank you.

Posted: Thu Dec 09, 2010 6:47 pm
by c0mas
I see, thanks, this should help if I get to this.

Posted: Sun Dec 19, 2010 2:48 pm
by c0mas
It seems that when using FPC_SetSoundListener with multiple flash movies playing at the same time, there is no way I can know what flash video has sent the sound.

Am I mistaking or is there any way I can pair a .swf with a sound ?

Also, is there any way I can tell if a flash has sound or not ?


Thanks.

Posted: Tue Dec 21, 2010 4:12 pm
by Softanics
Hello,

Yes, unfortunately all flash movies share the same output device.

But there is a solution. Create HPFC (see functions FPC_LoadRegisteredOCX / FPC_LoadOCXCodeFromMemory) for each f-in-box windows and use it for each flash movie.

Thank you.