Is it truly necessary to embed a jpg to achieve this?  What format are the actual dynamic graphs?  I assume that they are images embedded within the jsp.  If they are jpg images, then they can be requested directly from the flex application.  You can create a servlet that creates and returns the graph jpg, and render that directly within your Flex 1.5 application.  This will get rid of a lot of that "quirky" behavior.
 
-Andy
 

_____________________________________

Andrew Trice

Cynergy Systems, Inc.

http://www.cynergysystems.com

Blog: http://www.cynergysystems.com/blogs/page/andrewtrice

Email: [EMAIL PROTECTED]

Office: 866-CYNERGY 

 



From: [email protected] on behalf of KOT_MATPOC
Sent: Wed 7/26/2006 5:15 AM
To: [email protected]
Subject: [flexcoders] Problem to embed a JSP page in Flex

Hello,

I need to display some dynamically generated graphs in our flex
application. We currently use Flex 1.5. We use some graph building
API which is written in Java and JSP. Basically we have a jsp page
that builds the graphs dynamically using some Java API. Now we need
to integrate these graphs with our Flex application. I came accross
this article http://coenraets.com/viewarticle.jsp?articleId=95 which
suggests to use an html iframe. This could be the solution, but when
I put it into our application, it starts to behave strangely - after
the second time I load I can't see any dynamically generated jpeg
images anymore.
My question is - is there any other solution that could help us embed
a jsp page within out flex application? I came accross DENG, did
anyone try to integrate it with Flex? Can DENG behave as a Flex
component?

Did anyone have a similar problem?

Please, help, this issue does look complicated.

Thanks a lot,

Serguey

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to