you could just use SWFObject - it will work with flash stuff in layers/divs/whatever.

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

(that amerasoftware page links to my blog at the bottom as well as an alternative)


On Apr 24, 2006, at 2:20 PM, Michael F. Hiatt wrote:

All,

I'm trying to implement the fix to take care of the ActiveX/Flash activate
issue (using the code found on Amara's site:)

http://www.amarasoftware.com/flash-problem.htm

-------------------------------------------------------
To fix the problem, please follow these steps:

1) Just below the last <object> in your HTML page, insert the following
Javascript:

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

2) Open a new document in Notepad or your HTML editor, and copy & paste the
following content into it:

theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) { theObjects [i].outerHTML =
theObjects[i].outerHTML; }

3) Save this file as ieupdate.js

---------------------------------------------------------

This is working fine except when the swf is in a layer. The swf shows up for
a second and then is replaced with "undefined"

Any ideas on how to make this fix work for swfs in layers would be
appreciated.



_______________________________________________
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