Error #2032 displayed in html page
Posted
by
Rajeev
on Stack Overflow
See other posts from Stack Overflow
or by Rajeev
Published on 2010-12-28T17:38:33Z
Indexed on
2010/12/29
10:54 UTC
Read the original article
Hit count: 259
I have a app which is used to testmicrophone.But when include in html page it displays Error #2032.How to resolve this.
This is the HTML code
<div style="display: inline;float:center;">
<object width="100" height="100">
<embed src="mic.swf" width="250" height="250">
</embed>
</object>
</div>
© Stack Overflow or respective owner