Topic: Embed External Gallery Method: advanced features not working
Hello, I am having trouble with the external embed method of using SimpleViewer
( http://simpleviewer.net/simpleviewer/su … l#external )
Which can be seen externally here:
http://sparkfactor.com/proofs/ecibuild2 … index.html
And, embedded into the site here:
http://sparkfactor.com/proofs/ecibuild2/?p=132
However, you will notice the advanced features are not being called, in particular, the SV credit / download link needs to be removed, and the padding and rounded corners are also not in effect. What gives? Please don't tell me I am SOL :/
I have tried the WP plug-in, and the iFrame method of embedding an external gallery... the plug-in is compatible with my theme and the iFrame method throws up all sorts of trouble in IE7... so, it would be fantastic if I could resolve these little items with this particular method of implementing SV.
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://sparkfactor.com/proofs/ecibuild2/gallery/interiors/test/index.html"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://sparkfactor.com/proofs/ecibuild2/gallery/interiors/test/";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "600", "600", "FAFAFA", true, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
Many thanks! Any suggestions would be appreciated.