[Seaside] Embedding MIDI

Dmitry Dorofeev dima-sender-3c337a at yasp.com
Fri Oct 28 08:01:02 UTC 2005


Hi,

html attributeAt: 'src' put: 'some.mid'.
html attributeAt: 'height' put: 60.
html attributeAt: 'width' put: 144.
html tag: 'embed'.

-Dmitry.

Jay Hardesty wrote:
> 
> I'm new to Seaside, and web applications in general.   I have an
> application that produces MIDI files. I was hoping to control playback
> of the MIDI file within the browser.
> 
> I read that the way that, in general, the way to accomplish this using
> html is something like:
>     <EMBED
>     SRC="some.mid"
>     HEIGHT=60 WIDTH=144>
> 
> Does anyone have an example of how to implement this in Seaside?
> 
> Thanks very much for any pointers,
> Jay
> 
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the Seaside mailing list