Marc Reichelt - 2009-07-20

Hi Cliff,

I can confirm this problem. I think I know why this is not working in Firefox: If I reload the page, the EMFF objects are reloaded one by one. This is bad because the grouping functionality relies on the fact that all instances of the page are first unloaded and then loaded again. Hmm. I don't know how to fix this right now.

Anyway: It is no good idea to embed more than a few EMFF instances on one page. E.g. there is a bug on windows which forces the Mozilla Flash Plugin to fail if more than 15 films are embedded on one page (blame Adobe). And in any case, multiple flash films need *lots* of CPU.

The best way to implement the functionality that only one instance is playing is to use a bit JavaScript. Instead of embedding one EMFF instance for each sound file, you should only write links to the MP3 files. If one of these links is clicked the link is exchanged by an EMFF instance. I have written this code already, so if you write me a mail I can send it to you. Maybe this will be the favorite group functionality for the new EMFF version - because the old grouping function is a hack.

Regards
Marc