Results 1 to 5 of 5

Thread: TextArea margin problem

  1. #1
    Join Date
    May 2007
    Posts
    71
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default TextArea margin problem

    So I am loading images dynamically into a TextArea component via html but there is a margin of like 10 or more pixels on the top and left. I set the size of the TextArea to exactly what the image size is. Any suggestions on how to load the image without any sort of margins?

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    So why would you load images into a text area? They make empty MCs for that
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    May 2007
    Posts
    71
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    here is my code:

    Code:
    var gallery = new XML();
    gallery.ignoreWhite = true;
    gallery.load("weddings-2.html");
    gallery.onLoad = function () {	
    	image.text = gallery;
    	image.html = true;
    What AS would I use instead of "image.text = gallery;" if the image instance is an empty movieclip and not a TextArea?

  4. #4
    Join Date
    May 2007
    Posts
    71
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Never mind, figured it out. Was making this WAY harder than it needed to be.

  5. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Tis usually the case (with all of us, not just you )
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

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