Forum Moderators: open

Message Too Old, No Replies

javascript on IE

photo gallery pop up window does not work on IE

         

j05e

1:51 pm on Mar 25, 2010 (gmt 0)

10+ Year Member



i tried the AC_RunActiveContent.js. script but i still cant get it to work.

the web site is <snipped url>

this is my index.html code

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>HomeLift Design</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<center>


<script language = "javaScript">
function launchgallery(page) {
OpenWin = this.open(page,"my_gallery.swf","toolbar=no, menubar=no, scrollbars=no, location=no, width=700, height=400");
}
</script>

</head>
<body bgcolor="#ffffff">

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0', 'width','800','height','600','id','index','align','middle','src','index','loop','false','menu','false','quality','high', 'scale','noscale','wmode','opaque','devicefont','true','bgcolor','#ffffff','name','index','allowscriptaccess', 'sameDomain','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','index' ); //end AC code
</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="600" id="index" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="index.swf" />
<param name="loop" value="false" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="wmode" value="opaque" />
<param name="devicefont" value="true" />
<param name="bgcolor" value="#ffffff" />
<embed src="index.swf" loop="false" menu="false" quality="high" scale="noscale" wmode="opaque" devicefont="true" bgcolor="#ffffff" width="800" height="600" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></noscript>
</body>
</html>

[edited by: whoisgregg at 2:33 pm (utc) on Mar 25, 2010]
[edit reason] Whoops, no URLs please. See TOS [webmasterworld.com] :) [/edit]

whoisgregg

1:09 pm on Apr 20, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Did you get this sorted out? If not, could you give some more information as to how this isn't working or what the expected behavior is? I've looked through the code a few times since you've posted it and I'm not completely sure what's broken. :/