mick ritchie <[email protected]> wrote: > Etienne - > > I can play back stereo from your player in firefox3 and Safari but > not 5.1 - my > 5.1 box doesnt see dolby digital just stereo. Is there any way of > telling which > feed my browser accesses?
You could try using your own HTML5 page to offer one option at a time. If two of the three don't work then you will know. Here is the snippet of HTML5 code that Etienne posted: >> Here is what the HTML5 code looks like (<audio> is an HTML5 tag): >> >> <audio controls="controls"> >> <source src="someAACFile.m4a" type="audio/mp4" /> >> <source src="someVorbisFile.ogg" type="audio/ogg" /> >> <source src="someAC3File.ac3" type="audio/ac3" /> >> >> Looks like your browser does not support HTML 5. >> Non HTML5 code would go here. Perhaps a quicktime plugin for the old >> browsers. >> >> </audio> Regards, Martin -- Martin J Leese E-mail: martin.leese stanfordalumni.org Web: http://members.tripod.com/martin_leese/ _______________________________________________ Sursound mailing list [email protected] https://mail.music.vt.edu/mailman/listinfo/sursound
