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
Old 04-13-2008, 02:36 AM ActiveX Nag in IE
Jasonpv's Avatar
Super Talker

Posts: 102
Trades: 0
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">&nbsp;</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">&nbsp;</td>
  </tr>
</table>

</body>
</html>
Jasonpv is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-13-2008, 09:45 AM Re: ActiveX Nag in IE
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
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 !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 04-13-2008, 01:14 PM Re: ActiveX Nag in IE
Jasonpv's Avatar
Super Talker

Posts: 102
Trades: 0
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..
Jasonpv is offline
Reply With Quote
View Public Profile
 
Old 04-13-2008, 02:46 PM Re: ActiveX Nag in IE
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
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 !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 04-13-2008, 02:59 PM Re: ActiveX Nag in IE
Jasonpv's Avatar
Super Talker

Posts: 102
Trades: 0
Thank you!! I didn't know you meant HTML forum...lol. Sorry for being a mooch.
Jasonpv is offline
Reply With Quote
View Public Profile
 
Old 04-13-2008, 03:19 PM Re: ActiveX Nag in IE
Jasonpv's Avatar
Super Talker

Posts: 102
Trades: 0
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">&nbsp;</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">&nbsp;</td>
  </tr>
</table>

</body>
</html>
Jasonpv is offline
Reply With Quote
View Public Profile
 
Old 04-14-2008, 02:16 AM Re: ActiveX Nag in IE
Jasonpv's Avatar
Super Talker

Posts: 102
Trades: 0
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>
Jasonpv is offline
Reply With Quote
View Public Profile
 
Old 04-14-2008, 09:33 AM Re: ActiveX Nag in IE
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Did you try the tips offered for swfObject for sorting out problems ?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 04-14-2008, 02:49 PM Re: ActiveX Nag in IE
Jasonpv's Avatar
Super Talker

Posts: 102
Trades: 0
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?
Jasonpv is offline
Reply With Quote
View Public Profile
 
Old 04-14-2008, 02:51 PM Re: ActiveX Nag in IE
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
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 !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 04-14-2008, 11:38 PM Re: ActiveX Nag in IE
Jasonpv's Avatar
Super Talker

Posts: 102
Trades: 0
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?
Jasonpv is offline
Reply With Quote
View Public Profile
 
Old 04-15-2008, 01:45 AM Re: ActiveX Nag in IE
Jasonpv's Avatar
Super Talker

Posts: 102
Trades: 0
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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</td>
    <td width="654"><IMG SRC="tikilounge/tikibg.jpg" WIDTH=654 ALIGN=TOP BORDER=0></td>
    <td width="83">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</td>
  </tr>
</table>

</body>
</html>
Jasonpv is offline
Reply With Quote
View Public Profile
 
Old 04-15-2008, 04:20 AM Re: ActiveX Nag in IE
Jasonpv's Avatar
Super Talker

Posts: 102
Trades: 0
Could this be caused by the files being called from my local disk on my pc??
Jasonpv is offline
Reply With Quote
View Public Profile
 
Old 04-15-2008, 02:53 PM Re: ActiveX Nag in IE
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
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 !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 04-15-2008, 04:25 PM Re: ActiveX Nag in IE
Jasonpv's Avatar
Super Talker

Posts: 102
Trades: 0
Thanks LadynRed...
Jasonpv is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to ActiveX Nag in IE
 

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.73288 seconds with 12 queries