A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: how do I load a txt file with a URL in

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Posts
    2
    I need some help on how to load a txt file into flash
    ,however the text file needs to cointain a URL, any ideas

  2. #2
    Senior Member
    Join Date
    Jul 2000
    Posts
    103

    Loading Text

    Make a text document in "notepad" and write into it some thing like this :
    text_1=Good Morning Mr Lorenz
    save it under - text_file.txt

    go to your flash movie and make a text field with a variable name of : text_1 !! (the same name)

    go to the frame you want it to start and add action to it :
    Load Variables ("text_file.txt", 0)

    this is on the Load Movie Action !
    Good Luck
    Let me know if you need something else .

    Nadav Drori - Israel .


  3. #3
    Junior Member
    Join Date
    Aug 2000
    Posts
    2

    Re: Loading Text

    I've got the stage of loading the txt file into the textfield, however I was wondering if it is possible to include a link to a web page in this and the link appearing in my flash page, does this sound sane.

  4. #4
    Senior Member
    Join Date
    Jul 2000
    Posts
    103
    Not in Flash 4.0 , I think Flash 5.0 would be able to !
    Sorry

    by

  5. #5
    Junior Member
    Join Date
    Aug 2000
    Posts
    4

    what about generator

    Is there a work around using generator?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center