Options

Embed flash slideshow issues

FestivalstreetFestivalstreet Registered Users Posts: 6 Beginner grinner
edited March 18, 2010 in SmugMug Support
Greetings! I have had wonderful success embedding flash slide shows on my webpages (www.festivalstreet.com), but I'm having no luck with trying new parameters found on the wiki page. Here's what I'm using which produces the requested gallery and correct dimensions, just the parameters aren't working. Help please ! Thanks much!

Adam

<object align="middle" height="600" width="600">
<param name="movie" value="http://www.smugmug.com/ria/ShizamSlides-2007090601.swf"&gt;
<param name="flashvars" value="AlbumID=2367634&AlbumKey=fO3Dg&transparent=true&crossFadeSpeed=500&clickUrl=http://festivalstreet#46;smugmug#46;com"&gt;
<param name="wmode" value="transparent">
<param name="bgcolor" value="000000">
<param name="allowNetworking" value="all">
<param name="allowScriptAccess" value="always">
<param name="showThumbs" value="false">
<param name="setSpeed" value="fast"
<param name="showSpeed" value="false"
<param name="showLogo" value="false"
<param name="clickToImage" value="true"
<embed src="http://www.smugmug.com/ria/ShizamSlides-2007090601.swf&quot; flashvars="AlbumID=2367634&AlbumKey=fO3Dg&transparent=true&crossFadeSpeed=500&clickUrl=http://festivalstreet#46;smugmug#46;com&quot;
wmode="transparent" type="application/x-shockwave-flash" allowScriptAccess="always" allowNetworking="all"
showThumbs="false"
setSpeed="fast"
showSpeed="false"
showLogo="false"
clickToImage="true"
height="600" width="600"></embed></object>

Comments

  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited March 18, 2010
    Several things wrong here. First, you're missing the closing > after many of your param tags. Then, you don't put most of these parameters in their own param tag like you've done. Instead, you put them in the flashvars value string in the two places it appears. Look at the crossFadeSpeed parameter in the two places it appears and make your other parameters look just like it.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
Sign In or Register to comment.