views:

27

answers:

1

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.

+1  A: 

You should set the wmode param to trasparent of the flash object.

Sarfraz
wmode is okey, but what i need is how to show that SWF over there, how to position that swf
coderex
@coderex: What do you mean, you mean using `opaque` instead of `transparent`? did you try both of them?
Sarfraz
i need the JavaScript, pls check EDIT 1
coderex