Album ID and Key question
Montec
Registered Users Posts: 823 Major grins
I am trying to embed a slideshow on another website and all I get is a black box where the slideshow should be, I am following the instructions from the help pages but I think maybe I am messing up the album ID and Album key parameters.
Can anyone tell me what parts of this url is the key and what part is the ID?
kootenay.smugmug.com/gallery/4272942_hMcWs#274278409_pYHVY
Thanks
Can anyone tell me what parts of this url is the key and what part is the ID?
kootenay.smugmug.com/gallery/4272942_hMcWs#274278409_pYHVY
Thanks
Cheers,
Monte
Monte
0
Comments
4272942 is the albumID
hMcWs is the albumKey
274278409 is the imageID in that gallery that you were looking at when you captured this URL
pYHVY is the imageKey of the image that you were looking at
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Still getting a black box where the slideshow should be.
Any suggestions?...Anyone?
Monte
Where are you embedding it (link please) and what exact code are you using?
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Just have it set up with a test gallery until I get it figured out then will link to actual gallery. Code is below.
<object align="middle" height="400" width="400" style="float: middle">
<param name="movie" value="http://www.smugmug.com/ria/ShizamSlides-2007090601.swf?AlbumID=4272942&AlbumKey=hMcWs&transparent=true&crossFadeSpeed=500&clickUrl=http /kootenay.smugmug.com">
<embed src="http://www.smugmug.com/ria/ShizamSlides-2007090601.swf?AlbumID=AlbumID=AlbumID=4272942&AlbumKey=hMcWs&transparent=true&crossFadeSpeed=500&clickUrl=http /kootenay.smugmug.com" wmode="transparent" type="application/x-shockwave-flash" allowScriptAccess="always" allowNetworking="all" height="400" width="400"></embed></object>
Monte
I see several issues. First, you have to go to http://api.smugmug.com, not http://www.smugmug.com for the SWF file. Then, you have AlbumID in there a bunch of times. Then, you have a space in two of the URLs. When I plug this fixed code below into a local copy of your web page, the slideshow works:
Here's what it looks like:
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
The code on the help page shows http://www.smugmug.com for the SWF file...no API in front. Might be a mistake there.
Monte