Skip to main content
Known Participant
March 15, 2024
Question

Filename in a text file

  • March 15, 2024
  • 13 replies
  • 603 views

Ok, so I have written some png files in a .txt file...

"Bracelet.png"

"Boston.png"

"Camera.png"

I would like to know how I can turn them into URLRequests using Actionscript3.

I already know how to load them.

    This topic is closed to new replies. Start a new post to keep the conversation going.

    13 replies

    kglad
    Community Expert
    Community Expert
    March 15, 2024

    this was already answered in loadImage() function.

    Known Participant
    March 15, 2024

    Oh thats right. Can I use that function with FileReference?

    kglad
    Community Expert
    Community Expert
    March 16, 2024

    what are you trying to accomplish that was answered previously?