JavaScript.CoolDev.Com Support Forums

Any questions related to JavaScript menu and JavaScript tree menu by Javascript.CoolDev.Com

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Flash overlaps menu...

 
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu
Author Message
mbytes



Joined: 29 Jul 2008
Posts: 3

PostPosted: Tue Jul 29, 2008 3:04 pm    Post subject: Flash overlaps menu... Reply with quote

The CooljsMenu is spawning its sub-menus beneath a chart generated via flash on my site. I know this has been asked before, but how do I remedy this? I'm using CooljsMenu 2.9.4.

I searched the forum, which led me here http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14201&sliceId=2. I tried to use the instructions under "Editing HTML code manually," but am at a loss as to how to apply the OBJECT and EMBED tags; I believe because the .swf file is being handled with javascript, and the examples I could find weren't specific enough to account for this.

Here's the code to the table that calls and displays the chart...

Code:
<table width="98%" border="0" cellspacing="0" cellpadding="3" align="center">
  <tr>
    <td valign="top" class="text" align="center" style="height: 19px"></td>
  </tr>
  <tr>
    <td valign="top" class="text" align="center" style="height: 19px">
<div id="chartdiv" align="center">FusionCharts</div>
      <script type="text/javascript">
         var chart = new FusionCharts("../Charts/MSLine.swf", "ChartId", "750", "425", "0", "0");
         chart.setDataURL("Data/01_CMX.xml");
         chart.render("chartdiv");
      </script>
    </td>
  </tr>
    <tr>
    <td valign="top" class="text" align="center">&nbsp;</td>
  </tr>
</table>


Will someone please show me how to properly apply the OBJECT & EMBED tags as described in the above-referenced document??? If you haven't guessed by now, I'm somewhat new to this...So, explain it as you would to a beginner.

Thanks in advance.
Back to top
mbytes



Joined: 29 Jul 2008
Posts: 3

PostPosted: Tue Jul 29, 2008 5:56 pm    Post subject: Resolved... Reply with quote

resolved this with a file from the above-referenced chart provider
Back to top
Display posts from previous:   
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu All times are GMT
Page 1 of 1