5 Sep 13:58
Integrating Seaside and Flash
From: Andy Burnett <andy.burnett <at> knowinnovation.com>
Subject: Integrating Seaside and Flash
Newsgroups: gmane.comp.lang.smalltalk.squeak.beginners
Date: 2008-09-05 12:00:06 GMT
Subject: Integrating Seaside and Flash
Newsgroups: gmane.comp.lang.smalltalk.squeak.beginners
Date: 2008-09-05 12:00:06 GMT
I would like to include a Flash component in a seaside page. The component needs to write data back to the seaside app. I can think of two ways to communicate with the server:
1. define a static URL, that the component can call, and somehow process the returned data
2. have a form embedded on the page (that contains the flash component) and get the component to write its data into the form, and then submit it
I was going towards the first option, but Ramon put a comment on my blog that made me realise that I probably don't understand the seaside approach yet. So, could anyone give me a simple example of what they feel is the best approach?
cheers
Andy
1. define a static URL, that the component can call, and somehow process the returned data
2. have a form embedded on the page (that contains the flash component) and get the component to write its data into the form, and then submit it
I was going towards the first option, but Ramon put a comment on my blog that made me realise that I probably don't understand the seaside approach yet. So, could anyone give me a simple example of what they feel is the best approach?
cheers
Andy
_______________________________________________ Beginners mailing list Beginners <at> lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners
RSS Feed