Jump to content
Search Community

Search the Community

Showing results for tags 'noCache'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 2 results

  1. Dear colleagues, Could you help me with noCache please? I try to do unCached (noCache:true) XML file loading, but with caching loading data from the XML (noCache:false). On server I have XML file <?xml version="1.0" encoding="iso-8859-1"?> <data> <LoaderMax name="n" prependURLs="www" load="true" noCache="false"> <ImageLoader url="1.jpg" name="im1" noCache="false"/> <ImageLoader url="2.jpg" name="im2" noCache="false"/> </LoaderMax> </data> and AS3 code: var loader:XMLLoader = new XMLLoader("xmldata.xml", {noCache:true, onRawLoad:ChangeCacheParam}); function ChangeCacheParam(event:LoaderEvent):void{ loader.vars.noCache =false; var imageLoaderVars:ImageLoaderVars = new ImageLoaderVars(); imageLoaderVars.noCache(false); } But after many experiments of images uploading they are cached (url with gsCacheBusterID=134...). May be some one have solved this problem or may be I have error in my code. Thank you in advance for your help, Vlad
  2. I'm a little confused on the caching of Video in Flash. I have an intro in *.mp4 format which I load with VideoLoader at my site, but I've noticed that even if I preload it once at 100%, the next time I open the site (remotely) it preloads again. I have no anti-caching systems of my own, and I tried to set the videoLoader.noCache = false; but it doesn't seem to do anything. Is it just the way browsers cache video, in that they don't store it in cache?
×
×
  • Create New...