2011-10-29, 08:12:13
Just started working with GetSimple and I LOVE IT! After searching for months for a well designed, pleasing to look at control panel that is NOT for a blog or newspaper articles - this is perfect!
Question: I'm trying to run a flash slideshow on my home page. I have it linked like this but it's not working:
and in the template.php header:
Is this in the wrong place?
Thanks
Charles
Question: I'm trying to run a flash slideshow on my home page. I have it linked like this but it's not working:
Quote:<object id="Object2" type="application/x-shockwave-flash" data="data/uploads/fallfair/player_flv_classic.swf" width="480" height="320">
<param name="movie" value="data/uploads/fallfair/player_flv_classic.swf" />
<param name="wmode" value="opaque" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="quality" value="high" />
<param name="menu" value="true" />
<param name="autoplay" value="false" />
<param name="autoload" value="false" />
<param name="FlashVars" value="configxml=data/uploads/fallfair/fallfair-480-320.xml" />
</object>
and in the template.php header:
Quote:<script language="javascript" src="data/uploads/js/AC_RunActiveContent.js"></script>
Is this in the wrong place?
Thanks
Charles