A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: using images in external text file?

  1. #1
    Member
    Join Date
    Jul 2002
    Location
    Corpus Christi, TX
    Posts
    82

    using images in external text file?

    Hey,

    can you tell me how to put images into an MC (dtb) using an external text file?

    this is my text:

    Code:
    &newsBox=<img src="news.jpg"><BR><B>Last Update: 10.07.02</B><BR><BR>etc.
    there is more than one variable, and I want to know if my HTML is right, or if I need an operand in front of anything?

    or if my image is in the same folder - if i need a backslash, etc... think you can help?
    =w=

  2. #2
    half as fun, double the price senocular's Avatar
    Join Date
    Feb 2002
    Location
    San Francisco, CA (USA)
    Posts
    4,358
    you cannot use <img> html tags in your html, have them imported into flash and have them display your image in a textfield. Flash textfields dont support that. Instead you would have to have your image already in the flash movie or load it using loadMovie()

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