I'm trying to send some content from php to flash. Everyting is ok, excepts this:
I have a string with this char: &
When flash in interpreting the content from php, it stops in this char.
What can i do to flash ignore this char?
I'm trying to send some content from php to flash. Everyting is ok, excepts this:
I have a string with this char: &
When flash in interpreting the content from php, it stops in this char.
What can i do to flash ignore this char?
I think that using the "&" signals Flash that it's the end of a variable. Do you have an example of the string you're trying to interpret, and how you're pulling it into Flash?
i solved the problem with urlencode in php.
Bookmarks