A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: image box please

  1. #1
    Member
    Join Date
    Feb 2004
    Posts
    53

    image box please

    I have a text box, when u click a button the textbox fills with the text i want it to.

    Now I want an image box so that when you click on a button that box fills up with an image from the library, any ideas?
    mike

  2. #2
    Member
    Join Date
    Jan 2004
    Posts
    33
    code:
    on (release){
    yourEmptyMC.attachMovie(yourGraphic)
    }



    Or something like that, do some research/tutorials

    -Gabe

  3. #3
    Member
    Join Date
    Feb 2004
    Posts
    53
    I still cant get it to work??? I looked for tutorials for about an hour and cant find anything

  4. #4
    Senior Member
    Join Date
    Nov 2003
    Location
    N. Virginia
    Posts
    225
    in the library, right click on the movie you would like to attach,
    click on linkage.
    select "export for actionscript"

    keep the default name,(should be the same as existing)
    and you should be fine when calling it via "attach"


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