actionscript 2 - Flash cache is not working -
greetings, why flash resources not put in cache? use as2, here's html:
<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width=544 height=544 id=destiny align=middle> <param name=allowscriptaccess value=samedomain /> <param name=movie value=http://mkdev/e/other/flash/villages/destiny.swf /> <param name=menu value=false /> <param name=quality value=best /> <param name=wmode value=transparent /> <param name=bgcolor value='#66cccc' /> <embed src=http://mkdev/e/other/flash/villages/destiny.swf menu=false quality=best wmode=transparent bgcolor='#66cccc' width=544 height=544 name=destiny align=middle allowscriptaccess=samedomain type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /> </object> my images loaded
mcl.loadclip("http://mkdev/g/generated/100x100/tile_" + numtile + ".jpg", ord);
the short answer is, flash has nothing whether loaded resources cached. when load things, flash passes request along browser , waits response, flash has no influence on whether response comes out of cache, or whether response gets cached. indeed, inside flash can't tell whether you're getting cached responses or not, unless examine response headers or guess based on timing.
so can't issue, can advise elsewhere problem!
Comments
Post a Comment