Rreal-time gauges in a secound Domain
Posted: Wed 07 Sep 2011 6:40 pm
Hi, I want the real-time gauges set in a second website. It is not the same domain. How and what do I change the following statement.
Thank you for your help!
<!-- This is the real time wind display. If you don't want to use it, delete everything between this comment and the next one. -->
<div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="CumulusRealtime" width="600" height="300"
codebase="http://fpdownload.macromedia.com/get/fl ... wflash.cab">
<param name="movie" value="CumulusRealtime.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name='flashVars' value='interval=<#realtimeinterval>'/>
<param name="allowScriptAccess" value="sameDomain" />
<embed src="CumulusRealtime.swf" quality="high" wmode="transparent"
width="600" height="300" name="CumulusRealtime" align="middle"
play="true"
loop="false"
quality="high"
allowScriptAccess="sameDomain"
flashVars='interval=<#realtimeinterval>'
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>
</object>
</div>
<!-- end of real time display -->
Thank you for your help!
<!-- This is the real time wind display. If you don't want to use it, delete everything between this comment and the next one. -->
<div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="CumulusRealtime" width="600" height="300"
codebase="http://fpdownload.macromedia.com/get/fl ... wflash.cab">
<param name="movie" value="CumulusRealtime.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name='flashVars' value='interval=<#realtimeinterval>'/>
<param name="allowScriptAccess" value="sameDomain" />
<embed src="CumulusRealtime.swf" quality="high" wmode="transparent"
width="600" height="300" name="CumulusRealtime" align="middle"
play="true"
loop="false"
quality="high"
allowScriptAccess="sameDomain"
flashVars='interval=<#realtimeinterval>'
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>
</object>
</div>
<!-- end of real time display -->