I imported a bunch of bitmaps (PNGs). The library symbol names all included the full file name and its extension. When I check "export for actionscript" it generates a class name based on the symbol name, and it includes the ".png", even though that's invalid in a class name.
When I select multiple bitmaps and choose properties and export for actionscript, it has a note saying that classnames will be automatically generated for all items, but it does the same thing... including the ".png" in all the class names. Is this a problem? Wouldn't it save time if Flash would automatically strip the file extension from the instance name of bitmap library symbols when generating class names?