Link to home
Start Free TrialLog in
Avatar of martinR
martinR

asked on

CGI generates HTML with EMBED for AUDIO problem

A CGI/Perl scripts generates HTML and sends it back to the browser via a "Content-type: text/html"

The html contains a:
<embed src="file.mid" width=16 height=16  
             hidden="false" autostart="true" volume=100 loop="true"  nosave="true">

The embed is correctly recognised and audio played by most browsers.

However some and in particular the AOL browsers do not produce any sound.

If the same HTML is written to the server's file store and a "Location: URL" is used instead of the "Content-type: text/html" then it works, prooving that it was not a particular plug-in fault.

Any ideas why sound is sometimes not audible when in "Content-type: text/html" rather than "Location: URL" mode?
Avatar of martinR
martinR

ASKER

Edited text of question.
ASKER CERTIFIED SOLUTION
Avatar of sdjjm
sdjjm

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial