|
| Index | Recent Threads | Unanswered Threads | Who's Online | User List | Help |
|
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 2
|
|
| Author |
|
|
Stranger Joined: Nov 28, 2008 Post Count: 1 Status: Offline |
Hi , I have created a Drop down menu list using Java, and i placed the flash animation as banner bottom of menu. But when i look it in any browser the drop down menu is not appearing over flash, the drop down list is going at the backside of the flash banner Please tell me how to get the drop down list is visible over the flash banner at the same time i need to play the flash at the bottom of the drop down menu. Can any one please tell me ,,,,, Please i need your help Thanks Vamsi |
||
|
|
Advanced Member Joined: Sep 26, 2006 Post Count: 187 Status: Offline |
Hi, This has happened to me too. The reason is that flash exists outside of the DOM - the flash object is basically placed on top of everything else. The solution is to make sure you make the flash background transparent, like this: <param name="wmode" value="transparent" />And in the embed line, add this: <embed src="myMovie.swf" ... wmode="transparent"></embed>Make sure to add all the usual stuff into the embed line...width, height etc. That should do the trick. ---------------------------------------- John McCollum http://johnmccollum.co.uk |
||
|
|
|
|
|
Current timezone is GMT May 21, 2013 4:46:51 PM |