[Seaside] Playing audio from Seaside, broken?

Lawrence Kellogg mac.hive at me.com
Wed Oct 5 21:05:52 UTC 2011


Hello, 
  Is the support for Audio in HTML 5 working? I can't seem to 
get it to work. 

  I found this issue: 

http://code.google.com/p/seaside/issues/detail?id=565#c12

 >   audio (interestingly, a WAAudioTag class exists with no call from the
 > canvas)

#audio, even has tests

 >   track

 missing indeed
Although this renders a control: 
	(html audio)
		url: 'http://upload.wikimedia.org/wikipedia/commons/9/94/Mix.ogg';
		autoplay: true;
		controls: true;
		loop: true;
		preload: true
nothing plays.

  Any thoughts? If HTML 5 audio is completely broken, can I generate code to 
use Dewplayer through Flash?

  Regards,

  Larry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20111005/632b9fd6/attachment.htm


More information about the seaside mailing list