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">
AC_FL_RunContent('PARAM','VALUE');
</script>
<noscript><object>
<param name="
PARAM" value="VALUE" />
<embed
PARAM='VALUE'></embed>
</object></noscript>
Sample: "12345678 "  View code
Script generated by Adobe Dreamweaver 8.
Require AC_RunActiveContent.js .
<object>