Bill Lawrence

Anonymous
I'm trying to put a Flash swf in a Geeklog staticpage. I gave admin the HTML rights in config.php. Then created a staticpage with the code below:
Text Formatted Code
<div align="left">
<table cellspacing="0" cellpadding="0" width="100%" align="left" border="0">
    <tbody>

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="432" height="288" id="slideshow_as2" align="middle">
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”movie” value=”slideshow_as2.swf” />
<param name=”quality” value=”high” />
<param name=”bgcolor” value=”#000000″ />
<embed src=”slideshow_as2.swf” quality=”high” bgcolor=”#000000″ width=”432″ height=”288″ name=”slideshow_as2″ align=”middle” allowScriptAccess=”sameDomain” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” />
</object>

    </tbody>
</table>
</div>
Unfortunately it seems Geeklog strips out everything between the tbody tag. Help? :helpme:

ironmax

Anonymous
Try something like this as for the code style....

Text Formatted Code

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=6,0,40,0"
width="256" height="256"
 id="Mad Cow">
<param name="movie"  
value="http://www.spacequad.com/staticpages/madcow.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="http://www.spacequad.com/staticpages/madcow.swf" quality="high" bgcolor="#ffffff"
width="256" height="256"
name="Mad Cow" align="" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
 


Gazzer

Anonymous
hi iv tried to put flash in static page
and did it using this code and in my case it works ididnt alter anything in config.php at all just put this piece of code in on the page have a go

<embed src="http://gazwebdesign.co.uk/images/pastor.swf" width="170" height="130" name="badge"></embed>