loadVars: how to load "&" Sign or "%" sign

i was just wonder if there is a possible way to do this?
If you can actually load these signs % or &.

No, you would have to load the html equivalent. Load Vars will bomb otherwise.

do you mean like & & &#38
this still doesnt work

[QUOTE=jon_bla;2329122]do you mean like & & &
this still doesnt work[/QUOTE]

I’ve done this without issue. I use %25 for % and %26 for &. Make sure that the html page that holds the swf has this line in the head tag.
<meta http-equiv=“content-type” content=“text-html; charset=utf-8”>

Are you loading from an external text file? If so make sure that you save it with utf-8 encoding

ogm