Hi,
I wrote a flashscript that receives some data from db and need to write it into hidden field in html page. It works ok for short texts but when the text’s size from db exceeds somewhere around 450 characters it simply stops writing it. And I don’t understand what’s the reason.
Another thing. When I try to pass html tags within text, some of work ok like bold, or italic tags but for instance the link tag (a href) doesn’t work.
Need your help.