Hi there

We have recently had a request for a webpage where a single news headline is typed out across the screen letter by letter - when typed out it disappears, and in its place the next headline types out. There'd be about 6 headlines. When any of the headlines are clicked it would go through to that headlines corresponding news story.

I figured if i had a mysql table with id, headlines, story, timestamp - with the data stored in here i could somehow get Flash to communicate with it to display these headlines, and make them dynamically link to the story.

Can this be done?

Does anyone have a script i can have - or is there a tutorial addressing this anywhere? I've seen the typewriter flash tutorial/script but this just calls static lines of text - not from a db.