that code looks fine to me, are you testing this on a web server? IE has different security restrictions for local files vs. internet based files, so it's always best to test it on a web server.



On Apr 3, 2007, at 1:37 PM, Matthew Ganz wrote:

actually, all of a sudden it's not working again. here's the code i have on my html page:

<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>home</title>

<script type="text/javascript" src="javascript/swfobject.js"></script>

</head>

<body bgcolor="#ffffff">


<div id="flashcontent">

This text is replaced by the Flash movie.

</div>

<script type="text/javascript">

var so = new SWFObject("home.swf", "mymovie", "100%", "100%", "8", "#FFFFFF");

so.addParam("scale", "NOSCALE");

so.write("flashcontent");

</script>

</body>

</html>

----- Original Message ----- From: "Geoff Stearns" <[EMAIL PROTECTED]>
To: <flashcoders@chattyfig.figleaf.com>
Sent: Tuesday, April 03, 2007 12:59 PM
Subject: Re: [Flashcoders] eolas fix for IE7


even older versions should work fine (i think we were testing it in ie7 all the way back to 1.3 or so) - but using the very latest is always a good idea.




On Apr 3, 2007, at 12:44 PM, eka wrote:

Hello :)

you use the last version of SWFObject ? (1.5)

http://blog.deconcept.com/swfobject/

EKA+ :)

2007/4/3, Adrian Lynch <[EMAIL PROTECTED]>:

I'm using it and it works. Got any code to have a look at. Maybe you're
using it differently.

Adrian

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matthew
Ganz
Sent: 03 April 2007 17:20
To: Flashcoders mailing list
Subject: [Flashcoders] eolas fix for IE7


hi.

i've tried implementing the eolas fix using the flashobject.js method and swfobject.js method and they both work for IE6 but not for IE7. is there a
different fix needed for IE7?

thanks. -- matt.

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to