!! Inserting HTML document !!

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default !! Inserting HTML document !!

    Hello.

    My webpage ([url]www.talhagriot.com[/url]) has a News section. For convenience, I want
    the news section to display a simple HTML document, so that when I update the
    ..html file, the news section updates itself. Like XML, you know?

    What's the best way to embed an HTML document into a Flash page, and is this
    even possible?

    - Talha

    the Griot Guest

  2. Similar Questions and Discussions

    1. Inserting code into <head> of document
      Hi all, It seems that devforums.macromedia.com no longer exists or at least I can't connect to it. I have built some easy commands that insert...
    2. Javascript error while inserting document
      I do support at a school where the teachers use Contribute to update their webpages. A few teachers have newsletters in MS Publisher and they insert...
    3. Inserting image into PDF document
      We have a product manual which has our old logo in the bottom left hand corner, we want to insert the new logo over the top without having to...
    4. inserting html document with hyperlinks into email
      Hello, I have created an 8x10 size document in InDesign - newsletter style with photos and text. Then I export it as an EPS so I can open it in...
    5. Error upon inserting a Fireworks pop-up menu into a DW-MX document
      Can anyone help with this annoying problem? When I insert a certain pop-up menu into a DW template document, I get the following error messages,...
  3. #2

    Default Re: !! Inserting HTML document !!

    The TextField class with the html property set to true and using the
    htmlText property will allow a subset of HTML tags and CSS but not a full
    range of tags seen in an HTML document.

    --
    Lon Hosford
    [url]www.lonhosford.com[/url]
    May many happy bits flow your way!
    "the Griot" <webforumsuser@macromedia.com> wrote in message
    news:dl7u7m$mjb$1@forums.macromedia.com...
    Hello.

    My webpage ([url]www.talhagriot.com[/url]) has a News section. For convenience, I want
    the news section to display a simple HTML document, so that when I update
    the
    ..html file, the news section updates itself. Like XML, you know?

    What's the best way to embed an HTML document into a Flash page, and is
    this
    even possible?

    - Talha


    Motion Maker Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139