Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
HTML Issue regarding ActiveX Controls
Old 06-12-2010, 08:12 AM HTML Issue regarding ActiveX Controls
Junior Talker

Posts: 1
Name: Sarah
Trades: 0
Hi there,

I am creating a website using dreamweaver html and css.

I am having issues embedding a .swf file to the code, it does not show in ie. I have the latest version of ie installed on my pc and I have the activeX flash player installed also.

When I preview the file a banner appears saying blocked content and when you allow it nothing happens. If I am having this issue others are bound to hence I would like it resolved before the site goes live.

Can any one help me please???

CODE:-
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--[if lt IE 6.]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Future Limo Buses</title>
<style type="text/css">
<!--
body {
	font-family:Verdana, Geneva, sans-serif;
	border:none;
	background-color:#000;
}
#Wrapper {
	width:800px;
	margin:0 auto;
}
#Background {
	height:600px;
	width:800px;
	background-image:url(../future_root/Images/Background%20images/gallery.png);
	background-repeat:no-repeat;
	background-position:center;
}
#Logo {
	border:none;
	background-image:url(../future_root/Images/Misc/gold%20logo.png);
	background-repeat:no-repeat;
	height:89px;
	width:281px;
	margin-top:-570px;
	margin-left:480px;
}
#PageHeader {
	border:none;
	background-image:url(../future_root/Images/Page%20Headers/gallery.png);
	background-repeat:no-repeat;
	height:26px;
	width:215px;
	margin-top:-50px;
	margin-left:40px;
}
#Navigation {
	border:none;
	height:350px;
	width:153px;
	margin-top:103px;
	margin-left:30px;
}
#Seperator {
	border:none;
	height:350px;
	width:3px;
	background-image:url(../future_root/Images/Misc/seperator.png);
	background-repeat:no-repeat;
	margin-top:-343px;
	margin-left:190px;
}
#Links {
	height:22px;
	width:221px;
	margin-top:-10px;
	margin-left:540px;
}
#PageInfo {
	border:none;
	text-align:center;
	height:350px;
	width:550px;
	margin-top:-450px;
	margin-left:210px;
}
#Navigation a {
	background-repeat:no-repeat;
	display:block;
}
a.home, a.contact, a.links, a.testimonials, a.gallery, a.about {
	margin-top:30px;
	height:18px;
}
a.future {
	margin-top:20px;
	width:107px;
	height:35px;
}
a.home {
	width:49px;
}
a.links {
	width:44px;
}
a.testimonials {
	width:107px;
}
a.about {
	width:76px;
}
a.contact {
	width:90px;
}
a.gallery {
	width:60px;
}
a.home:link, a.home:visited {
	background-image:url(../future_root/Images/Navigation%20Bar/homewhite.png);
}
a.home:hover, a.home:active {
	background-image:url(../future_root/Images/Navigation%20Bar/homegrey.png);
}
a.about:link, a.about:visited {
	background-image:url(../future_root/Images/Navigation%20Bar/aboutuswhite.png);
}
a.about:hover, a.about:active {
	background-image:url(../future_root/Images/Navigation%20Bar/aboutusgrey.png);
}
a.future:link, a.future:visited {
	background-image:url(../future_root/Images/Navigation%20Bar/thefutureexperiencewhite.png);
}
a.future:hover, a.future:active {
	background-image:url(../future_root/Images/Navigation%20Bar/thefutureexperiencegrey.png);
}
a.gallery:link, a.gallery:visited, a.gallery:hover, a.gallery:active {
	background-image:url(../future_root/Images/Navigation%20Bar/gallerygrey.png);
}
a.testimonials:link, a.testimonials:visited {
	background-image:url(../future_root/Images/Navigation%20Bar/testimonialswhite.png);
}
a.testimonials:hover, a.testimonials:active {
	background-image:url(../future_root/Images/Navigation%20Bar/testimonialsgrey.png);
}
a.links:link, a.links:visited {
	background-image:url(../future_root/Images/Navigation%20Bar/linkswhite.png);
}
a.links:hover, a.links:active {
	background-image:url(../future_root/Images/Navigation%20Bar/linksgrey.png);
}
a.contact:link, a.contact:visited {
	background-image:url(../future_root/Images/Navigation%20Bar/contactuswhite.png);
}
a.contact:hover, a.contact:active {
	background-image:url(../future_root/Images/Navigation%20Bar/contactusgrey.png);
}
-->
</style>
</head>
<body>
<div id="Wrapper">
<div id="Background"></div>
<div id="Logo"></div>
<div id="PageHeader"></div>
<div id="Navigation">
<a class="home" href="http://www.webmaster-talk.com/future_root/index.html"></a>
<a class="about" href="http://www.webmaster-talk.com/future_root/aboutus.html"></a>
<a class="future" href="http://www.webmaster-talk.com/future_root/future.html"></a>
<a class="gallery" href="http://www.webmaster-talk.com/future_root/gallery.html"></a>
<a class="testimonials" href="http://www.webmaster-talk.com/future_root/testimonials.html"></a>
<a class="links" href="http://www.webmaster-talk.com/future_root/links.html"></a>
<a class="contact" href="http://www.webmaster-talk.com/future_root/contactus.html"></a>
</div>
<div id="Seperator"></div>
<div id="Links">
<a href="http://www.facebook.com/pages/Future-Limo-Buses/113455505345741">
<img src="http://www.webmaster-talk.com/future_root/Images/Misc/facebook.png" border="0" height="22" width="89" align="right"/>
</a>
<a href="http://www.got-the-concept.co.uk" >
<img src="http://www.webmaster-talk.com/future_root/Images/Misc/copyright.png" border="0" height="22" width="121" align="left" />
</a>
</div>
<div id="PageInfo">
<object classid="clsid[IMG]http://www.codingforums.com/images/smilies/biggrin.gif[/IMG]27CDB6E-AE6D-11cf-96B8-44455350000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="550" height="400" id="myMovieName">
<param name="movie" value="../future_root/Images/Gallery/gallery.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<param name="wmode" value="transparent">
<embed src="../future_root/Images/Gallery/gallery.swf" quality="high" bgcolor="#FFFFFF" width="550" height="400" name="gallery" align="" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer" wmode="transparent">
</embed>
</object>
</div>
</div>
</body>
</html>

Last edited by chrishirst; 06-12-2010 at 08:16 AM..
ConceptionGD is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-12-2010, 08:13 AM Re: HTML Issue regarding ActiveX Controls
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
READ the stickied thread
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-12-2010, 08:18 AM Re: HTML Issue regarding ActiveX Controls
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
BTW:

Please use the [code] or [html] delimiters when posting code and do not include the button images from other forums!
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to HTML Issue regarding ActiveX Controls
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.62381 seconds with 12 queries