Not loading the .png images
i loading images rss feed, works .jpg images, not .png or other formates. here code:
function getimgurl(str:string):string {
var pattern:regexp = /src=\"([^\"]+\.jpg|gif|tiff|jpeg|png)/ig;
can 1 me please.
thanks,
naveen
first test if works if exchange positions of jpg/png file formats inside regular expression.
if yes: sth in syntax of pattern faulty
if no: somehow application can work jpg images (look how use pngencoder in as3)
More discussions in ActionScript 3
adobe
Comments
Post a Comment