View Full Version : Flash support
okLETSgo
03-15-2008, 01:59 PM
Could we please get some flash support here? Its super useful for image galleries. Especially if we dont want a thousand pictures to scroll through vertically. Theres dozens of other reasons to have flash here.
okLETSgo
03-16-2008, 08:17 PM
Found the problem.... Number of Characters Before Wrapping Text is set to 50... should be 0.
okLETSgo
03-17-2008, 06:43 PM
<script src='http://iamrivas.com/swfobject.js'></script>
<div id='flashcontent'></div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("http://picasaweb.google.com/s/c/bin/slideshow.swf", "sotester", "300", "300", "9", "#FF6600");
so.addVariable("host", "picasaweb.google.com");
so.addVariable("RGB", "0x000000");
so.addVariable("feed", "http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fokletsgo%2Falbumid%2F5178424101535581649%3Fkind%3Dphoto%26alt%3Drss");
so.write("flashcontent");
// ]]>
</script>
okLETSgo
03-17-2008, 06:48 PM
<script src='http://iamrivas.com/swfobject.js'></script><div id='flashcontent'></div><script type="text/javascript">var so = new SWFObject("http://picasaweb.google.com/s/c/bin/slideshow.swf", "sotester", "300", "300", "9", "#FF6600");so.addVariable("host", "picasaweb.google.com");so.addVariable("RGB", "0x000000");so.addVariable("feed", "http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2F api%2Fuser%2Fokletsgo%2Falbumid%2F5178424101535581649%3Fkind%3Dphoto%26alt%3Drss");so.write("flashcontent");</script>
vBulletin v3.6.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.