| | |
how to prevent javascript menu from getting hidden under flash movies
Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Jan 2008
Posts: 2,052
Reputation:
Solved Threads: 118
You must do three things to solve this problem :
1) in the object tag add the following parameter
<PARAM NAME=wmode VALUE=transparent>
2) in the embed tag add the following attribute
<EMBED src="jet.swf" wmode=transparent ....
3) add the same name-value pair to the following script
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' ,'wmode','transparent',...rest of your name-value pairs go here ); //end AC code
</script>
1) in the object tag add the following parameter
<PARAM NAME=wmode VALUE=transparent>
2) in the embed tag add the following attribute
<EMBED src="jet.swf" wmode=transparent ....
3) add the same name-value pair to the following script
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' ,'wmode','transparent',...rest of your name-value pairs go here ); //end AC code
</script>
Due to lack of freedom of speech, i no longer post on this website.
![]() |
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: JavaScript Alert, alert on the same page.
- Next Thread: Auto Start Page Rotator
| Thread Tools | Search this Thread |
acid2 ajax ajaxexample ajaxjspservlets array beta box browser captchaformproblem cart child class close codes column css date debugger decimal dependent design disablefirebug dom download editor element embed engine enter error events explorer ext file firefox focus form forms frameworks getselection google gwt gxt hiddenvalue highlightedword hint html htmlform ie7 ie8 iframe index java javascript javascripthelp2020 jquery jsf jsp jump libcurl listbox maps masterpage math media menu microsoft mimic mp4 object onmouseoutdivproblem onmouseover onreadystatechange parent paypal pdf php player position post problem programming prototype redirect safari scale scriptlets scroll search security select software toggle unicode variables w3c web window windowofwords \n






