vote up 1 vote down star

Ted talks of a "Player Cache" existing within Flash Player 9.3 that allows the Flex components to be reused across domains.

It would be an extra-benefit if my components can be reused across my multiple websites.

  1. Is this Flex only? (all code passed thru the Flex 3 compiler "mxmlc")
  2. Will Flash AS2 components be cached as well?
  3. Will Flash AS 3 components be cached as well? (compiling via the Flash IDE)
  4. Can my own components be cached? (or is the Adobe-propitiatory only?)
flag

5 Answers

vote up 2 vote down

if you create your own code library in a swf external to the main swf, this will be cached by the browser for all requests to the same host, so multiple swf files using the same code library on the same host will benefit from this. In the case of signed RSLs, effectively, Adobe is allowing their common code base to be shared across domains, for which a very high level of trust must be assumed. I can't see much reason to require this for your own code, and would view any leniency on Adobe's policy as a security risk.

edit: With the right crossdomain policies in place, there's no reason why you could not have a code library shared across multiple domains.

link|flag
vote up 1 vote down

For the player cache, only signed Adobe platform components, such as Flex, can be cached.

Emmy Huang, Product Manager, Adobe Flash Player

link|flag
What's with all the Jeremy-answer-hate? – Richard Szalay Feb 14 at 14:30
vote up 1 vote down check

"Only Adobe can create signed Runtime Shared Libraries, and only signed RSLs can be stored in the Flash Player cache. If you create an RSL that contains a custom library, it will be unsigned. You cannot sign it." My only addition to that would be, "…yet."

Knowing Adobe, if you ask loudly enough, the company finds a way.

by Tom Ortega II

link|flag
vote up 0 vote down

The what and how of the Flash Player Cache, from Adobe Labs.

link|flag
vote up 0 vote down

The flash player is not properly managing new content. It is still pulling old information from the cache when something changes on the server. Is there a way to avoid this?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.