From: xmousex on
The official solution as posted along long time ago is to create an external js
file with a function that document.writes out the embed stuff.
http://www.adobe.com/devnet/activecontent/articles/devletter.html
Today someone here did a solution where they just wrote the document.write
calls right inline of the page. How is this possible when i know like a dozen
different developers who never were able to make that work. What happened?
This makes no sense. If document.write inline of the page works there is tons
of wasted js includes that i didnt need the last few years.