RE: [Flashcoders] blog presentation > flash

2005-11-01 Thread dc
Judah hi - > I started a Flash UI for drupal project a while ago. After my > research I figured you could do a Flash front end to display > data but it would be difficult to do the data entry. So the > option would be a mixed site with Flash to display content > and HTML to create it. I came t

Re: [Flashcoders] blog presentation > flash

2005-10-31 Thread Rob Maurizi
We've done several sites using WordPress strictly as the CMS and bypassing a lot of the "blog" features of the front end (comments, etc.). It shouldn't be too difficult to wrangle WP's template tags in your own PHP scripts to output to your Flash interface. This goes along with Judah's po

Re: [Flashcoders] blog presentation > flash

2005-10-31 Thread Judah Frangipane
Hi dc, I started a Flash UI for drupal project a while ago. After my research I figured you could do a Flash front end to display data but it would be difficult to do the data entry. So the option would be a mixed site with Flash to display content and HTML to create it. I came to the conclusion t

RE: [Flashcoders] blog presentation > flash

2005-10-31 Thread dc
Hi John - > > I need to do a product site which is viewed in flash, but > want to use > > a blogging system to manage the content updates. > > Do you need to update just text? or also images? or also > display structure (columns, layout etc)? or also database > structure (new catalog items, e

Re: [Flashcoders] blog presentation > flash

2005-10-31 Thread Mike Britton
I've done a presentation layer for Movable Type that hits an AMFPHP service class. Email me offlist if you want the class. I'm not sure if it works with the latest Movable Type though. It's really easy to work with using Flash remoting, methods like getEntries, getCommentsForEntry, getCategories

Re: [Flashcoders] blog presentation > flash

2005-10-31 Thread Mike Duguid
probably worth checking out mosxml, a version of mambo that outputs xml and has a basic flash skin in the download http://www.ciadd.co.uk/mosxml/index.php?option=content&task=view&id=41 On 10/31/05, dc <[EMAIL PROTECTED]> wrote: > > I need to do a product site which is viewed in flash, but want t

Re: [Flashcoders] blog presentation > flash

2005-10-31 Thread John Dowdell
dc wrote: > I need to do a product site which is viewed in flash, but want to use a > blogging system to manage the content updates. Do you need to update just text? or also images? or also display structure (columns, layout etc)? or also database structure (new catalog items, etc)? Knowing the m

[Flashcoders] blog presentation > flash

2005-10-31 Thread dc
I need to do a product site which is viewed in flash, but want to use a blogging system to manage the content updates. seems like wordpress has well documented DB apis etc to pull the post content out of; has anyone seen other blogging systems that someone has written a flash presentation layer o