Flash spec. chars HELP!!!
Flash spec. chars HELP!!!
Out of context: Reply #15
- Started
- Last post
- 18 Responses
- yah0
unfittoprint, Anarchitect
Thanks for your responses, I'm still having trouble with both ways.
1. When I use utf8_encode() in PHP it completely drops all ampersands.
2. If I print an XML from PHP then it how do I get the data into Flash within the LoadVars object? eg.
In Flash:
myLV = new LoadVars();
myLV.onLoad = function() {
myText.htmlText = this.newsText;
// do I create a new xml object here?
}
myLV.load("fetch_data.php");The URL:
http://www.zenithstentgraft.com/…The PHP (text):
http://www.zenithstentgraft.com/…Thanks for your help.