Select to view content in your preferred language

HTML in georss widget and popup

1579
1
08-04-2011 07:59 AM
FaizanTayyab
Deactivated User
Hi,

I have HTML in the description part of the rss feed item being returned and displayed in the widget. However the HTML is displayed as it is, which doesnt look good. Is there any way for the flash player to parse the HTML and display text rather then HTML with tags.

Thanks
Tags (2)
0 Kudos
1 Reply
FaizanTayyab
Deactivated User
Might help someone else

var htmlText:String = recxml.description;      htmlText=htmlText.replace(/<.*?>/g, "");
0 Kudos