Page 1 of 1

Flash Embedded but Flash Loader not working

Posted: Tue Mar 08, 2011 7:18 am
by dillony
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

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>
CSS

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;
}

Re: Flash Embedded but Flash Loader not working

Posted: Tue Mar 08, 2011 4:55 pm
by Dr.CSS
In this board most times it is really helpful to give a link to the site to help figure out what the problem is else all we can do is guess...

Re: Flash Embedded but Flash Loader not working

Posted: Tue Mar 08, 2011 6:40 pm
by dillony
The site is www.bcs2000.com

Re: Flash Embedded but Flash Loader not working

Posted: Tue Mar 08, 2011 8:33 pm
by Dr.CSS
Worked fine for me, saw loader etc., using Firefox 3.6.13, are you sure it's not some adblock thing or ?...

Re: Flash Embedded but Flash Loader not working

Posted: Tue Mar 08, 2011 10:51 pm
by dillony
It shows up in Firefox 3.6.6 fine for me as well. However, using ie8 I'm experiencing the problem. Are you able to see the loader using IE?

Thanks.