• Hey all,

    My website uses a slideshow via the following code on the css page:

    <object classid=”clsid:XXXXXXXXXXXXX” codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0&#8243; width=”575″ height=”385″ id=”featured” align=”middle”>
    <param name=”allowScriptAccess” value=”sameDomain” />
    <param name=”allowFullScreen” value=”false” />
    <param name=”movie” value=”/scripts/home/featured.swf” /><param name=”quality” value=”high” /><param name=”bgcolor” value=”#ffffff” /> <embed src=”/scripts/home/featured.swf” quality=”high” bgcolor=”#ffffff” width=”575″ height=”385″ name=”featured” align=”middle” allowScriptAccess=”sameDomain” allowFullScreen=”false” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer&#8221; />
    <script type=”text/javascript”></script>

    </object>

    It currently draws on stories from our category with the slug “featured”. I want it to draw on a different category. How do I do this? I inherited the website and don’t know how the slideshow was originally built.

    Thanks!

The topic ‘Altering flash slideshow’ is closed to new replies.