all groups > flash actionscript > may 2004 >
You're in the

flash actionscript

group:

apostrophe in htmlText


apostrophe in htmlText LAphotoimage
5/28/2004 8:19:10 PM
flash actionscript:
When I have data that has an apostrophe in it I get a control character on the
screen, basically a box shape. Is there a way to represent an apostrophe or
quotes ' or " in htmlText so that it'll appear on the screen correctly? Would
you use something like a \' or \"? Does that work with actionscript?
***Variable in text file
&VarCopy=This isn't exactly working

*** Action Script
CopyMessage.htmlText=VarCopy

Re: apostrophe in htmlText Pete The Chop
5/28/2004 8:36:31 PM
try using %27 instead of '

AddThis Social Bookmark Button