Answered
Not loading the .png images
I am loading the images from RSS feed, it works perfectly with .jpg images, but not .png or any other formates. here is my code:
function getImgUrl(str:String):String {
var pattern:RegExp = /src=\"([^\"]+\.jpg|gif|tiff|jpeg|png)/ig;
can some one help Me please.
thanks,
Naveen
