PDA

View Full Version : Slideshow Hosting Problems


alexa6221
08-17-2009, 06:04 PM
On my index/home page, there is supposed to be a slideshow of seven images. The photos are jpeg files and have been uploaded to the file manager on the CNC. The slideshow was created in Dreamweaver using flash and is labeled Slideshow.swf and was also uploaded to the web host. When I go to the home page it is missing entirely yet when I access the file using Dreamweaver it works perfectly, it simply won't work on the web host. I tried copying it into an html file titled SlideshowCopy.html but still, neither work or appear on my website.
Why won't the slideshow appear on my homepage?
Thanks!
Alexa

sheila
08-17-2009, 06:21 PM
Alexa, can you provide a link to the page that is having the problem? It might be helpful to be able to view the source code, but would need to see the page for that.

Also direct links to the jpeg files might help. It would be good to see if they can be viewed directly (without the flash on the home page)

alexa6221
08-18-2009, 11:16 AM
Thanks for the reply!

The home page link is:
http://www.apexkitchensandbaths.com/index.html

I’m not entirely sure what a source code is but the code for the slideshow (as it appears on Dreamweaver) is:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="621" height="499" align="left">
<param name="flash_component" value="ImageViewer.swc" />
<param name="movie" value="Slideshow.swf" />
<param name="quality" value="high" />
<param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFon t:'Verdana',showControls:false,frameShow:false,slideDelay:3,capti onSize:10,captionColor:#333333,titleSize:10,transitionsType:'Fade ',titleColor:#333333,slideAutoPlay:true,imageURLs:['SS1.jpg','SS2.jpg','SS3.jpg','SS4.jpg','SS5.jpg','SS6.jpg','SS7. jpg'],slideLoop:true,frameThickness:2,imageLinks:['SS1.jpg','SS2.jpg','SS3.jpg','SS4.jpg','SS5.jpg','SS6.jpg','SS7. jpg'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}" />
<embed src="Slideshow.swf" width="621" height="499" align="left" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFon t:'Verdana',showControls:false,frameShow:false,slideDelay:3,capti onSize:10,captionColor:#333333,titleSize:10,transitionsType:'Fade ',titleColor:#333333,slideAutoPlay:true,imageURLs:['SS1.jpg','SS2.jpg','SS3.jpg','SS4.jpg','SS5.jpg','SS6.jpg','SS7. jpg'],slideLoop:true,frameThickness:2,imageLinks:['SS1.jpg','SS2.jpg','SS3.jpg','SS4.jpg','SS5.jpg','SS6.jpg','SS7. jpg'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"> </embed>
</object>

Also, the photos are uploaded onto the web host and work, just not as a slideshow. The link is http://www.apexkitchensandbaths.com/SS1.jpg. There are seven photos so that link simply changes to SS2, SS3, SS4 etc.

Thanks, I hope I gave the right information.
-Alexa

Arthur
08-18-2009, 11:23 AM
The JavaScript code referenced in Main.html is missing. Specifically, the file Scripts/AC_RunActiveContent.js is missing. Create the directory Scripts in your www directory, upload the file to that directory and it should start to work.

-Arthur

alexa6221
08-18-2009, 11:35 AM
Thank you so much Arthur! It is now working!

Melissa
08-19-2009, 06:51 PM
Hi Alexa :)

We can get your title to show up as "Site Owner" here in the forums, instead of "Registered User", if you're interested:
http://www.FutureQuest.net/Community/SiteOwner/

PS: Your site is coming together really nicely!