TUTORIAL Loading External Text in Flash and Flex

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
18,194
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Aug 25, 2007

Perkins brother and Flash expert, Todd, shows you how to dynamically load an external text file.

Category:

Howto & Style

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:
see all

All Comments (27)

Sign In or Sign Up now to post a comment!
  • Very nice tutorials.....................­.

  • var loader: URLLoader = new URLLoader();

    loader.load(new URLRequest("external.txt"));

    loader.addEventListener(Event.­COMPLETE, onComplete);

    function onComplete(event:Event):void

    {

    external_txt.text = event.target.data;

    }

    It works great!

  • Thanks for this, works great

  • Hey great tutorial man. I have a bit of a problem though. The scroller works when you preview it in flash but when you publish it, it only works in IE no other browsers work.

    I'm designing a website for a friends band and need the scroller to work on multiple browsers.

    Any thoughts?

  • Wish you had done that AS2 :((

  • for ARISPREVEZA

    u has a wrong....

    u need write ( " ) in ("external.txt"));

  • var loader:URLLoader = new URLLoader();

    loader.load(new URLRequest("external.txt));

    loader.addEventListener(Event.­COMPLETE, onComplete);

    function onComplete(event:Event):void

    {

    external_txt.text = event.target.data;

    }

    am I right?

  • In AS2 it takes 1 line of code only.

  • How would you configure a button so that when clicked it opens an .swf file in the UILoader?

  • Hey Todd, This is an awesome tutorial. I wonder if you could let me know if there is a way and how to load data from an excel file into flash cs3.

    Thanx

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more