<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><br></div><div>Hi. I've just released an updated version of Jon Haupt's swf-sites.php: swf-sites-2009-09-21.php. The only thing I changed was the YouTube code, which can now accept various parameters as defined by the YouTube api via the following format:</div><div><br></div><div>&nbsp;&nbsp; &nbsp;(:youtube videocode param1=val1 param2=val2 ... :)&nbsp;</div><div><br></div><div>For instance, if you'd like your video to loop:</div><div><br></div><div>&nbsp;&nbsp; &nbsp;(:youtube nr-SZXIVvuo loop=1:)&nbsp;</div><div><br></div><div>... or if you'd like it to loop and enable the FullScreen button:</div><div><br></div><div>&nbsp;&nbsp; &nbsp;(:youtube nr-SZXIVvuo loop=1 fs=1:)&nbsp;</div><div><br></div><div>Width &amp; Height are now accessible as well:</div><div><br></div><div>&nbsp;&nbsp; &nbsp;(:youtube nr-SZXIVvuo width=425 height=344:)&nbsp;</div><div><br></div><div>Use the YouTube api as a reference to figure out which other parameters you'd care to use.</div><div><br></div><div>In addition, the following Variables are now available for use in config.php, before including the recipe:</div><div><br></div><div>&nbsp;&nbsp; &nbsp;* $YouTubeDefaultParams - the default is 'fs=1 hd=1' (FullScreen and HighDefinition enabled)</div><div>&nbsp;&nbsp; &nbsp;* $YouTubeDefaultWidth - the default width is 425</div><div>&nbsp;&nbsp; &nbsp;* $YouTubeDefaultHeight - the default height is 344;&nbsp;</div><br><div><span class="Apple-style-span" style="font-size: 11px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Verdana; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Verdana; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Verdana; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "></span></span></span></span></div></div><div><br></div><div>best,</div><div>adam</div></body></html>