Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

text file

Status
Not open for further replies.

disfasia

Programmer
Apr 20, 2001
378
CA
i am making a site where i need to have the pages changeable to a user who wants to update them from time to time and who does not have or know how to use flash. how would i go about making a file that others can update?

also, this has nothing to do with flash, but how might someone be able to see the number of visitors to their site without having a counter?

thanks for the help!

disfasia
 
i have read more on this site about this subject, and it seems i need to write the page in php...but i do not know how to do this either. if someone could kindly let me know where to go to find this information or the code i would greatly appreciate it!

thanks again,
disfasia
 
php forum?
e.gif


carlsatterwhite@endangeredgraphics.com
 
I don't think this is purely php...what i need to know is how to put text into my flash file embedding it in a movie. I was told a while back that this is possible so that I do not have to update my page all the time, but can just rewrite or add text to the text file.

disfasia
 
If you're going to start into stuff like php, do you need Flash at all; are you just using it as an engine for creating dynamic content? If so, you should try asp or something like that.

Having said that, you can load stuff dyanmicaly into Flash by allowing users to edit a text file and then loading the contents of that into a dynamic text box. If you tick the 'html' flag then this allows the users to format the info. using standard html flags, etc.

You have to use the 'loadVariablesNum (&quot;<file name>&quot;, <movie level>);' command to load the variables in the file into your movie. All you need to do then is simply have a plain text file with a '&my_text=<users text>&', and then call your dynamic variable 'my_text'.

:)

PetitPal.
 
thanks petit. do you know of a tutorial that will show me step by step this process? somebody who does not know flash asked me to make a site for him but he wants to be able to change the information in a few of the pages. I figured this was the easiest way to make the site for him since he can just edit the text file. do you have other suggestions regarding this?

thanks again,

disfasia
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top