RE: [flexcoders] html in flex

2008-09-29 Thread Ryan Graham
You can try treating your HTML as XHTML (make sure it's well-formed), then adjust the rendering properties with a toXMLString(). Noted properties are: XML.ignoreWhitespace, XML.prettyPrinting, and TextArea.condenseWhite mx:Script ![CDATA[ [Bindable] private var

Re: [flexcoders] html in flex

2008-09-26 Thread Sajid Hussain
it seems htmltext cant support inline images , try flowlayout control from flexlib I was looking for same problem http://kiorull.com/Flex/FlexSmilies/FlexSmilies.html this is not related to ur requirment but we could do our code with tht Sajid   - Original Message From:

Re: [flexcoders] HTML IN FLEX

2008-03-13 Thread Max Frigge
Can you please post a link to those folks' project? - Original Message From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 13, 2008 11:29:38 AM Subject: RE: [flexcoders] HTML IN FLEX The HTMLLoader represents some 16MB of code

RE: [flexcoders] HTML IN FLEX

2008-03-13 Thread Jim Hayes
@yahoogroups.com Subject: Re: [flexcoders] HTML IN FLEX Can you please post a link to those folks' project? - Original Message From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 13, 2008 11:29:38 AM Subject: RE: [flexcoders] HTML IN FLEX The HTMLLoader

RE: [flexcoders] HTML IN FLEX

2008-03-12 Thread Mark Rausch
It's AIR only http://livedocs.adobe.com/flex/3/langref/mx/controls/HTML.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kpjj31 Sent: Wednesday, March 12, 2008 5:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] HTML IN FLEX

2008-03-12 Thread Josh McDonald
Are there plans to allow embedding of instances of the host browser in Flash 10? Or is most stuff re: flash 10 still a secret / up in the air? :D -J On Thu, Mar 13, 2008 at 10:23 AM, Max Frigge [EMAIL PROTECTED] wrote: Only works for AIR apps.. sad but true :-/ - Original Message

RE: [flexcoders] HTML in Flex

2007-03-16 Thread Kumar
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] HTML in Flex Short answer, no. Longer answer: In order to be able to renderer all html, the Flash Player would have to contain an entire parsing engine, and that would make its download footprint too large. A workable solution is to use

Re: [flexcoders] HTML in Flex

2007-03-16 Thread Jatin Nanda
Of *Tracy Spratt *Sent:* Friday, March 16, 2007 4:50 AM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] HTML in Flex Short answer, no. Longer answer: In order to be able to renderer all html, the Flash Player would have to contain an entire parsing engine, and that would make its

Re: [flexcoders] HTML in Flex

2007-03-16 Thread dorkie dork from dorktown
16, 2007 4:50 AM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] HTML in Flex Short answer, no. Longer answer: In order to be able to renderer all html, the Flash Player would have to contain an entire parsing engine, and that would make its download footprint too large

RE: [flexcoders] HTML in Flex

2007-03-15 Thread Tracy Spratt
Short answer, no. Longer answer: In order to be able to renderer all html, the Flash Player would have to contain an entire parsing engine, and that would make its download footprint too large. A workable solution is to use an IFRAME in the host browser that is positioned and sized to

Re: [flexcoders] Html in Flex?

2007-02-13 Thread Igor Costa
Hi there Gtuhl The most excited idea of Flex it's because flexible, using or not using the iFrame as suggested as work arround, I might admit that fits perfect but instead of that, why don't you think a litle bit more and based on your request, you could also work with the Flex / Ajax Bridge.

Re: [flexcoders] Html in Flex?

2007-01-31 Thread dorkie dork from dorktown
I have been secretly working on an html component for the last 2 months that is close to release. It has support for iframes but also support for straight html without iframes. I will be doing a beta in a few weeks and post a link to examples in the next couple of days. I've tested a bunch of

RE: [flexcoders] Html in Flex?

2007-01-10 Thread Jason Hawryluk
Would an iframe work for this? I mean is it just for display/preview not editing... jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de gtuhl Envoyé : mercredi 10 janvier 2007 21:34 À : flexcoders@yahoogroups.com Objet : [flexcoders] Html in

RE: [flexcoders] HTML with flex

2005-03-03 Thread Tracy Spratt
Supported Tags: lt; (, less-than sign) gt; (, greater-than sign) amp; (, ampersand) quot; (, double-quote) apos; (', apostrophe) The following HTML tags are supported: a href=/support/flash/ts/documents/url b br font [color=#xx] [face=Type Face] [size=Type Size] i span li p