
|
I am trying to use SpicyConnector to embed using my own xml files. So far all I have is a test file with a nodemap xml file. I am using the existing settings from spicynodes.org. All that is displayed is a black box (no nodes). I have tried many combinations, but I don’t seem to be able to display anything whenever I include spicyconnector. Even just using the snconnector flashvars argument (with nothing else – using the spicynodes.org nodemap and settings) returns a blank map. I have tested the urls I use for snconnector.swf and my nodemap.xml file directly from my (chrome) browser, so I know they are correct. Here is the html:
<html>
<body>
<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 id=”spicynodesViewer” codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab” height=”360″ width=”640″ >
<param name=”movie” value=”http://media.spicynodes.org/display.swf?id=1ac59b01f6e3a1065bd13ce3ad212d9b”>
<param name=”scalemode” value=”showall” /><param name=”allowFullScreen” value=”true” />
<param name=”wmode” value=”opaque” /><param name=”quality” value=”high” />
<param name=”allowFullScreen” value=”true” />
<param name=”allowScriptAccess” value=”always” />
<param name=”flashvars” value=”snconnector=http://www.amindunfixed.com/swf/snconnector.swf&nodemap=http://www.amindunfixed.com/xml/nodemap.xml”>
<embed name=”spicynodesViewer”
id=”spicynodesViewer”
wmode=”opaque”
scalemode=”showall”
allowfullscreen=”true”
allowScriptAccess=”always”
pluginspage=”http://www.macromedia.com/go/getflashplayer”
src=”http://media.spicynodes.org/display.swf?id=1ac59b01f6e3a1065bd13ce3ad212d9b”
type=”application/x-shockwave-flash”
quality=”high”
height=”360″
width=”640″
flashvars=”snconnector=http://www.amindunfixed.com/swf/snconnector.swf&nodemap=http://www.amindunfixed.com/xml/nodemap.xml”>
</embed>
</object>
</body>
</html>
—————————————-
The nodemap.xml file was a direct export – no changes from the hosted version (nodemapID=201493)
Thanks for any help.
|