jchatard

Members
  • Content count

    2
  • Joined

  • Last visited

Posts posted by jchatard


  1. Sorry to post again a question about accent. But really after reading all topics about accent problems, I really think I miss it!

     

     

     

    I'm working with Drupal 6.2 generating some data. Creating the XML file which is accessible from an URL (/data). On top of my XML generation function I added the Drupal header function :

     

    - drupal_set_header('Content-type: text/xml; charset=utf-8');

     

    My Firefox confirms that, really.

     

     

     

    And my call to the SWF is like this :

     

     

     

     

    <!-- START Code Block for Chart abdc -->

     

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="500" height="400" id="abdc">

     

    <param name="allowScriptAccess" value="always" />

     

    <param name="movie" value="/swf/MSStackedColumn2D.swf"/>

     

    <param name="FlashVars" value="&chartWidth=500&chartHeight=400&debugMode=1&dataURL=http://localhost:8888/data" />

     

    <param name="quality" value="high" />

     

    <embed src="/swf/MSStackedColumn2D.swf" FlashVars="&chartWidth=500&chartHeight=400&debugMode=1&dataURL=http://localhost:8888/data" quality="high" width="500" height="400" name="abdc" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

     

    </object>

     

    <!-- END Code Block for Chart abdc -->

     

     

     

     

    And I still have thoses dummies characters!

     

     

     

    PLEASE PLEASE HELP !!!

     

     

     

    Thank you guys!

     

     

     

    J