PDA

View Full Version : LoadVars and &


simone
12-12-2005, 10:16 AM
Hi, It's Simone from Italy.
Not a great english speaker and not so expert at Flash as well.

I've got trouble with LOADVARS... because my variables sometimes have the "&" character inside, so LOADVARS cut my text in 2 differt parts.

How can I fix It?

Thanks
Simo

gusion
12-12-2005, 10:30 AM
oh yes thats an awful thing... till now i dont know a better solution than replacing the "&" to "/and/" before transferring it (eg by php command str_replace) and then converting it back in flash. kinda complicated, but it works. but it would be great if someone has found another solution.

amen0
12-12-2005, 10:48 AM
u should see this (the link posted by CyanBlue)
http://www.actionscript.org/forums/showthread.php3?t=90033

simone
12-12-2005, 01:12 PM
Thank you very much....

gusion
12-12-2005, 01:17 PM
oh that list is extremely helpful! thx!