[Seaside] Playing audio from Seaside, broken?

Lawrence Kellogg mac.hive at me.com
Thu Oct 6 02:04:57 UTC 2011


Thanks, John, interesting. I was in Safari. I'll try again. 

In, IE8, what does "not so much" mean? ;-) Does it play? 

How are people playing back sound files? Maybe that's the question 
I should be asking. What if I record to CAF. Do I have to convert everything 
to MP3? 



Larry


On Oct 5, 2011, at 9:52 PM, John McKeon wrote:

> 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
> 
> 
> 
> _______________________________________________
> 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/4d4a5991/attachment.htm


More information about the seaside mailing list