Jump to content
Software FX Community

unable to reflect embed with index 0 - not loaded yet?. In netscape


User (Legacy)

Recommended Posts

I have ChartFx object in my embed tag which shows a graph on my page.

The embed tag is ...

<EMBED type=chart/chartfxie width="776" height="515" name="ChartFX1"

PLUGINSPAGE=/download/NpCfxIE.htm PluginVersion="4,5,14,0"

LICENSE="/license/CfxIE.lic"

DATAPATH="/cfxtemp/CFT1102_171141CC.chw"></EMBED>

I'm try to set the properties of the ChartFX1 object through javascript.

The javascript code is...

<script language="JavaScript">

function test()

{

var chartFx1=document.embeds[0]

}

Upon callling this function the Netscpae give following error..

"unable to reflect embed with index 0 - not loaded yet?."

Which the error says "not loaded" inspite of graph clearly visible.

Is this something to do with safe for scripting for ChartFX object??

Regards

Murtaza

Link to comment
Share on other sites

You cannot use client-side script with the ChartFX Netscape Plugin.

--

Regards,

JC

Software FX, Inc.

"Mur" <Murtazau@usa.net> wrote in message

news:DtSoIVAZBHA.2488@webserver1.softwarefx.com...

> I have ChartFx object in my embed tag which shows a graph on my page.

>

> The embed tag is ...

> <EMBED type=chart/chartfxie width="776" height="515" name="ChartFX1"

> PLUGINSPAGE=/download/NpCfxIE.htm PluginVersion="4,5,14,0"

> LICENSE="/license/CfxIE.lic"

> DATAPATH="/cfxtemp/CFT1102_171141CC.chw"></EMBED>

>

> I'm try to set the properties of the ChartFX1 object through javascript.

> The javascript code is...

>

> <script language="JavaScript">

> function test()

> {

> var chartFx1=document.embeds[0]

> }

>

> Upon callling this function the Netscpae give following error..

>

> "unable to reflect embed with index 0 - not loaded yet?."

>

> Which the error says "not loaded" inspite of graph clearly visible.

> Is this something to do with safe for scripting for ChartFX object??

>

> Regards

> Murtaza

>

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...