ThomasJSmart
Programmer
- Sep 16, 2002
- 634
Hi,
Im trying to pass some special characters to flash like ëèï etc. to flash using a loadvars() object.
This loads a textfile with variables like:
foo=bër&foo2=bïr
These are then loaded into the FlashMX listbox with
list.addItem(foo, foo2);
problem is its not working.... The problem being the special chars as adding normal text works fine.
Any ideas what im doing wrong?
Thank you,
Thomas
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
Im trying to pass some special characters to flash like ëèï etc. to flash using a loadvars() object.
This loads a textfile with variables like:
foo=bër&foo2=bïr
These are then loaded into the FlashMX listbox with
list.addItem(foo, foo2);
problem is its not working.... The problem being the special chars as adding normal text works fine.
Any ideas what im doing wrong?
Thank you,
Thomas
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!