[flexcoders] Re: RSL error after new deployment - player cache problem ? [fixed]

2012-01-04 Thread tom.chiverton
We're experimenting with adding 'Expires' headers to the .swf files, as well as the etag and last-modified we already send. It appears just those two aren't always enough. Tom

[flexcoders] Flash Caching

2012-01-04 Thread michael_regert
I'm seeing an issue maybe some of you have run into. IE 9 seems to be caching our Flex app swf, even after clearing the cache. I've confirmed using Charles Proxy that sure enough, the SWF is never requested and IE 9 is using a cached version. We can try clearing the cache all day, shutting

[flexcoders] Repost: Adobe AIR 1.5.1: issue on opening encrypted DB

2012-01-04 Thread handitan
Hi all, I got a sqlite DB that's encrypted with AES256 using sqlite3 command line tool: sqlite3.exe -key test123Test test.db I able to do this encryption because I bought the SEE license. And I did test that the encryption does work, I could not view the DB content directly using

[flexcoders] Re: RSL error after new deployment - player cache problem ? [fixed]

2012-01-04 Thread tom.chiverton
we've now published a blog article with some details : http://www.extravision.com/blog/whats-wrong-caching Tom

[flexcoders] Re: flexx 4.6 DateSpinner component

2012-01-04 Thread markflex2007
Please help. this solution doesn't work for me. Thanks Mark --- In flexcoders@yahoogroups.com, tkraikit tkraikit@... wrote: I haven't fully tested this out, but you can try doing the following: * create your own sub-class of DateSpinner * override the createDateItemList() function and

[flexcoders] HTML component with PDF disappears on rotate/scale

2012-01-04 Thread markflex2007
I have same issue like: http://forums.adobe.com/thread/712793?tstart=0 I rotate 90 degree for mx:HTML , but it disappear . any way to fix the issue. Thanks Mark