RE: [Flashcoders] Som HTML tags do not work in Flash?

2010-01-02 Thread Cor
Yes, I forgot to set .multiline=true; Thank you! -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul Andrews Sent: zaterdag 2 januari 2010 17:39 To: Flash Coders List Subject: Re: [Flashcoders] Som HTML ta

Re: [Flashcoders] Som HTML tags do not work in Flash?

2010-01-02 Thread Paul Andrews
Cor wrote: Thanks Henrik, OK. Can you tell me how to set a new line in my database which will be rendered in Flash? t.htmlText="abcdef"; works for me.. The normal flash way "\n" doesn't work either. Regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [

RE: [Flashcoders] Som HTML tags do not work in Flash?

2010-01-02 Thread Cor
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders __ Informatie van ESET NOD32 Antivirus, versie van database viruskenmerken 4737 (20100102) __ Het bericht is gecontroleerd door ESET NO

Re: [Flashcoders] Shared objects in AIR

2010-01-02 Thread Maximilian Herkender
For anyone who cares, I think the best place to store shared data for AIR apps is two directories below the usual storage directory (the appdata root). Works well for me. -Max On Wed, Dec 30, 2009 at 7:44 PM, Maximilian Herkender wrote: > I thought so too, but I'm not really sure where they shou

RE: [Flashcoders] Som HTML tags do not work in Flash?

2010-01-02 Thread Benny
listinfo/flashcoders __ Informatie van ESET NOD32 Antivirus, versie van database viruskenmerken 4737 (20100102) __ Het bericht is gecontroleerd door ESET NOD32 Antivirus. http://www.eset.com ___ Flashcoders mailing list Flashcoders@c

RE: [Flashcoders] Som HTML tags do not work in Flash?

2010-01-02 Thread Cor
Thanks Henrik, OK. Can you tell me how to set a new line in my database which will be rendered in Flash? The normal flash way "\n" doesn't work either. Regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On B

Re: [Flashcoders] Som HTML tags do not work in Flash?

2010-01-02 Thread Henrik Andersson
Cor wrote: Any ideas?? Pretend that it's not html but some propertiary formating language. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Som HTML tags do not work in Flash?

2010-01-02 Thread Cor
Hi List, I load my text from a mySQL database using AMFPHP. In Flash I have a: var tf:TextField = new TextField(); tf.htmlText = data[0][0]; trace("typeof = "+typeof(aData[0][0])); //returns string addChild(tf); Everything shows. But when I use HTML in my text in the database, these show cor