Net54baseball.com Forums

Net54baseball.com Forums (http://www.net54baseball.com/index.php)
-   Net54baseball Vintage (WWII & Older) Baseball Cards & New Member Introductions (http://www.net54baseball.com/forumdisplay.php?f=2)
-   -   Slide Shows on Net54 (http://www.net54baseball.com/showthread.php?t=126703)

T206Collector 08-17-2010 02:17 PM

Slide Shows on Net54
 
Code:

<div style="width:288px;font-family:arial,sans-serif;font-size:13px;"><div><embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" width="57" height="38" flashvars="host=picasaweb.google.com&hl=en_US&feat=flashalbum&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fpmifsud3d%2Falbumid%2F5504722151880164449%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></div><span style="float:left;"><a href="http://picasaweb.google.com/pmifsud3d/SomeKindOfMonsterII?feat=flashalbum" style="color:#3964c2">View all</a></span><div style="text-align:right;"><a href="http://picasaweb.google.com/lh/getEmbed?feat=flashalbum" style="color:#3964c2">Get your own</a></div></div>
Still need help here -- the only way I can get the whole card to show is by making the width and height of the image 57 and 38....

Leon 08-17-2010 06:29 PM

hmmm
 
I thought Picasso was an artist? Maybe that's the problem. :o

T206Collector 08-23-2010 03:54 PM

Getting closer
 
Code:

<embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" width="288" height="192" flashvars="host=picasaweb.google.com&hl=en_US&feat=flashalbum&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fpmifsud3d%2Falbumid%2F5504722151880164449%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
....now can anyone tell me how to expand the window so I can see the entire card?

(The trick to get the slide player working was to paste the embedded code into the text box and then hit the # symbol at the top of the box.)

Photobucket Test:

Code:

<div style="width:800px; text-align: center;"><embed type="application/x-shockwave-flash" wmode="transparent" src="http://w30.photobucket.com/pbwidget.swf?pbwurl=http%3A%2F%2Fw30.photobucket.com%2Falbums%2Fc322%2FT206Collector%2F2dff2465.pbw" height="240" width="800"><a href="http://photobucket.com/slideshows" target="_blank"><img src="http://pic.photobucket.com/slideshows/btn.gif" style="float:left;border-width: 0;" ></a><a href="http://s30.photobucket.com/albums/c322/T206Collector/?action=view&current=2dff2465.pbw" target="_blank"><img src="http://pic.photobucket.com/slideshows/btn_viewallimages.gif" style="float:left;border-width: 0;" ></a></div>

T206Collector 08-24-2010 07:35 AM

Same problem using Photobucket
 
I am beginning to think there is something up with the host of the Net54Baseball.com website. Can someone please shed some light on this?

I think it would be really great if people could start using slide shows to show their collections on here.

peterose4hof 08-24-2010 08:29 AM

It would be perfect just the way it is now if we all collected matchbox cars. ;)

Matt 08-24-2010 08:48 AM

Paul - it's got nothing to do with the hosting company. The vbulletin software doesn't get along well with the picasa slideshow code.

T206Collector 08-24-2010 08:50 AM

Quote:

Originally Posted by Matt (Post 831564)
Paul - it's got nothing to do with the hosting company. The vbulletin software doesn't get along well with the picasa slideshow code.

...or photobucket. Is it a flash thing? Are you aware of any free hosting service that would provide a slide show that is compatible with vbulletin?

Thanks!

frohme 08-24-2010 10:26 PM

vBulletin, Photobucket, slide show
 
Hey Paul,

I generally don't have much problem with Photobucket and this board software, though I'll admit I now tend to post more w/ImageEvent than Photobucket.

I played with your example a little and got something to work, at least for Chrome and Firefox browsers (Flash appears to be required). See below the code block for details:

T207 - In reverse order (Photobucket)
Code:

<style type="text/css">
div.unknown
{
width: 220px;
padding:10px;
margin:0px;
}
div.unknown2 {
width: 220px;
padding:10px;
margin:0px;
}
div.unknown3 {
width: 220px;
padding:10px;
margin:0px;
}
div.unknown4 {
width: 220px;
padding:10px;
margin:0px;
}
</style>

<div style="width:480px;text-align:right;"><embed width="480" height="360" src="http://static.pbsrc.com/flash/rss_slideshow.swf" flashvars="rssFeed=http%3A%2F%2Ffeed186.photobucket.com%2Falbums%2Fx51%2Ffrohme%2FThe%2520Quiet%2520Monster%2Ffeed.rss" type="application/x-shockwave-flash" wmode="transparent" /><a href="http://s186.photobucket.com/albums/x51/frohme/The%20Quiet%20Monster/" target="_blank"><img src="http://pic.photobucket.com/share/icons/embed/btn_viewall.gif" style="border:none;" /></a></div>

It only works - as far as I can tell - by side-effect, in that the "Code" box has to be full of stuff that doesn't show up but makes the box tall enough to be useful (i.e. without the scrollbar). The way I did this was to put other non-printing HTML components at the top, like a style declaration, for example - either above or below your embedded Photobucket slideshow div, text like:

&lt;style type="text/css">
div.unknown
{
width: 220px;
padding:10px;
margin:0px;
}
div.unknown2 {
width: 220px;
padding:10px;
margin:0px;
}
div.unknown3 {
width: 220px;
padding:10px;
margin:0px;
}
div.unknown4 {
width: 220px;
padding:10px;
margin:0px;
}
&lt;/style>

If you know what you're doing, you can (I believe) modify things to some extent, like getting looping to work so you show just runs... its just clunky.

ImageEvent's slideshow is javascript-based and does not look to have an embeddable form - with only a cursory glance.

frohme 08-24-2010 10:47 PM

Same - with your strip form
 
Same as above, only in strip mode, broadleaf class cards only.
Code:

<style type="text/css">
div.unknown
{
width: 220px;
padding:10px;
margin:0px;
}
div.unknown2 {
width: 220px;
padding:10px;
margin:0px;
}
</style>
<div style="width:600px; text-align: center;"><embed type="application/x-shockwave-flash" wmode="transparent" src="http://w186.photobucket.com/pbwidget.swf?pbwurl=http%3A%2F%2Fw186.photobucket.com%2Falbums%2Fx51%2Ffrohme%2FThe+Quiet+Monster%2Fa00ab94c.pbw" height="180" width="600"><a href="http://photobucket.com/slideshows" target="_blank"><img src="http://pic.photobucket.com/slideshows/btn.gif" style="float:left;border-width: 0;" ></a><a href="http://s186.photobucket.com/albums/x51/frohme/The%20Quiet%20Monster/?action=view&current=a00ab94c.pbw" target="_blank"><img src="http://pic.photobucket.com/slideshows/btn_viewallimages.gif" style="float:left;border-width: 0;" ></a></div>



All times are GMT -6. The time now is 03:53 PM.