ActiveContent in Internet Explorer
| Embedding Adobe Flash control into a html web page by <object> or <embed>, you need to activate it before clicking it. ↓ | |
How to embed a Adobe Flash control bypassing the Internet Explorer activation? Use Javascript to embed the Adobe Flash control instead of using tags.
<script type="text/javascript">
Sample: "12345678
"
View codeAC_FL_RunContent('PARAM','VALUE'); </script><noscript><object> <param name="PARAM" value="VALUE" /> <embed PARAM='VALUE'></embed> </object></noscript> Script generated by Adobe Dreamweaver 8. Require AC_RunActiveContent.js . |
![]() |