Gallery doesn't show in IE

Home » Forums » Photo Gallery » Gallery doesn't show in IE


Registered User
29 posts

When I preview the gallery it shows up but when I try to view it from the internet it's blank.

Here's the URL, can you please tell me what's going on?

http://www.culverhighalumni.org/picnic- … age-1.html

Thank you.

Judy


VP of Product Development
25,041 posts
Online Now

Looks like you forgot to upload all the files:

http://www.culverhighalumni.org/Ricks-picnic-files.swf
http://www.culverhighalumni.org/Ricks-picnic-files.xml
~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~
Scott A. Swedorski - VP of Product Development
CoffeeCup Software Inc.
Phone: 678.495.3480

"Want to update your website from anywhere? Check out our new free service, S-Drive Streams. Visit http://www.coffeecup.com/sdrive for more information."


Registered User
29 posts

I just uploaded them and it's still not showing up.


VP of Product Development
25,041 posts
Online Now

You didn't upload the images ;)

http://www.culverhighalumni.org/Ricks-p … ck_1_s.jpg

The entire Ricks-picnic-files_files folder needs to uploaded as well.
~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~
Scott A. Swedorski - VP of Product Development
CoffeeCup Software Inc.
Phone: 678.495.3480

"Want to update your website from anywhere? Check out our new free service, S-Drive Streams. Visit http://www.coffeecup.com/sdrive for more information."


Registered User
29 posts

Well, I uploaded the whole folder and that didn't work so I uploaded the images individually and it still doesn't work..

I've done this before and had no problems, maybe my eyes are getting buggy from being on this computer too long.


VP of Product Development
25,041 posts
Online Now

Looking at the source code, it looks a bit out of whack and not something that Photo Gallery produces. You will need to delete the Photo Gallery code you have on your Website now and make sure to use the code that our software generates.
~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~
Scott A. Swedorski - VP of Product Development
CoffeeCup Software Inc.
Phone: 678.495.3480

"Want to update your website from anywhere? Check out our new free service, S-Drive Streams. Visit http://www.coffeecup.com/sdrive for more information."


Registered User
29 posts

Thank you for your help. I think I will work on this in the morning when I'm fresh.

I just deleted the code and pasted your code into it and it's still not working.

Drives me crazy...


VP of Product Development
25,041 posts
Online Now

That code is still jacked up for some reason ;) This is what you have:

<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">var so = new SWFObject("picnic-signup.swf", "picnic-signup.xml", "350", "422", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.addParam("FlashVars", "xmlfile=picnic-signup.xml&w=350&h=422");so.write("CC4136253");</script> &nbsp;<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width','500','height','462','id','CC6724704','align','middle','src','Ricks-picnic-files','quality','high','bgcolor','#ffffff','name','CC6724704','scale','noscale','salign','lt','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','Ricks-picnic-files','flashvars','xmlfile=Ricks-picnic-files.xml' ); //end AC code
</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="500" height="462" id="CC1879614" align="middle">
<param name="movie" value="Ricks-picnic-files.swf"/>
<param name="quality" value="high" />
<param name="FlashVars" VALUE="xmlfile=Ricks-picnic-files.xml"/>
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="Ricks-picnic-files.swf" quality="high" bgcolor="#ffffff" width="500" height="462"
name="CC1879614" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></noscript>


It actually should only be this:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="465" height="400" id="CC2510049" align="middle">
<param name="movie" value="index.swf"/>
<param name="quality" value="high" />
<param name="FlashVars" VALUE="xmlfile=index.xml"/>
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="index.swf" quality="high" bgcolor="#ffffff" width="465" height="400"
name="CC2510049" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>


~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~
Scott A. Swedorski - VP of Product Development
CoffeeCup Software Inc.
Phone: 678.495.3480

"Want to update your website from anywhere? Check out our new free service, S-Drive Streams. Visit http://www.coffeecup.com/sdrive for more information."


Registered User
29 posts

Thank you very much. I deleted all the code and pasted the new one onto the page. It works now....

Good night...

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.