[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]
   private var imageURL:String;
   private function initApp():void{
imageURL = http://www.macromedia.com/images/
homepage/en_us/fma/fma_54_bu_messaging.gif;
   }
   private function getRand():String{
return ?+(new Date().getTime());
   }
  ]]
 /mx:Script
  mx:Image id=img width=756 height=200 source
={imageURL+getRand()} 
   complete=Alert.show('source url: '+img.source.
toString())
   click=img.executeBindings()/ 
/mx:Application

click image to refresh and see current url,

hope that helps,
kind regards,
Peter Blazejewicz










--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











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 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml xmlns=*
 creationComplete=initApp();
 mx:Script
  ![CDATA[
   import mx.controls.Alert;
   [Bindable]
   private var imageURL:String;
   private function initApp():void{
imageURL = http://www.macromedia.com/images/
homepage/en_us/fma/fma_54_bu_messaging.gif;
   }
   private function getRand():String{
return ?+(new Date().getTime());
   }
  ]]
 /mx:Script
  mx:Image id=img width=756 height=200 source
={imageURL+getRand()} 
   complete=Alert.show('source url: '+img.source.
toString())
   click=img.executeBindings()/ 
/mx:Application

click image to refresh and see current url,

hope that helps,
kind regards,
Peter Blazejewicz






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 

 








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.