I'm trying to pass a URL from a text file to flash. It gets there, but when I use it, it uses it as a string!
Here's what happens....
It reads this from the file :
imageURL=pictures/images/
Then when I tell it to load a picture from that directory, using this method :
URLRequest(path + filename); , where path is imageURL.
and it says URL not found. I had it trace it, and the path was fine. I entered the same path into the string manually, and it works. I have no clue why it won't work..