[Seaside] Re: embed a video with seaside

Klaus D. Witzel klaus.witzel at cobss.com
Fri Oct 27 11:34:25 UTC 2006


Hi Andreas,

IIANM I always do <embed type="mime/type" src="url" ...> like in

- http://www.publisuisse.ch/index.cfm?event=showmenupublispot

Of course the (vendor specific) embedded plugin may need more attribute  
values in order to do what you want it to do.

HTH

/Klaus

On Fri, 27 Oct 2006 12:42:31 +0200, Andreas Petermann wrote:

> Hi all,
>
> I'm trying to embed a video in my web application but without any  
> success. So I hope you can help me. I try'd the following:
>
> video := self tag: 'embed'.
> video attributeAt: 'src' put: (self context urlForDocument:  
> videoFileName).
>
> When I open my application in a webbrowser (firefox 2.0) I can see the Q  
> of the quicktime plugin within a ?.
>
> Has anyone an idea what I can do to solve this problem?
>
> Thanks a lot
> Pete
>
>
>




More information about the Seaside mailing list