Start adding trace statements and look in flashlog.txt to see what it
had to say.

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of herklano
Sent: Tuesday, April 03, 2007 4:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] browser() bug?



Is this a bug or am i doing something wrong?

i have a script where i call a browser() method and it all goes well
in debug mode, but when i compile normally it doesn't work!

var imageTypes:FileFilter = new FileFilter("Images (*.jpg, *.jpeg,
*.gif)", "*.jpg; *.jpeg; *.gif"); 
var fileTypes:Array = new Array(imageTypes);
SMCDadosFile.browse(fileTypes);



 

Reply via email to