Hi,
I would like to use a Flash application in Seaside;
is that any support for that ?
Thanks in advance
Lorenzo _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> I would like to use a Flash application in Seaside; is that any support for
> that ? There were rumors that at today's Seaside presentation at ESUG something about Flash will be shown ... Stay tuned, Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Aug 30, 2007, at 5:01 AM, Lukas Renggli wrote: >> I would like to use a Flash application in Seaside; is that any >> support for >> that ? > > There were rumors that at today's Seaside presentation at ESUG > something about Flash will be shown ... =-) That piques my interest.... for normal Flash embedding, you can use the WAEmbed tag, (html embed) and I have successfully used SWFObject (http://blog.deconcept.com/ swfobject/) with Seaside. - Brian > > Stay tuned, > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Lukas Renggli
It was cool Lukas. I hope it will grow.
I like the smart students of Bern: I was lucky to be there :) Stef On 30 août 07, at 13:01, Lukas Renggli wrote: >> I would like to use a Flash application in Seaside; is that any >> support for >> that ? > > There were rumors that at today's Seaside presentation at ESUG > something about Flash will be shown ... > > Stay tuned, > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
What was this presentation about ?
I am interested because I will soon use flash and seaside to display a dynamic map. I will use xml to make the data available to flash and callbacks to seaside. Florian stephane ducasse wrote: > It was cool Lukas. I hope it will grow. > I like the smart students of Bern: I was lucky to be there :) > > Stef > > On 30 août 07, at 13:01, Lukas Renggli wrote: > >>> I would like to use a Flash application in Seaside; is that any >>> support for >>> that ? >> >> There were rumors that at today's Seaside presentation at ESUG >> something about Flash will be shown ... >> >> Stay tuned, >> Lukas >> >> -- >> Lukas Renggli >> http://www.lukas-renggli.ch >> _______________________________________________ >> Seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Florian Minjat a écrit :
> What was this presentation about ? It was a presentation about seaside 2.8... but at the end, there is a slide with a Flash logo... and Lukas Streit below... I guess he's the guy who is developping a flash framework for seaside ? smalltalk? Just after a google search, I found it's name the framework is BASIL "June 4: Lucas Streit - Basil: A Flash Output Framework for Smalltalk" on http://smallwiki.unibe.ch/softwarecompositionseminar/ Can we have more information ? :):) Thanks Cédrick > I am interested because I will soon use flash and seaside to display a > dynamic map. I will use xml to make the data available to flash and > callbacks to seaside. > > Florian > > stephane ducasse wrote: >> It was cool Lukas. I hope it will grow. >> I like the smart students of Bern: I was lucky to be there :) >> >> Stef >> >> On 30 août 07, at 13:01, Lukas Renggli wrote: >> >>>> I would like to use a Flash application in Seaside; is that any >>>> support for >>>> that ? >>> >>> There were rumors that at today's Seaside presentation at ESUG >>> something about Flash will be shown ... >>> >>> Stay tuned, >>> Lukas >>> >>> -- >>> Lukas Renggli >>> http://www.lukas-renggli.ch >>> _______________________________________________ >>> Seaside mailing list >>> [hidden email] >>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >>> >> >> _______________________________________________ >> Seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> Just after a google search, I found it's name the framework is BASIL
> "June 4: Lucas Streit - Basil: A Flash Output Framework for Smalltalk" > on http://smallwiki.unibe.ch/softwarecompositionseminar/ > > Can we have more information ? :):) An initial port of Lucas Streit's framework (developed in VisualWorks) can be found on <http://source.lukas-renggli.ch/unsorted>. A few lines of code to integrate it with Seaside are included in the package Seaflash in the same repository. Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Lukas Renggli a écrit :
>> Just after a google search, I found it's name the framework is BASIL >> "June 4: Lucas Streit - Basil: A Flash Output Framework for Smalltalk" >> on http://smallwiki.unibe.ch/softwarecompositionseminar/ >> >> Can we have more information ? :):) >> > > An initial port of Lucas Streit's framework (developed in VisualWorks) > can be found on <http://source.lukas-renggli.ch/unsorted>. A few lines > of code to integrate it with Seaside are included in the package > Seaflash in the same repository. > > really cooool !!! looks great and clean ... ;) This will certainly open new perspectives... Thanks both Lukas ... :) _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> really cooool !!! looks great and clean ... ;)
> This will certainly open new perspectives... The Seaflash package is just a quick hack to make it possible to render html into a Flash text element. Unfortunately the HTML rendering in text elements in Flash is quite limited. Luckily links work and make a good demo for interactivity. The goal would be to have a nice Seaside like interface to create animations, shapes, text and interactivity. Most required features are already available in Basil (see the demos), the only missing thing is that someone integrates them nicely into Seaside ... Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |