Flash Embedded but Flash Loader not working
Posted: Tue Mar 08, 2011 7:18 am
I've embedded some flash into my header banner. It works and displays properly in CMSMS, except for the loader. If I use the same exact file outside of CMSMS, the loader works fine. Here's the code I'm using. Has anyone else ran into this? Or has anyone else been able to embed some flash with a loader?
TEMPLATE
CSS
TEMPLATE
Code: Select all
<div id="header">
<div class="header-flash">{object src="/uploads/SA/BCS-Header.swf" width='960' height='376' class='flashplayer'}</div>
</div>
Code: Select all
div#header {
height: 376px;
margin: 0;
padding: 0;
background: #f4f4f4 url(uploads/SA/bg_banner.png) repeat-x left top;
border-bottom: 1px solid #D9E2E6;
}
div.header-flash {
margin: 0 auto;
position: relative;
z-index: 10;
width: 960px;
height: 376px;
}