[flexcoders] render html in flex

2005-04-01 Thread Kyle

Hi,
I'm new to Flex and am curious if it is possible to design a Flex app 
that has an embedded html rederer within it.
We currently have a web app that renders some of its content from a 
content management system (using iframes).  We are considering switching 
the main app to Flex but would like to continue using the content 
management system.  So, in other words, is it possible to use the 
equivalent of an iframe within a flex app?
Thanks in advance,
- Kyle


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: About Image

2005-03-14 Thread Kyle Dyer

Has anyone written a servlet that can do this on the fly? Like the
.net img2swf tool?

kyle


> >unfortunately, the Flash Player can only handle JPG files that are
"non-progressive". to check, open a JPG that doesn't get displayed in
Flex in a program like Photoshop or Fireworks and save it as a JPG but
don't click the "progressive" box.








Re: About Image

2005-03-14 Thread Kyle Dyer

Perfect. Thank you Jeff.

--- In flexcoders@yahoogroups.com, "Steiner, Jeff" <[EMAIL PROTECTED]>
wrote:
> There is a servlet contained in a sample on my site that has a gif2jpeg
> servlet.
> 
> Take a peek at the google maps example under Advanced on
> http://www.flexauthority.com. Download the source and take a look.
> 
> Jeff