HTML embedded in Flash

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

  1. #1

    Default HTML embedded in Flash

    Hi there,

    Got a little issue here. Hope someone can help me out.

    I want to read an entire html file into a variable, but with out using the
    "variable=" in the html file. The problem is, there are ampersands in the
    HTML file and the movie thinks it should see this as a separation of
    variables :-(.

    Is there a way to read the entire file into a variable or should i work
    another way around to show the HTML in a textbox?

    Anyone please?

    Thanks,


    Jacques


    J&B Guest

  2. Similar Questions and Discussions

    1. problem loading .swf embedded with HTML
      Hi All, I have embedded .swf file with HTML. It is working fine with win xp and win 2003. But not working on win 2000 server. I have set the...
    2. swf accesses database, html embedded flash does not
      Hi, I'm accessin a remote SQL database with web services. I'm finding that if I publish the application and run just the swf, when I do a...
    3. Embedded dll in html page
      Hi, I've tried creating a very basic class library. It has one object and one property. The property returns always the same string value. I...
    4. gap under Flash .swf file embedded in .html page
      Hello, When I insert a Flash .swf file into an .html table (created in Dreamweaver), I get a white gap of about two pixels between the .swf file...
    5. How do I center a .swf embedded in Html?
      HI I need to center my flashmovie so it is in the middel of the html-page no matter the resolution? It is made as a popup - but it doesnt have to...
  3. #2

    Default Re: HTML embedded in Flash


    You could try encoding the special characters according to this table:

    [url]http://www.macromedia.com/support/flash/ts/documents/url_encoding.htm[/url]


    If you do not specify a variable, Flash can't know where to put the
    loaded stuff, so you have a problem here. Perhaps you could put the
    "variable = " text inside comment marks in your html file, and strip the
    ending comment mark out in flash?

    --
    Patrik


    J&B wrote:
    > Hi there,
    >
    > Got a little issue here. Hope someone can help me out.
    >
    > I want to read an entire html file into a variable, but with out using the
    > "variable=" in the html file. The problem is, there are ampersands in the
    > HTML file and the movie thinks it should see this as a separation of
    > variables :-(.
    >
    > Is there a way to read the entire file into a variable or should i work
    > another way around to show the HTML in a textbox?
    >
    > Anyone please?
    >
    > Thanks,
    >
    >
    > Jacques
    >
    >
    Patrik Liljebäck 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