<div dir="ltr">I would like to include a Flash component in a seaside page. The component needs to write data back to the seaside app.&nbsp; I can think of two ways to communicate with the server:<br>1. define a static URL, that the component can call, and somehow process the returned data<br>
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<br><br>I was going towards the first option, but Ramon put a comment on my blog that made me realise that I probably don&#39;t understand the seaside approach yet. So, could anyone give me a simple example of what they feel is the best approach?<br>
<br>cheers<br>Andy<br></div>