Hey.
im playing around with a flash website and came onto a little problem
im importing text to flash with
ActionScript Code:
[FONT=Courier New][LEFT][COLOR=#000000]var[/COLOR] sd:[COLOR=#0000ff]LoadVars[/COLOR] = [COLOR=#000000]new[/COLOR] [COLOR=#0000ff]LoadVars[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#000000]var[/COLOR] reciever1:[COLOR=#0000ff]LoadVars[/COLOR] = [COLOR=#000000]new[/COLOR] [COLOR=#0000ff]LoadVars[/COLOR]COLOR=#000000[/COLOR];
sd.[COLOR=#0000ff]sendAndLoad[/COLOR][COLOR=#000000]([/COLOR][COLOR=#ff0000]‘http://xew.mine.nu/scripts/newsRead.php’[/COLOR], reciever1, [COLOR=#ff0000]‘POST’[/COLOR][COLOR=#000000])[/COLOR];
reciever1.[COLOR=#0000ff]onLoad[/COLOR] = [COLOR=#000000]function[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000ff]trace[/COLOR][COLOR=#000000]([/COLOR][COLOR=#ff0000]"Recieved info -> "[/COLOR]+reciever1[COLOR=#000000])[/COLOR];
t1.[COLOR=#0000ff]html[/COLOR] = [COLOR=#000000]true[/COLOR];
t1.[COLOR=#0000ff]htmlText[/COLOR] = reciever1.[COLOR=#000080]woo[/COLOR];
[COLOR=#000000]}[/COLOR];
[COLOR=#0000ff]stop[/COLOR]COLOR=#000000[/COLOR];
[/LEFT]
[/FONT]
(im using sendAndLoad and not just load because i will add sending stuff later)
as you can see from code im getting this page
[URL=“http://xew.mine.nu/scripts/newsRead.php”]http://xew.mine.nu/scripts/newsRead.php
it works perfectly if im not using any special html tags, if i do <b> </b> on a segment the text becomes invisible, same with <i></i>… underline <u></u> seems to work though…
what could be the problem?
i have imported and embeded all fonts in the .swf
Thanks
//VoS
P.S. can see it run at http://xew.mine.nu > news
downloadable .fla at http://xew.mine.nu/content/news.fla