[flexcoders] HTML and Flex

2009-01-16 Thread bffoley
I have a client who I am making a full-page Flex application for. We originally had the application embeded in the HTML page, but because of Flex's Browser and VBox scrollbars scrolling together bug, I had to made the application show the full page, including the other content in the page which I

[flexcoders] HTML IN FLEX

2008-11-17 Thread abhishekchess1
hello frnd, i have a simple query , i'm storing text in string var like var coreData:String = 'img border=0 alt= style=width: 77px; height: 43px; src=chart.png /' + 'span style=font-weight: bold;Hi how are you/spanspan style=font-weight: bold;'

RE: [flexcoders] html in flex

2008-09-29 Thread Ryan Graham
HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of abhishekchess1 Sent: Thursday, September 25, 2008 9:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] html in flex hello frnds, i'm using html in flex , in my html code

Re: [flexcoders] html in flex

2008-09-26 Thread Sajid Hussain
: abhishekchess1 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, September 26, 2008 9:34:59 AM Subject: [flexcoders] html in flex hello frnds, i'm using html in flex , in my html code i'm showing first 1 image then its details then at next line anather image and its details , but when i'm doing

[flexcoders] html in flex

2008-09-25 Thread abhishekchess1
hello frnds, i'm using html in flex , in my html code i'm showing first 1 image then its details then at next line anather image and its details , but when i'm doing this , it shows first image then text of its beside it and next line but beside first img 2nd image's details also and then it

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

[flexcoders] HTML IN FLEX

2008-03-12 Thread kpjj31
Can someone please tell me if th mx:HTML tag only works when building air apps and not in flex. Thank you.

RE: [flexcoders] HTML IN FLEX

2008-03-12 Thread Mark Rausch
] HTML IN FLEX Can someone please tell me if th mx:HTML tag only works when building air apps and not in flex. Thank you.

Re: [flexcoders] HTML IN FLEX

2008-03-12 Thread Josh McDonald
From: kpjj31 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 13, 2008 11:10:47 AM Subject: [flexcoders] HTML IN FLEX Can someone please tell me if th mx:HTML tag only works when building air apps and not in flex. Thank you

[flexcoders] html-wrapper Flex Ant Task

2007-08-27 Thread chuyler1
I've got two questions about using Ant to generate the html for our project. 1) Why isn't there a way to specify an external template folder? I searched this site and saw that people were re-compiling FlexAntTasks in order to get their template changes to work. Is this really the recommended

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

[flexcoders] HTML in Flex

2007-03-15 Thread Persaud, Anthony
A newbie here. Is there a way to load an external HTML page or website (ex. www.google.com http://www.google.com/ ) inside a flex application? I see it in all the Apollo presentations, but haven't seen any FLEX component that can render an HTML (and let the user interact with it as if it was a

RE: [flexcoders] HTML in Flex

2007-03-15 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] HTML in Flex A newbie here. Is there a way to load an external HTML page or website (ex. www.google.com http://www.google.com/ ) inside a flex application? I see it in all the Apollo presentations, but haven't seen any FLEX component that can render an HTML

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.

[flexcoders] HTML in Flex

2007-02-08 Thread Robert Shaw
I already think I know the answer, but I will ask anyway. We buy medical knowledge from a company in HTML page format. Question is, using Flex, is their any way I can read these HTML pages into Flex and display. I know I can do this in Java, but it would take forever and my boss wants to get

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

[flexcoders] Html in Flex?

2007-01-10 Thread gtuhl
We have an existing application that has a feature enabling a user to set content for and preview html newsletters. We are in the process of researching Flex2 and determining whether the client-side of this application (currently xul/html/js) should be converted. Is there any way to render html

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

RE: [flexcoders] HTML with flex

2005-03-03 Thread Tracy Spratt
|center] u -Original Message- From: Arjun [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 5:03 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] HTML with flex Hello Need some idea suggestion on how to use html table tag like functionality in flash, as far I know table