Forums
This topic is locked
Txt-ASP-Flash
Posted 22 Aug 2002 07:52:29
1
has voted
22 Aug 2002 07:52:29 chadmih chad posted:
Hello,Does anyone know of a good tutorial that explains how to display data from a .txt or an access database in flash using ASP?
I would like to build a news section on my flash website and update a txt file dynamically.
If anyone would be interested in helping I would be greatly appreciative.
Thank you.
Replies
Replied 22 Aug 2002 09:03:35
22 Aug 2002 09:03:35 Vince Baker replied:
This tutorial will show you have to read / write / amend a text file.
www.4guysfromrolla.com/webtech/faq/FileSystemObject/faq3.shtml
<% Response.write(The best line of code you can ever use"%>
Vince
VBScript | ASP | HTML | SQL | Oracle | Hosting
www.4guysfromrolla.com/webtech/faq/FileSystemObject/faq3.shtml
<% Response.write(The best line of code you can ever use"%>
Vince
VBScript | ASP | HTML | SQL | Oracle | Hosting
Replied 22 Aug 2002 19:54:11
22 Aug 2002 19:54:11 chadmih chad replied:
Thank you for the link. That will help. The flash part is what I am really stuck on though.