0
Change RSS text to local text file
Explorer
,
/t5/animate-discussions/change-rss-text-to-local-text-file/td-p/6123557
May 20, 2014
May 20, 2014
Copy link to clipboard
Copied
I'm building a flash file which currently has a RSS feed as its text source. I believe this is the code which pulls that file:
private const RSS_URL:String = "website address";
Since I am so new to ActionScipts (by the way I am on Flash Professional CC) I just don't know how to go from pulling RSS to taking the text located in a local text file.
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/change-rss-text-to-local-text-file/m-p/6123558#M146897
May 20, 2014
May 20, 2014
Copy link to clipboard
Copied
replace the text in blue with the local url.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
jptoney7852
AUTHOR
Explorer
,
/t5/animate-discussions/change-rss-text-to-local-text-file/m-p/6123559#M146898
May 20, 2014
May 20, 2014
Copy link to clipboard
Copied
That did not work. I changed it to "mycrawl.txt" and no text appeared in the test movie.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/change-rss-text-to-local-text-file/m-p/6123560#M146899
May 20, 2014
May 20, 2014
Copy link to clipboard
Copied
that's a file name, not a url.
find the code that loads RSS_URL and post that.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

