Flash Embedded but Flash Loader not working

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
dillony
New Member
New Member
Posts: 9
Joined: Wed Aug 26, 2009 6:47 am

Flash Embedded but Flash Loader not working

Post 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;
}
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Flash Embedded but Flash Loader not working

Post 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...
dillony
New Member
New Member
Posts: 9
Joined: Wed Aug 26, 2009 6:47 am

Re: Flash Embedded but Flash Loader not working

Post by dillony »

The site is www.bcs2000.com
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Flash Embedded but Flash Loader not working

Post 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 ?...
dillony
New Member
New Member
Posts: 9
Joined: Wed Aug 26, 2009 6:47 am

Re: Flash Embedded but Flash Loader not working

Post 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.
Post Reply

Return to “Layout and Design (CSS & HTML)”