[Seaside] Re: initialRequest question

Philippe Marschall philippe.marschall at gmail.com
Mon Nov 5 16:15:02 UTC 2007


2007/11/5, Oleg Richards <orichards at mail.ru>:
> Philippe!
>
> Thanks for that great idea. I will make it.. Could you help me with
> one more thing:
> How can i show popup window with embedded flash object. Can you
> provide example of anchor call and code that will render embedded
> object?

You can see WAPopupTest for a live example

html anchor
    callback: [ WARenderLoop new call: MyFlashComponent new ];
    with: 'pop up flash'

MyFlashComponent would render the flash, something like

renderContentOn: html
    html object
        width: x;
        height: y;
        with: [
            html parameter
                name: 'movie';
                value: 'movie.swf'
            ... "whatever you need" ]

Cheers
Philippe

> Cheers, Oleg
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list