Hi again,
Thank you again for trying to help. O.k., here's where I'm at...it's still not working, and I am sure that I am missing something here, so if you could please assist further until I can get this issue resolved quickly, I would really appreciate it!
Just to make sure we're on the same page, I am currently working on my local machine using Instant Wordpress. Therefore, my "host" right now is my own laptop. The URL for my own laptop is currently 127.0.0.1:4001/wordpress. I need to create multiple photo galleries for my client's website. Each gallery will be displayed on a different page in the website. The menu structure is as follows with a page for each of the submenu items that will hold the photos:
Photo Gallery
Consumer
Development
Instrumentation
Medical
Green Technologies
I have so far created the first photo gallery for Consumer, using svBuilder. The gallery folder and files within the folder are stored on my local machine on the C: drive in a directory (C:/InstantWP_4.1/AEIphotos&logos/AEIPhotoGallery1/Consumer). I then went into the Instant Wordpress Dashboard, and opened the Edit Page for my Consumer Page. In the edit box within that page, I embedded the gallery code as you outlined. However, I am still unclear about what you mean when you say to "upload the gallery to the root of my web space (whose domain name in this example is www.example.com). What would be the root of my web space in the situation I am describing, and how would I upload it there?
Within my Intant Wordpress Dashboard, I have entered the following embed code as you described, but it is not working, as I am obviously missing something here:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://127.0.0.1:4001/wordpress/AEIPhotos&Logos/AEIPhotoGallery1/Consumer/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://127.0.0.1:4001/wordpress/AEIPhot … /Consumer/";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "666666", true, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
Also, once I get beyond how to display the galleries within my website on my local machine, how exactly would I then move all this in tact to the web host when I want to go live? Would I have to re-do all this on the web host and relink everything, or would it automatically somehow change the URL and pathing to the correct ones?
I appreciate your quick responses! I am working on a deadline and this is really causing a problem right now. Thank you!!!