Hi,
I would like to know if it possible to do something like:
var myElement = document.createElement('div');
myElement.setAttribute('id', 'placeholder');
swfobject.embedSWF(file, 'placeholder', .....);
document.body.appendChild(myElement);
That way I wouldn't have to wait for the element to be inserted into
the DOM.
Thanks a lot,
Bertrand.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---