Topic: Simpleviewer2 embeded in Rapidweaver NOT displaying in Firefox HELP!
Hello Everyone.
I have a site built with rapid weaver. I have begun to update it using simple viewer 2 pro and svmanager.
I am not a programmer and only have the most basic knowledge of code which is why i'm using rapidweaver. I have been using the old simple viewer plug in but want to replace it with the simpleviewer2 pro galleries. I am ware that the plugin is not compatible wit SV2 so want to embed galleries using an HTML page.
Using Simple viewer pro 2 I can create a gallery that displays perfectly in Google Chrome, Safari, Rapidweaver's browser and other browsers.... BUT NOT FIREFOX??
Viewing the gallery in Firefox simply shows nothing... no error messages, just nothing.
If i explain how i have gone about this process, possible someone can help me solve this mystery. and before anyone suggests this... I have tested this on two computers, and cleared the cashes before doing so.. several times.
OK... how did I get here?
This is the page with the simple viewer gallery that will not display in rapid weaver:
http://www.dansalter.com/Editorial/dsp/roxe2.html
To get this working i created my gallery using SV manager, then downloaded this from the server using cyberduck and edited it in SVbuilder. re-uploaded it and created my links.
regarding the links... here is what i have used...
In the rapidweaver page editor, i have placed this code in the page Header tab:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL="http://www.dansalter.com/svmanager/g1roxe/";
flashvars.galleryURL = "gallery.xml";
var params = {};
params.bgcolor = "000000";
params.allowfullscreen = true;
params.allowscriptaccess = "always";
swfobject.embedSWF("http://www.dansalter.com/svmanager/g1roxe/simpleviewer.swf", "flashContent", "90%", "90%", "9.0.124", false, flashvars, params);
</script>
Here I could only get it to work by entering the full url of the gallery... but this is working in safari, chrome and others... not firefox though?
In the page it's self, which is an HTML page, I have placed this:
<!-- SIMPLEVIEWER BODY. Paste this into the body of the HTML page where you want to the gallery to appear -->
<div id="flashContent">SimpleViewer requires JavaScript and the Flash Player. <a href="http://www.adobe.com/go/getflashplayer/">Get Flash.</a></div>
IF ANYONE CAN HELP I WOULD BE VERY GRATEFUL.
If you require any more information... please just ask.
Regards,
Dan Salter.