[flexcoders] Re: force image reload

2006-04-25 Thread Peter Blazejewicz
Hello Andrea, do you mean something like preventing using cached images? try something similiar: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml xmlns=* creationComplete=initApp(); mx:Script ![CDATA[ import mx.controls.Alert; [Bindable]

Re: [flexcoders] Re: force image reload

2006-04-25 Thread Andrea Varga
Hi Peter, I didn't mean preventing caching. I knew the trick there. But, actually, your solution can be used for my problem too. Thanks, Andi Peter Blazejewicz wrote: Hello Andrea, do you mean something like preventing using cached images? try something similiar: ?xml version=1.0