‎2008 Jan 10 3:43 PM
Hi,
I have a requirement to bring a flex-based ui into an existing web application that uses dynamically generated server-side html. Does flex allow user interface elements to be generated on the fly?
Is there a way to describe what is generated in a text-based language? This is because we are currently generating the html on the server side using xsl, and it's important that we keep this functionality...
Thanks!
‎2008 Jan 10 10:34 PM
Hi Charlie,
it sounds to me like you need to look at the Flex-Ajax Bridge. See details at http://labs.adobe.com/wiki/index.php/Flex_Framework:FABridge
Also you might be interested in FLOB. Look at http://code.google.com/p/flob/
In fact if you are experienced with building BSP applications then start with FLOB first.
Cheers
Graham Robbo
‎2008 Jan 11 6:39 AM
for samle BSP using FABridge, check out this weblog
/people/durairaj.athavanraja/blog/2007/03/22/bsp-with-flash-movie--flex-ajax-bridge
‎2008 Jan 16 6:48 PM