  | | | Subject: html in flash | Subject: html in flash 2004-03-09 - By Adaryl Wakefield
Back Messageoh no html is fine I was just concerned if I click render text as html that that ment that if I feed a dynamic text box html that it would come out formatted properly.
Adaryl "Did you reboot?" Wakefield Aviator by passion Programmer by sheer force of will -- -- Original Message -- -- From: Jesse Warden To: 'flashnewbie@(protected)' Sent: Tuesday, March 09, 2004 11:03 AM Subject: RE: [Flashnewbie] html in flash
OH, without... help if you read Jesse.
newline, but that is just a constant for "\n". So, it should properly read the line breaks. Not sure about displaying, though. I've had whack issues with \n and \n\r mixtures. Just have to experiement. -- --Original Message-- -- From: Marc Hoffman [mailto:lists@(protected)] Sent: Tuesday, March 09, 2004 12:00 PM To: flashnewbie@(protected) Subject: Re: [Flashnewbie] html in flash
\n or \r will insert a line break in a standard string. Not sure if there's another way to do it without HTML. Anybody else??? -Marc
At 08:04 AM 3/9/2004, you wrote:
I need a quick answer to this basic question. Im feeding flash some database info but I need to format it. Can I do that using html tags or will flash read line feed chars?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>Message</TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1"> <META content="MSHTML 5.50.4807.2300" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>oh no html is fine I was just concerned if I click render text as html that that ment that if I feed a dynamic text box html that it would come out formatted properly.</FONT></DIV> <DIV> </DIV> <DIV>Adaryl "Did you reboot?" Wakefield<BR>Aviator by passion<BR>Programmer by sheer force of will</DIV> <BLOCKQUOTE dir=ltr style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"> <DIV style="FONT: 10pt arial">-- -- Original Message -- -- </DIV> <DIV style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> <A title=warden@(protected) href="mailto:warden@(protected)">Jesse Warden</A> </DIV> <DIV style="FONT: 10pt arial"><B>To:</B> <A title=flashnewbie@(protected) href="mailto:'flashnewbie@(protected)'">'flashnewbie@(protected) .figleaf.com'</A> </DIV> <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, March 09, 2004 11:03 AM</DIV> <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [Flashnewbie] html in flash</DIV> <DIV><BR></DIV> <DIV><SPAN class=061200317-09032004><FONT face=Arial color=#0000ff size=2>OH, without... help if you read Jesse.</FONT></SPAN></DIV> <DIV><SPAN class=061200317-09032004><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=061200317-09032004><FONT face=Arial color=#0000ff size=2>newline, but that is just a constant for "\n". So, it should properly read the line breaks. Not sure about displaying, though. I've had whack issues with \n and \n\r mixtures. Just have to experiement.</FONT></SPAN></DIV> <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"> <DIV></DIV> <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT face=Tahoma size=2>-- --Original Message-- --<BR><B>From:</B> Marc Hoffman [mailto:lists@(protected)] <BR><B>Sent:</B> Tuesday, March 09, 2004 12:00 PM<BR><B>To:</B> flashnewbie@(protected)<BR><B>Subject:</B> Re: [Flashnewbie] html in flash<BR><BR></FONT></DIV><FONT size=3>\n or \r will insert a line break in a standard string. Not sure if there's another way to do it without HTML. Anybody else??? -Marc<BR><BR>At 08:04 AM 3/9/2004, you wrote:<BR><BR> <BLOCKQUOTE class=cite type="cite" cite="">I need a quick answer to this basic question. Im feeding flash some database<BR>info but I need to format it. Can I do that using html tags or will flash<BR>read line feed chars?</FONT></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>
|
|
 |