How can I make Flash layers chage place on Browser to see what's under them?
How can I move the Flash layers on the browser or How can I make Flash layers transperant on Browser to see what's under them ?
When browsing (I use firefox) in the internet when flash apps. work; At flash applications some images get over the other and I want to see whats under that image.
I some how have to move that image or make it tra开发者_Go百科nsperant to see under it, can you give me an idea of how this mystery can be solved ?
You can set the "wmode" parameter of the embed code to "transparent":
<param name="wmode" value="transparent">
精彩评论