>>Hi, is there a way to make all my graphics symbols to play once instead of the loop default. Maybe with JSFL ? Where can I learn about this?
Yes here is the sample from the help documentation under symbolInstance.loop fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].loop = 'single frame'; >> Also, I'd really like to make all my bitmap images to automatically not smooth on stage. That smooth option is so useless... What's it for anyway? I"ve never used it, I always uncheck it. Yes, but if you use Flash 8 they import with smoothing set to false by default. Look under BitmapItem in the JSFL help documentation here is an example fl.getDocumentDOM().library.items[0].allowSmoothing = true; I have a panel that really helps in setting multiple bitmap properties to multiple bitmaps in the library at once. You can download it here http://blog.fuelindustries.com/extensions/LibraryItems.mxp Hope that helps Julian Dolce Senior Creative Technologist Fuel Industries, INC [ p ] 613-224-6738 x241 -----Original Message----- From: Patrick Matte [mailto:[EMAIL PROTECTED] Sent: Thursday, November 24, 2005 3:52 PM To: Flashcoders mailing list Subject: [Flashcoders] flash settings JSFL ? Hi, is there a way to make all my graphics symbols to play once instead of the loop default. Maybe with JSFL ? Where can I learn about this? Also, I'd really like to make all my bitmap images to automatically not smooth on stage. That smooth option is so useless... What's it for anyway? I"ve never used it, I always uncheck it. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

