Hi,
I have a swf file with a semi-transparent + tint effect and a HTMl element
<span id='mybutton'>My Button</span>
I want to place the swf over the span, so that i can see div/span/a the content through swf.
Edit 1
How can i write a JavaScript code to place this swf over the element have id='mybutton'
.
If any JQuery code available for this.