Hi my first post
I´m building a flash site into wich I´m loading text from a text file. The text file is generated by a php-file.
The question i how do I urlencode the text before it is "stored" into the text file.
Flash does not suport special characters like äåö but if they are urlencoded it should work according to macromedia.
So far all I think 🙂 I´ve figured out it the
($foo=urlencode($bar)
command (?) but I have no idea how to use it.
Attaching my php file incase that helps you to help me.
Thx in advance