Probably you do not wait while the loading completely ends and the loaded image is initialized. I don't know how do you load your images, but simply testing getBytesLoaded() == getBytesTotal() is not enough, test for something else besides, e.g. _width > 0 etc. If you are using MovieClipLoader, then listen for the onLoadInit event.
Attila =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From: natalia Vikhtinskaya <[EMAIL PROTECTED]> To: Flashcoders mailing list <[email protected]> Date: Saturday, August 25, 2007, 12:06:15 PM Subject: [Flashcoders] copy bitmap problem in Firefox and Safari --====----====----====----====----====----====----====----====----====----===-- Hi to all I need your help very much. I did simple work with loading images and then duplicate them as bitmap. In IE it works well. I have respond that 2PCs (Windows XP) and 1 MAC. Firefox and Safari do not display the images properly. Can anybody check and give me advice why it can be? http://www.fancybytes.com/test/ Thank you very much for help. I realy need it. _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

