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

  1. #1

    Default cfgraph and XHTML

    Hello all,

    I have an XHTML 1 Strict page that includes a cfgraph Flash graphic. I've seen
    that the HTML code generated is not XHTML: tags are in uppercase, some
    parameters doesn't have double quotes...

    Are there any way to force cfgraph to generate valid XHTML code?

    Thanks,

    Ernesto RA Guest

  2. Similar Questions and Discussions

    1. CFGraph - not working on 3 servers
      I have 3 servers that I help manage - all Windows 2000, 2 with CF5 and one with 6.1MX on it. One of our clients is trying to use cfgraph, and the...
    2. cfgraph
      Yeah I have the same problem. Any solution for this? I think there are still lots of CF5 users out there who would appreciate this. Since there will...
    3. CFGraph dynamic XML style
      Hi, Is it possible to make a dynamic XML style. In other words, I do not wish to use an XML file, but instead use a CF-variable, /Mikkel
    4. another cfgraph question
      For each value that is plotted, I want to show on the x axis what it corresponds to but on the x-axis it seems to only give the first, middle, and...
    5. CFGRAPH: Big changes in MX7 - WHY and how do I get theold look?
      In the new MX7 there is made some changes. And I can not see why they have made them. The first thing I notice is that the line thickness is 3-400%...
  3. #2

    Default Re: cfgraph and XHTML

    I don't think you can use Flash in an XHTML document and have it be valid mark
    up. This is because to get it to work in IE you need to use <embed> to get IE
    to stream flash properly and that is not part of the XHTML specification.

    Stressed_Simon 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