Reputation: 96
I used both flash and drupal for creating websites. Now what i will like to achieve is to create fully functional website in flash and use drupal for creating users, roles etc. Does any one has any idea?
Upvotes: 0
Views: 429
Reputation: 345
Ok, that will try to give you a short answer. First Thing. Real Flash CMS sites have other construction then templates in Drupal. Their 1-Page Application sends and get response data from a server. There are two ways to get what you want:
Create Drupal Template with flash for all Views: 1 view = 1 page with 1 flash template. Use flshVars (put there xml describing content) to tell flash what to do and what to show. If you have in template components/widgets/etc. you have choice:
Of course you can build View from xml (tell loader what to load, about it size, etc.) or make it "static" and let its parts to read data for xml.
Create 1-site Application. In this case you must litle modify a drupal. It's simple to 1.1 point but:
That is all in short. Sorry for the typos - I had to hurry.
Upvotes: 1
Reputation: 180023
You'd need to have Drupal function essentially as an API. The Services module can help.
Upvotes: 0