Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Change RSS text to local text file

Explorer ,
May 20, 2014 May 20, 2014

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
224
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 20, 2014 May 20, 2014

replace the text in blue with the local url.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 20, 2014 May 20, 2014

That did not work.  I changed it to "mycrawl.txt" and no text appeared in the test movie. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 20, 2014 May 20, 2014
LATEST

that's a file name, not a url.

find the code that loads RSS_URL and post that.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines