<div class="grid--cell fl1 lh-lg">
<div class="grid--cell fl1 lh-lg">
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, <a href="/help/reopen-questions">visit the help center</a> for guidance.
</div>
</div>
</div>
<div class="grid--cell mb0 mt8">Closed <span title="2013-01-14 21:52:40Z" class="relativetime">7 years ago</span>.</div>
</div>
</aside>
Is-there any CMS to generate a full ajax website (in order to show a persistant flash component without reloading it at each page browsing)
</div>
This might be one of those few situations where frames can be a solution.
use an Iframe for the mainh site and have the flash in the outer page, that way the flash will never reload while the site in the ifram does.
I agree with the comment, a pure Ajax site is a monster to handle (have tried) and I doubt there are any CMS that generate pure ajax sites.
I know Plone has been used for something similar to this for at least the previous version of http://www.wolford.com/ but with rather major customisations.
The CMS was used to handle the flash files, the images, texts etc — then to output XML for the Flash appllication to consume instead of HTML for the browser.
That said, i wouldn't recommend such a solution. AJAX-only websites have too many drawbacks to be of much good.