I've added a slideshow, and it shows up fine in IE, Safari, and Google Chrome, but not at all in Firefox. It doesn't crash -- just doesn't show up at all.
The problem can be replicated on other computers.
The site is http://www.riverinnevents.com/pictures.html
I'm using Photo Gallery 5.94 (the most recent), registered version.
I've only checked it on Windows XP.
I've already tried clearing the cache, and deleting then re-uploading all the files. No change. I've also disabled AdBlock in Firefox, just in case that was the issue. It wasn't.
Any ideas?
Hi Netmom,
I think your problem is you don't have enough code. you have this:
and it should be something like this.
this is the part missing:
give that a shot and let us know please!
"It's A Smart Person That Asks"
I think your problem is you don't have enough code. you have 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="500" height="462" id="CC4203033" align="middle">
<param name="movie" value="RIalbum.swf"/>
<param name="quality" value="high" />
<param name="FlashVars" VALUE="xmlfile=RIalbum.xml"/>
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="500" height="462" id="CC4203033" align="middle">
<param name="movie" value="RIalbum.swf"/>
<param name="quality" value="high" />
<param name="FlashVars" VALUE="xmlfile=RIalbum.xml"/>
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
and it should be something like 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="500" height="462" id="CC8961038" align="middle">
<param name="movie" value="myalbum.swf"/>
<param name="quality" value="high" />
<param name="FlashVars" VALUE="xmlfile=myalbum.xml"/>
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="myalbum.swf" quality="high" bgcolor="#ffffff" width="500" height="462"
name="CC8961038" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="500" height="462" id="CC8961038" align="middle">
<param name="movie" value="myalbum.swf"/>
<param name="quality" value="high" />
<param name="FlashVars" VALUE="xmlfile=myalbum.xml"/>
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="myalbum.swf" quality="high" bgcolor="#ffffff" width="500" height="462"
name="CC8961038" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
this is the part missing:
<embed src="myalbum.swf" quality="high" bgcolor="#ffffff" width="500" height="462"
name="CC8961038" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
name="CC8961038" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
give that a shot and let us know please!
That took care of it, thanks! No clue why the other browsers picked it up, even with the missing code... but I obviously didn't copy it all correctly.
Appreciate the help.
Appreciate the help.
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.