I'm trying to get my XML slide show incorporated into a SS page. The slide show (http://bobsalonathens.squarespace.com/storage/swf/about/ABOUT_ROTATOR.swf) works fine loading strictly in the browser off my SS file storage but will not load properly within the SS site it's self (http://bobsalonathens.squarespace.com/about-us). This is the code that is embedding the slide show:
I'm trying to get my XML slide show incorporated into a SS page. The slide show (http://bobsalonathens.squarespace.com/storage/swf/about/ABOUT_ROTATOR.swf) works fine loading strictly in the browser off my SS file storage but will not load properly within the SS site it's self (http://bobsalonathens.squarespace.com/about-us). This is the code that is embedding the slide show:
<div id="FlashContainer" style="background-image:url('/storage/img/default_ourartists.jpg')no-repeat">
<object type="application/x-shockwave-flash" data="http://bobsalonathens.squarespace.com/storage/swf/about/ABOUT_ROTATOR.swf" height="281" width="685">
<param name="movie" value="http://bobsalonathens.squarespace.com/storage/swf/about/ABOUT_ROTATOR.swf">
</object>
</div>
thank you!