Main Menu
Main Menu

Lxmenu Error: Either the menu does not have any menu items or all menu items are unpublished!

Login
Newsflash
27/02/2006: A comparison table showing you the differences between LxMenu Pro and NGMenu
 
25/03/2007: New version of LxMenu Pro (1.24) released.
 
20/04/2007: NGMenu 1.3.2 released. Supporting now three item states (normal, hover and active).
 
Home
Horizontal demo (main items with different width, centered, fading effect)
Horizontal demo (main items with different width and sub items with dynamic height, right aligned, fading effect)
LxMenu Forum  


<< Start < Prev 1 2 3 Next > End >>
flash vs lxmenu - 2005/07/19 21:19 Hello, I have installed Lxmenu to my Mambo. But when the wraped content is a Flash animation, it dont let me see the sub menus. How can a fix this?
If the Flash were mine, I know that putting Wmode=Opaque will be the solution, but in this case I cant edit that parameters...
  | | The administrator has disabled public write access.
Re:flash vs lxmenu - 2005/07/19 21:50 Hi cyberwebs,

flash vs lxmenu
that's a good subject

If the Flash were mine, I know that putting Wmode=Opaque will be the solution, but in this case I
cant edit that parameters...

That's not true. You can change the parameters in your html code where the flash was embedded (embed tag)
Here is an example:

Code:

<object> <param name="movie" value="http://www.somewhere.com/file.swf"> <param name="wmode" value="transparent"> </object>



Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Re:flash vs lxmenu - 2006/09/19 01:17 Mil gracias, hermano, eres un genio.
Lo probe y funciona biensisimo.
Alguna duda madenme un email a walkeraguilar@gmail.com
  | | The administrator has disabled public write access.
Re:flash vs lxmenu - 2007/05/11 21:27 Hello George,

I have the same problem and have tried your tip but it's nor working, at least in firefox, this is the website:

http://www.ulfix.com/dicipa/

This is the code I'm using for the flash movie:

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="195"> <param name="movie" value="templates/dicipa2/images/prodhome.swf" /> <param name="quality" value="high" /> <param name="menu" value="false"><param name="wmode" value="transparent"> <embed src="templates/dicipa2/images/prodhome.swf" wmode="" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="195"> </embed> </object>



What can be wrong?

Thanks in advance

Post edited by: ulf, at: 2007/05/11 21:29

Post edited by: ulf, at: 2007/05/11 22:17
  | | The administrator has disabled public write access.
Re:flash vs lxmenu - 2007/05/11 21:38 Hi ulf,

please change the following piece of code

FROM:
Code:

<embed src="templates/dicipa2/images/prodhome.swf" wmode="" ....



TO:
Code:

<embed src="templates/dicipa2/images/prodhome.swf" wmode="transparent" ....



Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Re:flash vs lxmenu - 2007/05/11 22:21 Georg,

I've done it and still have the same problem, I'm using Firefox 2.0.0.3 on Ubuntu Linux 6.10

Does it only work for Windows platform?

Post edited by: ulf, at: 2007/05/11 22:22
  | | The administrator has disabled public write access.
<< Start < Prev 1 2 3 Next > End >>
Vertical demo (pop on click with transparency)
Vertical demo (expanding to the left side, right to left text direction)
Vertical demo (expanding to the left side, left to right text direction)