<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Hi Shane<br><br>The Javascript is executing before worldKit has loaded into the page, so it never receives that JRSSComm. <br>The following sends the RSS after clicking a link .. it will work.<br><br><script type='text/javascript'><br>function sendrss() {<br>    document.worldkit.SetVariable
('JRSSComm','<?xml version="1.0"?><rss version="2.0" xmlns:georss="<a rel="nofollow" target="_blank" href="http://www.georss.org/georss">http://www.georss.org/georss</a>"><channel><title>Geo Location</title><item><title>SHARK BAY</title><georss:point>-25.9330005645752 113.541999816895</georss:point></item></channel></rss>');<br></script><br><a href="javascript:sendrss();">Send RSS</a><br><br><br>Also, in your GeoRSS Point, there's a space between "-" and "25.93...", which should be removed.<br><br>-Mikel<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Shane Norman <shane.norman@gmail.com><br>To: worldkit-dev@lists.brainoff.com<br>Sent: Wednesday, February 21, 2007 11:23:25 PM<br>Subject: [worldKit-dev] Using JRSSComm to feed RSS<br><br>Hi Guys<br><br>I am trying to feed RSS string into worldkit. So
 far I am unsuccessfull. Please give me some advice. I only have limited knowledge in Javascript. And I use vb .net. This is my coding.<br><br><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
<a rel="nofollow" target="_blank" href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0</a>" WIDTH="800" HEIGHT="400" id="worldkit">
<br><PARAM NAME=movie VALUE="worldkit.swf"><br><PARAM NAME=quality VALUE=high><br><PARAM NAME=bgcolor VALUE=#000000><br><br><EMBED src="worldkit.swf" swLiveConnect="true" quality=high bgcolor=#000000 WIDTH="800" HEIGHT="400" NAME="worldkit" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="
<a rel="nofollow" target="_blank" href="http://www.macromedia.com/go/getflashplayer">http://www.macromedia.com/go/getflashplayer</a>"><br></embed><br></object><br><script type='text/javascript'><br>document.worldkit.SetVariable
('JRSSComm','<?xml version="1.0"?><rss version="2.0" xmlns:georss="<a rel="nofollow" target="_blank" href="http://www.georss.org/georss">http://www.georss.org/georss</a>"><channel><title>Geo Location</title><item><title>SHARK BAY</title><georss:point>-
25.9330005645752 113.541999816895</georss:point></item></channel></rss>');</script><br><br><br>Thanks in advcance<br><br>Cheers<br>Shane<br>
<div>_______________________________________________<br>worldkit-dev mailing list<br>worldkit-dev@lists.brainoff.com<br><a target="_blank" href="http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com">http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com</a><br></div></div><br></div></div></body></html>