[CLOSED] Javascript + flash code using in combination with layout control

  1. #1

    [CLOSED] Javascript + flash code using in combination with layout control

    I'm porting some 'old' code into a new 'coolite' site and have a (probably simple) Question.

    We're using some flash gauges which code is generated using a specific dll.
    The created code looks like this:

    <div id="chartBekeuringen_00" align="center">FusionGadgets</div><script type="text/javascript">var myChart = new FusionCharts("../Charts/AngularGauge.swf", "myChartBekeuringen_00", "210", "125", "0", "0");myChart.setDataURL("xmlHandler.ashx?" + escape( "cType=Bekeuringen&nJaar=0&nKwartaal=0&nDT=20101015143827656" ) );myChart.render("chartBekeuringen_00");</script>
    In my 'old' code I'm using a simple asp:literal to display it, but I can't use them in combination with your hbox layout. A Ext:label is not working eithers (html = )

    Can you point me to a way to position the flash gauges with one of your layout controls ?

    Martin
    Last edited by Daniil; Oct 16, 2010 at 5:59 PM. Reason: [CLOSED]
  2. #2
    Hi,

    What about using the <ext:FlashComponent>?
    https://examples1.ext.net/#/Miscella...mponent/Basic/
  3. #3
    Hi,

    Another variant to use Container with content
    <ext:Container runat="server">
         <Content>
              <div id="myGauge"></div>
         </Content>
    </ext:Container>
  4. #4
    Quote Originally Posted by Vladimir View Post
    Hi,

    Another variant to use Container with content
    <ext:Container runat="server">
         <Content>
              <div id="myGauge"></div>
         </Content>
    </ext:Container>
    This is exactly what I was looking for. Thanks again !

    Martin

Similar Threads

  1. [CLOSED] Flash Player Problem
    By albayrak in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Nov 23, 2011, 3:26 PM
  2. Replies: 0
    Last Post: Oct 01, 2011, 3:51 PM
  3. Replies: 4
    Last Post: Feb 23, 2010, 7:38 AM
  4. Load Flash in Window
    By flaviodamaia in forum 1.x Help
    Replies: 4
    Last Post: Apr 30, 2009, 9:15 AM
  5. Form Layout JavaScript Error
    By davidhoyt in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 12, 2009, 3:42 PM

Posting Permissions