rachna
09-19-2005, 08:16 PM
Hey ! here's an interesting one !
Pls take a look at one of the cards on http://www.clearlycute.com - At the end of the card "your message goes here" the following action script in embeded.
onClipEvent (load) {
t1btnup._visible = false;
t1btndown._visible = false;
strMssg.text = "";
loadVariables("cardmessage.php", this);
}
onClipEvent (data) {
strMssg.text = cardmessage;
if (strMssg.maxscroll>1) {
t1btnup._visible = true;
t1btndown._visible = true;
}
}
But what do I do to make SURE that accents in Spanish and French also show up ? I have had a roller-coaster ride with this problem and have no idea how to solve it. ! Please please please, tell me what to do !
:cry:
Rachna
Pls take a look at one of the cards on http://www.clearlycute.com - At the end of the card "your message goes here" the following action script in embeded.
onClipEvent (load) {
t1btnup._visible = false;
t1btndown._visible = false;
strMssg.text = "";
loadVariables("cardmessage.php", this);
}
onClipEvent (data) {
strMssg.text = cardmessage;
if (strMssg.maxscroll>1) {
t1btnup._visible = true;
t1btndown._visible = true;
}
}
But what do I do to make SURE that accents in Spanish and French also show up ? I have had a roller-coaster ride with this problem and have no idea how to solve it. ! Please please please, tell me what to do !
:cry:
Rachna