[Seaside] initialRequest question

Oleg Richards orichards at mail.ru
Tue Nov 6 14:54:00 UTC 2007


Thanks Philippe!

Can you help me with one more thing :)
How can i create popup anchor to html file, which is stored on my backend?


Philippe Marschall wrote:
> 
> 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
>>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> 

-- 
View this message in context: http://www.nabble.com/initialRequest-question-tf4748328.html#a13608280
Sent from the Squeak - Seaside mailing list archive at Nabble.com.



More information about the seaside mailing list