Regular Expressions - HTMLcolour example
Is there a way to load the ASCII file from the internet (eg: http://www.something.com/textfile.txt) using a pathname. If so, how do you do it? I have tried entering the URL into the "" but it doesn't load even when I am connected to the internet. I also tried deleting the "" and entered the URL but that was a syntax error.
Re: Regular Expressions - HTMLcolour example
You can use the download object. Or if it is a vitalize game and the CCN is in the same directory as the text file, you can just type in the web address for a pathname.
Re: Regular Expressions - HTMLcolour example
The web address for a pathname doesn't work.
Re: Regular Expressions - HTMLcolour example
Quote:
Originally Posted by Game_Master
The web address for a pathname doesn't work.
I've actually used it several times in my games. It only works when its a CCN file online though. Maybe you can post an example or explain a little more whats not working.
Re: Regular Expressions - HTMLcolour example
Oh, thanks! I will try that.