 |
04-13-2008, 02:36 AM
|
ActiveX Nag in IE
|
Posts: 42
|
Hey everybody. I'm building a site with some embedded flash content in dreamweaver. I have a javascript file in the root folder it should be located in and all my code looks good to me but I am still getting prompted to allow activex content to run in IE. Is there something I'm over looking? Here is a copy of my code:
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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Renty Car Rental - Not the biggest, just the best.</title>
<style type="text/css">
<!--
body {
background-image: url();
background-repeat: no-repeat;
background-position: center;
background-position: top;
background-color: #E4E2DC;
margin-top: 0px;
}
#apDiv1 {
position:absolute;
top:0px;
width:800px;
height:108px;
z-index:1;
}
#apDiv2 {
position:absolute;
top:112px;
width:151px;
height:365px;
z-index:2;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="1014" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="107"> </td>
<td width="800">
<div id="apDiv1"><img src="../Images/Website_header.png" width="800" height="108" /></div>
<div id="apDiv2">
<br />
<br />
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','125','height','25','hspace','11','title','Reserve a Vehicle','src','../../flash/buttons/reserve','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','../../flash/buttons/reserve' ); //end AC code
</script>
<noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="125" height="25" hspace="11" title="Reserve a Vehicle">
<param name="movie" value="../../flash/buttons/reserve.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="../../flash/buttons/reserve.swf" width="125" height="25" hspace="11" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','125','height','25','hspace','11','vspace','8','title','Requirements','src','../../flash/buttons/requirements','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','../../flash/buttons/requirements' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="125" height="25" hspace="11" vspace="8" title="Requirements">
<param name="movie" value="../../flash/buttons/requirements.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="../../flash/buttons/requirements.swf" width="125" height="25" hspace="11" vspace="8" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','125','height','25','hspace','11','title','Testimonials','src','../../flash/buttons/testimonials','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','../../flash/buttons/testimonials' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="125" height="25" hspace="11" title="Testimonials">
<param name="movie" value="../../flash/buttons/testimonials.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="../../flash/buttons/testimonials.swf" width="125" height="25" hspace="11" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','125','height','25','hspace','11','vspace','8','title','About Us','src','../../flash/buttons/About Us','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','../../flash/buttons/About Us' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="125" height="25" hspace="11" vspace="8" title="About Us">
<param name="movie" value="../../flash/buttons/About Us.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="../../flash/buttons/About Us.swf" width="125" height="25" hspace="11" vspace="8" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','125','height','25','hspace','11','title','Contact Us','src','../../flash/buttons/Contact Us','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','../../flash/buttons/Contact Us' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="125" height="25" hspace="11" title="Contact Us">
<param name="movie" value="../../flash/buttons/Contact Us.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="../../flash/buttons/Contact Us.swf" width="125" height="25" hspace="11" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','125','height','25','hspace','11','vspace','8','title','Locations','src','../../flash/buttons/Locations','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','../../flash/buttons/Locations' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="125" height="25" hspace="11" vspace="8" title="Locations">
<param name="movie" value="../../flash/buttons/Locations.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="../../flash/buttons/Locations.swf" width="125" height="25" hspace="11" vspace="8" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</noscript>
</div>
<img src="../Images/Website_bkgrnd.png" width="800" height="600" /> </td>
<td width="107"> </td>
</tr>
</table>
</body>
</html>
|
|
|
|
04-13-2008, 09:45 AM
|
Re: ActiveX Nag in IE
|
Posts: 6,396
Location: Tennessee
|
That ac_fl_RunContent script doesn't work very well, AND it allows that awful <embed> tag. I would suggest using one of the other methods for putting flash on your page, such as swfObject - look in the stickies for a thread devoted to that and other methods.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
04-13-2008, 01:14 PM
|
Re: ActiveX Nag in IE
|
Posts: 42
|
Any chance you could direct me to where to find that? Don't see it in the javascript section...
Last edited by Jasonpv : 04-13-2008 at 01:17 PM.
|
|
|
|
04-13-2008, 02:46 PM
|
Re: ActiveX Nag in IE
|
Posts: 6,396
Location: Tennessee
|
I told you, in the STICKIES
http://www.webmaster-talk.com/html-f...audio-web.html
It's not IN the js section.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
04-13-2008, 02:59 PM
|
Re: ActiveX Nag in IE
|
Posts: 42
|
Thank you!! I didn't know you meant HTML forum...lol. Sorry for being a mooch. 
|
|
|
|
04-13-2008, 03:19 PM
|
Re: ActiveX Nag in IE
|
Posts: 42
|
Here's the new code for the object, still getting the activex prompt and now the botton does not load:
Code:
<object data="../Buttons/reserve.swf" type="application/x-shockwave-flash" width="125" height="25" hspace="11">
<param name="Reserve" value="../Buttons/reserve.swf" />
<param name="wmode" value="transparent" />
</object>
Any ideas?
Here's the page code:
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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Renty Car Rental - Not the biggest, just the best.</title>
<style type="text/css">
<!--
body {
background-image: url();
background-repeat: no-repeat;
background-position: center;
background-position: top;
background-color: #E4E2DC;
margin-top: 0px;
}
#apDiv1 {
position:absolute;
top:0px;
width:800px;
height:108px;
z-index:3;
}
#apDiv2 {
position:absolute;
top:112px;
width:151px;
height:365px;
z-index:2;
}
#apDiv3 {
position:absolute;
top:0;
width:800px;
height:108px;
z-index:1;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="1014" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="107"> </td>
<td width="800">
<div id="apDiv1">
<div id="apDiv3"></div>
<img src="../Images/Website_header.png" width="800" height="108" /></div>
<div id="apDiv2">
<br />
<br />
<object data="../Buttons/reserve.swf" type="application/x-shockwave-flash" width="125" height="25" hspace="11">
<param name="Reserve" value="../Buttons/reserve.swf" />
<param name="wmode" value="transparent" />
</object>
</div>
<img src="../Images/Website_bkgrnd.png" width="800" height="600" /> </td>
<td width="107"> </td>
</tr>
</table>
</body>
</html>
|
|
|
|
04-14-2008, 02:16 AM
|
Re: ActiveX Nag in IE
|
Posts: 42
|
Okay, I have switched to the swfobject.js script and changed code to the stuff I saw in the sticky section. IE still prompts for activex and now firefox doesn't show the button at all. What am I doing wrong?
.js call :
Code:
<script type="text/javascript" src="../Scripts/swfobject.js"></script>
object code:
Code:
<div id="apDiv2">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="125" height="25" hspace="11">
<param name="movie" value="../Buttons/reserve.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
</object>
</div>
script call code:
Code:
<script type="text/javascript">
var so = new SWFObject("../Buttons/reserve.swf", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "125", "25", "8");
so.addParam("wmode", "transparent");
so.write("apDiv2");
</script>
|
|
|
|
04-14-2008, 09:33 AM
|
Re: ActiveX Nag in IE
|
Posts: 6,396
Location: Tennessee
|
Did you try the tips offered for swfObject for sorting out problems ?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
04-14-2008, 02:49 PM
|
Re: ActiveX Nag in IE
|
Posts: 42
|
I looked through and have tried just about everything I saw. Is there something I'm missing?... Don't remember this be that difficult in the past. Is there just no getting around this with IE7?
|
|
|
|
04-14-2008, 02:51 PM
|
Re: ActiveX Nag in IE
|
Posts: 6,396
Location: Tennessee
|
No, you can 'get around' it, swfObject works perfectly well with IE7. The question is, what your security settings in IE7 ??
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
04-14-2008, 11:38 PM
|
Re: ActiveX Nag in IE
|
Posts: 42
|
Just using default settings in IE. I know there is a way to prevent the activex prompt from occurring because I have done it before and I have some code that actually works on another website I've done. I tried transferring the code directly from there but I still have the same issue...is there nothing in there that I can change?
|
|
|
|
04-15-2008, 01:45 AM
|
Re: ActiveX Nag in IE
|
Posts: 42
|
For example, this page gives me no activex prompt in ie:
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">
<!-- saved from url=(0020)http://www.corel.com -->
<HEAD>
<TITLE>Volcanic Island Surf Co</TITLE>
<META http-equiv="Content-Type" Content="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="CorelDRAW X3">
<META NAME="Date" CONTENT="09/29/2006">
<script src="Scripts/swfobject.js" type="text/javascript"></script>
<style type="text/css">
<!--
.style2 {
font-family: Arial, Helvetica, sans-serif;
color: #CC0000;
font-weight: bold;
}
-->
</style></HEAD>
<BODY BGCOLOR="#FFFFFF">
<table width="820" border="0" cellspacing="0" cellpadding="0">
<tr>
<TD COLSPAN=21 ROWSPAN=1 WIDTH=820 HEIGHT=32></TD>
</tr>
</table>
<table width="820" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="83" height="83"> </td>
<td width="386"><a href="http://www.volcanicsurfco.com/home.htm"><img src="home/hex1.jpg" alt="Volcanic Island Surf Co." width="386" height="83" border="0" /></a></td>
<td width="74"> </td>
<td width="194" valign="top"><br />
<img src="tikilounge/tikitext.jpg" width="124" height="15" vspace="4" /><br />
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','width','73','height','16','align','top','src','artists','quality','high','pluginspage','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','movie','artists' ); //end AC code
</script>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="73" height="16" align="top">
<param name="movie" value="flash media/artists.swf" />
<param name="quality" value="high" />
<embed src="flash media/artists.swf" width="73" height="16" align="top" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>
</object>
<img src="tikilounge/spacerbox.jpg" width="4" height="9" align="top" />
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','width','32','height','14','align','top','src','music','quality','high','pluginspage','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','bgcolor','','movie','music' ); //end AC code
</script>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="32" height="14" align="top">
<param name="BGCOLOR" value="" />
<param name="movie" value="flash media/music.swf" />
<param name="quality" value="high" />
<embed src="flash media/music.swf" width="32" height="14" align="top" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>
</object>
<br />
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','width','46','height','13','align','top','src','contests','quality','high','pluginspage','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','bgcolor','','movie','contests' ); //end AC code
</script>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="46" height="13" align="top">
<param name="BGCOLOR" value="" />
<param name="movie" value="flash media/contests.swf" />
<param name="quality" value="high" />
<embed src="flash media/contests.swf" width="46" height="13" align="top" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>
</object>
<img src="tikilounge/spacerbox.jpg" width="4" height="9" align="top" />
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','width','72','height','16','align','top','src','volcation','quality','high','pluginspage','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','movie','volcation' ); //end AC code
</script>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="72" height="16" align="top">
<param name="movie" value="flash media/volcation.swf" />
<param name="quality" value="high" />
<embed src="flash media/volcation.swf" width="72" height="16" align="top" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>
</object>
</td>
<td width="83"> </td>
</tr>
</table>
<table width="820" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD COLSPAN=1 ROWSPAN=1 WIDTH=820 HEIGHT=5></TD>
</tr>
</table>
<table width="820" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="83"> </td>
<td width="654"><IMG SRC="tikilounge/tikibg.jpg" WIDTH=654 ALIGN=TOP BORDER=0></td>
<td width="83"> </td>
</tr>
<tr valign="bottom">
<td></td>
<td width="654" height="10"><hr /></td>
<td></td>
</tr>
</table>
<table width="820" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="86"> </td>
<td width="34"><a href="http://www.volcanicsurfco.com/home.htm"><img src="home/hex5.jpg" height=10 width=34 align=TOP border=0 usemap="#hex5" /></a></td>
<td width="11"> </td>
<td width="32"><a href="http://www.volcanicsurfco.com/guys.htm"><img src="home/hex6.jpg" height=10 width=32 align=TOP border=0 usemap="#hex6" /></a></td>
<td width="11"> </td>
<td width="24"><a href="http://www.volcanicsurfco.com/girls.htm"><img src="home/hex7.jpg" height=10 width=24 align=TOP border=0 usemap="#hex7" /></a></td>
<td width="11"> </td>
<td width="25"><a href="http://www.volcanicsurfco.com/kids.htm"><img src="home/hex8.jpg" height=10 width=25 align=TOP border=0 usemap="#hex8" /></a></td>
<td width="11"> </td>
<td width="60"><a href="http://www.volcanicsurfco.com/tikilounge.htm"><img src="home/hex9.jpg" height=10 width=60 align=TOP border=0 usemap="#hex9" /></a></td>
<td width="11"> </td>
<td width="44"><a href="http://www.volcanicsurfco.com/lowcal.htm"><img src="home/hex10.jpg" height=10 width=44 align=TOP border=0 usemap="#hex10" /></a></td>
<td width="11"> </td>
<td width="33"><a href="http://www.volcanicsurfco.com/riders.htm"><img src="home/hex11.jpg" height=10 width=33 align=TOP border=0 usemap="#hex11" /></a></td>
<td width="11"> </td>
<td width="55"><a href="http://www.volcanicsurfco.com/aboutus.htm"><img src="home/hex12.jpg" height=10 width=55 align=TOP border=0 usemap="#hex12" /></a></td>
<td width="11"> </td>
<td width="78"><a href="http://www.volcanicsurfco.com/humanrights.htm"><img src="home/hex13.jpg" height=10 width=78 align=TOP border=0 usemap="#hex13" /></a></td>
<td width="11"> </td>
<td width="67"><a href="http://www.volcanicsurfco.com/contactus.htm"><img src="home/hex14.jpg" height=9 width=67 align=TOP border=0 usemap="#hex14" /></a></td>
<td width="11"> </td>
<td width="85"><a href="http://www.volcanicsurfco.com/privacy.htm"><img src="home/hex15.jpg" height=10 width=85 align=TOP border=0 usemap="#hex15" /></a></td>
<td width="87"> </td>
</tr>
</table>
</BODY>
</HTML>
Whereas this one does give me the prompt. All I did was cut and paste the code from the page that doesn't give me the nag to this one. Just can't figure out why that is exactly...
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>
<title>Renty Car Rental - Not the biggest, just the best.</title>
<script src="Scripts/swfobject.js" type="text/javascript"></script>
<style type="text/css">
<!--
body {
background-image: url();
background-repeat: no-repeat;
background-position: center;
background-position: top;
background-color: #E4E2DC;
margin-top: 0px;
}
#Header_RT {
position:absolute;
top:0px;
width:800px;
height:108px;
z-index:1;
visibility: hidden;
}
#Header {
position:absolute;
top:0px;
width:800px;
height:108px;
z-index:1;
visibility: visible;
}
#Buttons {
position:absolute;
top:112px;
width:151px;
height:365px;
z-index:2;
visibility: visible;
}
#apDiv3 {
position:absolute;
top:0;
width:800px;
height:108px;
z-index:1;
visibility: visible;
}
-->
</style>
</head>
<body>
<table width="1014" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="107"> </td>
<td width="800">
<div id="Header">
</div>
<div id="Header_RT"></div>
<div id="Buttons">
<br />
<br />
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','width','73','height','16','align','top','src','artists','quality','high','pluginspage','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','movie','artists' ); //end AC code
</script>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="73" height="16" align="top">
<param name="movie" value="flash media/artists.swf" />
<param name="quality" value="high" />
<embed src="flash media/artists.swf" width="73" height="16" align="top" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>
</object>
</div>
<img src="../Images/Website_bkgrnd.png" width="800" height="600" /> </td>
<td width="107"> </td>
</tr>
</table>
</body>
</html>
|
|
|
|
04-15-2008, 04:20 AM
|
Re: ActiveX Nag in IE
|
Posts: 42
|
Could this be caused by the files being called from my local disk on my pc??
|
|
|
|
04-15-2008, 02:53 PM
|
Re: ActiveX Nag in IE
|
Posts: 6,396
Location: Tennessee
|
Yes, swfObject now uses the latest Flash security, and it will only work properly from a web server. They DO have a forum for swfObject 
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|
|
|
|
04-15-2008, 04:25 PM
|
Re: ActiveX Nag in IE
|
Posts: 42
|
Thanks LadynRed...
|
|
|
| |