[Seaside] Playing audio from Seaside, broken?

John McKeon p3anoman at gmail.com
Thu Oct 6 01:52:07 UTC 2011


And I qualify "works as expected" with: in Chrome. In IE8 not so much
John

On Wed, Oct 5, 2011 at 9:37 PM, John McKeon <p3anoman at gmail.com> wrote:

> Hello Larry,
> I copied and pasted your audio code into a renderContentOn: method and it
> works as expected. There must be some other issue.
>
> John
>
>
> On Wed, Oct 5, 2011 at 8:55 PM, Lawrence Kellogg <mac.hive at me.com> wrote:
>
>> So, I'm replying to my own post. Am I right in thinking that I can write
>> an
>> html object statement that will play the mp3 files through Dewplayer, or
>> something else?
>>
>> Larry
>>
>>
>> On Oct 5, 2011, at 5:05 PM, Lawrence Kellogg wrote:
>>
>> 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
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20111005/a042ba0b/attachment.htm


More information about the seaside mailing list