PDA

View Full Version : best way to make dynamic news section?


sineadhartley
04-19-2006, 03:33 PM
Hi there
am currently developing a website in flash and I need to make a little news section with dynamic data as news will be changing every few weeks. I would like to have a list of the news titles and then when you click on a title it brings you to a page with the full content - all dynamically generated. I feel that setting up a mySQL DB and using PHP to read the data is a bit full on for such a small section. Does anyone have any ideas as to the best way to approach this?

Any help would be excellent!

Thanks in advance.

hooj
04-20-2006, 06:21 AM
Download XPath and use XML.

You don't need XPath to handle XML in Flash, but it's a lot easier!

sineadhartley
04-20-2006, 11:42 AM
Hi Hooj
thanks for that! Will give it a shot!