Hi,
I downloaded the FrStreetView Widget, compiled version 2.3, followed the instructions, but I cannot get the widget to work. I click on the widget but nothing happens.
I added this to the config.xml file:
<widget label="Street View" left="60" top="90"
icon="assets/images/i_gsv.png"
config="widgets/FrStreetView/FrStreetView.xml"
url="widgets/FrStreetView/FrStreetView.swf"/>
and added params.wmode= "direct" & param name="wmode" value="direct" to the index.html file:
var params = {};
params.wmode= "direct";
params.quality = "high";
params.bgcolor = "#ffffff";
params.allowscriptaccess = "sameDomain";
params.allowfullscreen = "true";
param name="movie" value="index.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="direct" />
Any suggestions?
Thanks,
Chaya