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