This is kind of 2 questions in one but here it goes:
I’ve followed all the tuts on loading an external text file into a text box in a flash movie and that is fine, even the one with the scroller. However I am trying to set up a site where my writers can just upload their news and it pops up on the site, but I don’t want to have to upload it myself and change the actionscript to match up with all the article names. Basically what I want to know is if there is a way for my writers just to follow a naming pattern i.e. news1.txt, news2.txt etc and for the site to keep posting them without overwriting the other previous news post. I was thinking this could be easy by using a loop and an array but I dont know how to do this with actionscript. Like the loop could increment variable i by 1 every time an article was posted and the news files could be named news*.txt and the writer could just look through the files and see which number to name the next news file. I hope that explained it good enough, if not then I will try to explain it better.
Question 2:
Is there any way to include links and/or pictures in a news post if the flash site is loading it from an external file. I know the html commands to do this on a regular site and can figure it out with actionscript but will the flash site actually read the code and make the link or post the image?
Thanks for all your help everyone.