Can SWFObject be used in the following way:

I want to use javascript to generate my <object/embed> tag HTML and
populate a <div> with the result.

I tried modifying Adobe's AC_Generateobj function to do this, and it
works fine in Firefox and Safari, but not in IE (6 or 7).

Here's my code:

var flashObjTag = AC_FL_RunContent(... the usual args here...);
$(divName).innerHTML = flashObjTag;

Basically we're trying to avoid using document.write().

Unfortunately I'm running into this bug:

http://bugs.adobe.com/jira/browse/FP-692 (ExternalInterface.call()
fails in IE7 with "Object Does not support this property or method")

Will SWFObject provide a solution for me?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to