I have a large dynamic text that is formated inside of flash (new lines, bold text ect).
I am trying to post that information to a website using geturl(). Is there any way to make newlines in a posted url??
I can have the dynamic text posted either as html or plain text (it is formated and displayed in flash as html) however, If I post the html, the browser reads the varriables as html and displays all the html tags. If I post it as plain text, it displays one long string.
the posted variables are being handled via php.




Reply With Quote