ActiveDen

AS3 XML Ken Burns Slideshow Banner Fullscreen

I want to run the slideshow at 100% width and height in an HTML page!

No problem, open the external.html.

Remove everything in between the tags and paste in this code:

<div id="kenburns">
<script type="text/javascript">
    var flashvars = {
        xml_path: "xml/kenburns.xml" 
    };
    var params = {
        bgcolor: "#dddddd",
        wmode: "opaque",
        allowfullscreen: "true" 
    };
    var attributes = {};
    swfobject.embedSWF("kenburns_externalxml.swf", "kenburns", "100%", "100%", "9.0.0",
    "expressInstall.swf", flashvars, params, attributes);
</script>
</div>
by
by
by
by
by