Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Flex and dynamically generated HTML

Former Member
0 Likes
531

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!

3 REPLIES 3
Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
500

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

Read only

0 Likes
500

for samle BSP using FABridge, check out this weblog

/people/durairaj.athavanraja/blog/2007/03/22/bsp-with-flash-movie--flex-ajax-bridge

Read only

Former Member
0 Likes
500

Thanks for everyone's advice!!