PDA

View Full Version : Slideshow frame help


BPM_WD
Mar-12-2008, 05:34 PM
I am having problems with the new gallery URLs. Is there a DNS for developers.

Specifically my problem is that I can't get a graphic to display after putting it into a hidden gallery as a frame for my slideshow. I used to put the UR location with -O.png or -L.png or -M.png

How do I put a graphic frame on my "new" flash based slideshow?
Website
http://www.photographybyderic.com/
Copywritten graphic in question
http://www.photographybyderic.com/gallery/3561346_dbmAr#265129704

Allen
Mar-12-2008, 07:53 PM
I am having problems with the new gallery URLs. Is there a DNS for developers.

Specifically my problem is that I can't get a graphic to display after putting it into a hidden gallery as a frame for my slideshow. I used to put the UR location with -O.png or -L.png or -M.png

How do I put a graphic frame on my "new" flash based slideshow?
Website
http://www.photographybyderic.com/
Copywritten graphic in question
http://www.photographybyderic.com/gallery/3561346_dbmAr#265129704
It can be in a hidden/unlisted/private gallery without a password. If it's a new photo added recently the photo key is probably needed in the link.

This will work.

#my_frame {
background: url(/photos/265129704_5FcEq-O.png) no-repeat;
_background: none;
_filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,
sizingMethod=image src='/photos/265129704_5FcEq-O.png');
width: 755px; height: 510px; position: relative;
margin: 10px auto -515px;
z-index: 13;
}

BPM_WD
Mar-12-2008, 08:49 PM
Thank you a thousand times.