How to get Code for Photo Gallery after it is gone?

Home » Forums » Photo Gallery » How to get Code for Photo Gallery after it is gone?


Registered User
9 posts

Hello, I created a project in photo gallery & uploaded the files & copied the code to run the files on the site, but the code was only partially copied.

I need to get teh code, but it will not come up again. How do I get the code a second time?


VP of Product Development
25,042 posts

If you open your gallery in Photo Gallery and re-save it again, it will give you the HTML code you need.
~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~
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."


Senior Advisor
3,144 posts

Another source of the code: When the file was saved, there was a html page saved that has the code. If your photo gallery is named myphotos, look for a myphotos.html file and the code will be there.

That myphotos.html is also a good file to upload to your site. If you can't view the photo gallery on your page, check the myphotos.html and if it shows, you know all the correct files were uploaded. That eliminates one source of problems and narrows the troubleshooting effort. Bill R.
First Baptist Church
Brighter Day Charities
Roberson Family


Registered User
9 posts

Thanks.... so I just copy the myphotos.html code into my mebsite.html page in the place that I want it put the photo gallery poroject on that page?


Senior Advisor
3,910 posts

On another note ID you would just copy the code from <object> to </object>
not the whole page html would look 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="400" height="302" id="CC9007571" align="middle">
<param name="movie" value="babes.swf"/>
<param name="quality" value="high" />
<param name="FlashVars" VALUE="xmlfile=babes.xml"/>
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="babes.swf" quality="high" bgcolor="#ffffff" width="400" height="302"
name="CC9007571" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
although Scott has the best idea! :) "It's A Smart Person That Asks"


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.