Inactive button

The problem with HTML-based content is that there are numerous plugin-ins/ActiveX controls that can/do support playing multimedia ... thus, it's next to impossible for generated content to know exactly who's going to play something ... without knowing exactly who is playing the content, there is no way for us to detect when it's done. If we put in handlers for all possible media players, you're generated HTML files would be enormous. Thus, we can't support actions like OnDone for multimedia objects.One solution is to either know the exact length of the audio clip and set an timed action to reveal the Active button ... or, you could put the audio into flash and then use the ActionScript ability of flash to activate the button.Tim V

Discussions have been disabled for this post