Menu Swf Examples by Deluxe-Menu.com
Menu Swf Examples

Menu Screenshots

Menu Swf Examples Dhtml Menus Source Download

Features

Seamless Integration
  • Cross-frame support - menus work on frameset-based pages
  • Visible over flash, select boxes, iframes, java applets
  • Multiple menus on the same page
  • Amicable to other scripts and css styles
  • Any HTML code can be used inside menu items
Unrivalled Features
  • Scrollable, dragable, floating, right-click menus
  • Keyboard navigation - press Ctrl+F2 to enter the menu
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
  • Search feature - add the search area in the menu and type symbols. The found words will be higlighted.
  • Sound support!
Javascript Menu And Submenu Menu Swf Examples
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • UL/LI items structure
  • Runs well with an unlimited number of submenus and items
Compatibility              
  • Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
  • Menu can be populated from a database using ASP, PHP, etc.
  • Search engine friendly
  • Support for any doctypes
  • Fits for secure sites
  • Section 508 compliant
Cost Effective



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Build right-click menus for your site. For this purpose you should appoint a peculiar method for the object you want. The current X,Y of the mouse pointer or your own ones can be used for the context menu.
  • Design menus absolutely based on CSS (Cascading Style Sheets). It is possible to apply the personal CSS styles for every elements of the menu.
  • When the submenu is bigger than the visible page area, the size of submenu will be automatically decreased. To view all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automagically scrolled! You can also define width and height for each submenu.

Recent Questions

Q: Using the new version with unmodified menus results in a new frame menu indentation (the left border of the first javascript folding menu entries submenu in a frame menu setup is not aligned with its main menu entry (both in IE 6 and FF 1.5 / Linux)) - possibly we might need to arrange something?

A: I suppose that this is space to document borders. We've set this space, so that yoursubmenus will not look like the part of browser window. If you wantyou can delete that space.

Open dmenu.js file in any text editor and find the following code:

space=15;

Change 15 to 0.

space=0;

Try that.



Q: So, I'm actually developing an application with wordpress, and I would like to intagrate this excellent javascript navigation menu.

This site is Educational, and provides media about TI, for students of the Autonom University of Tamaulipas, in Mexico.

A: Actually we're using Deluxe Menu in our WordPress blogs without anyproblems.

You should edit the php template of your theme.
1. Go to Design -> Theme Editor
Open header.php file
!! Notice that you should CHMOD header.php file to777 setting. Find more info here:
http://www.zachjorgensen.net/za/chmodtutor.html

2. Upload folder with all menu files on your server
3. Add the following code in the <head> tag:
<noscript><p><a href="http://deluxe-menu.com">javascript navigation menu by Deluxe-Menu.com</a></p></noscript><script type="text/javascript">  var dmWorkPath="menu/";</script>
<script type="text/javascript" src="menu/dmenu.js"></script>
where 'menu' is the folder with all menu file on your server.
4. Call data file in the place where you want to have the menu, forexample:
<div style='z-index: 100;position: absolute; right: 0; top: 0; margin: 0; padding: 0;float: left;height: 85px; '>
<script type="text/javascript" src="menu/deluxe-menu-blog.js"></script>
</div>
5. Click 'Update File' button.

That's all.



Q: I don't understand how may I include content in each js tab, may you send to me examples or more information??

A: See in Deluxe Tabs there are two modes:

1.   var tabMode=0;
You can create only one level of tabs and assign Object Id's of theDIV's to show when you click on the js tab.

["XP Tab 1","content1", "", "", "", "", "", "", "", ],
["XP Tab 2","content2", "", "", "", "", "", "", "", ],
["XP Tab 3","content3", "", "", "", "", "", "", "", ],
["XP Tab 4","content4", "", "", "", "", "", "", "", ],

You should paste your content in the <div> .. </div> tags.

<div id="content1" style=" visibility: hidden;" class="tabPage">
<br><br><br>
<p align=center><img src="img/logo_DM.gif" width=262 height=56 alt="Deluxe-Menu.com"></p>
</div>

<div id="content2" style="visibility: hidden;" class="tabPage">
<br><br><br>
<p align=center><img src="img/logo_DT.gif" width=262 height=56 alt="Deluxe-Tree.com"></p>

</div>

<div id="content3" style=" visibility: hidden;" class="tabPage">
<br><br><br>
<p align=center><img src="img/logo_DTabs.gif" width=254 height=58 alt="Deluxe-Tabs.com"></p>
</div>

2.   var tabMode=1;
You can assign only links in this mode.
You should create top level items with subitems.

["XP Tab 1","", "", "", "", "", "", "", "", ],
 ["|Link 1_1","http://deluxe-tabs.com", "", "", "", "", "0", "", "", ],
 ["|Link 1_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_5","testlink.htm", "", "", "", "", "0", "", "", ],
["XP Tab 2","", "", "", "", "", "", "", "", ],
 ["|Link 2_1","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_5","testlink.htm", "", "", "", "", "0", "", "", ],
["XP Tab 3","", "", "", "", "", "", "", "", ],
 ["|Link 3_1","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_5","testlink.htm", "", "", "", "", "0", "", "", ],

You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field:
"object:" - means that there is object id after it;
"link:" - means that there is a link after it.
"javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\')

So, you should write for example:

 ["|Link 1_1","object:Content1_1", "", "", "", "", "0", "", "", ],


Q: Things are mostly working great. I want my menu to appear centered at the top the page. Here's the code:

<table style="text-align: left; width: 100%;" border="0" cellpadding="2"cellspacing="2">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><script type="text/javascript" src="navbar.js"></script>
</td>
</tr>
</tbody>
</table>

The table appears at the far left edge of the window. I tried with both absolute (x=20, y=10) and relative (both x and y unset) coordinates. Help!


A: If you want to center the menu paste itwithin the <div > or <table> with a static position and specify a center alignment for it, for example:

<DIV align=center>
<SCRIPT src="data/data.js" type=text/javascript>
</SCRIPT>
</DIV>

<table width=800>
<tr>
<td align=center width=600>

More Q&A

How to create a site loading external SWF with Flash CS3

I call the function caricaSezione() passing it the clicked menu's movieClip's id so that the correct sezioni_array index loads the swf

How To Install An External Module | MotoCMS

We'll take an external Horizontal Menu module as an example. ... We should put the swf file to the modules folder of the website

loading pano.swf in other swf [Archive] - Forums

It's a master.swa that calls main_menu.swf which then calls specific swf's for each menu item... I'd like to add a menu item for "Virtual

How to package Flash content in a Widget - Forum Nokia Wiki

<embed src="MyFlash.swf" loop="false" menu="false" quality="high" ... Instead of embedding the .swf file into an html page, you can replace ... You can, for example, use the page to direct the user to your home page and

Imagevue Forums - View topic - How to load SWF with XML in START

I don't know how to load SWF file.... if someone let's say clicks on the left Main Menu Folder - I want to be able to insert this mod:

Flowplayer Forums - [flashembed034] flashvars generate unwanted quotes

$('#example').flashembed( { src:'/lib/flash/menu.swf', version:[9115] ... menu. xml. If i check firebug it shows 2 quotes around the flashvar

[Menu UCI] Aero Ultimate G1 - Cowon S9 UCI (Skins/Themes) - Page 6

[Menu UCI] Aero Ultimate G1 Cowon S9 UCI (Skins/Themes) ... Example: nr_music++ anymusic.swf ..... Excessive lag, for example? Thanks

YUI Library :: Forums :: View topic - ConPA migration

Following the examples provided, I wrapped my yui2 app: Code: YUI({ ... " container", "menu", "button", "calendar", "json", "swf", "charts",

Putting Flash between %logo and %menu - Wordpress Themes - WP

10 Apr 2009 ... Hi Flynn, I've managed to put a Flash banner below the logo and menu area - .... Here's an example: %logo %image %pages %bar1 <?php

Problems Loadmovie on swf main (Page 1) - AutoViewer-Pro

26 Aug 2009 ... i´m load the swf of autoviewer by loadmovie through a menu. ... Have you taken a look at the examples that came in the pro download?

SWF and JSF best practices - Spring Community Forums

I have done everything in SWF apart from my menu component. ... Perhaps I should revise it and upload a more complete example that more

how to insert music in profile..in the 'about me' section? - orkut

27 Nov 2009 ... Example: http://ckrisasa.justfree.com/L-Instru.swf. Real Thing ... You have to press ALT button to get the menu bar appear

JCE Support Forum • View topic - Open popup from external site

Is it possible to open a jce popup, in this case a .swf file, ... The website is : http://stinstin.com (go to 'film' in the main menu). ... Can you please give me an example, 'cause I can't find it in the documentation

Master file that load other swf files HELP

23 Jan 2009 ... For example the other swf files is montage.swf, main menu.swf, ... Another problem is that for example the main menu.swf is in frame 3 and

Facebook Platform Developer Forum / Javascript SDK Issue in Chrome

It is as in examples on FB docs. It works for me. ... value="http:// animalsplaygames.com/brainlab/minigame_wrapper.swf" menu=false /> <param

Example of Flash menu and flash banner on a TS sit - Showcase

Example of Flash menu and flash banner on a TS sit - Showcase ... code that is created by them and the .swf file that they create for you

Complete Explanation of the patches in a .rc2 file

25 Jun 2010 ... Calculator - check this option when You have added a swf file of a ... to the games when they're in the phones memory. for example rock band game ... 'gadget. swf' 'menu.swf' and 'MyFiles.swf' (if you get a white screen

Joomla! • View topic - Help on Inserting a flash.swf file as a

<param name="menu" value="false" /> .... For example I was working with an SWF file which worked fine in Drupal with a leading slash

Using swf as CSS background. - kirupaForum

body { background-image:url(background.swf); }. (This is just an example) Right, well... As you probably know, it didn't work

Flash CS3 and HTML frames

Working as previous example. Attached Files. File Type: fla Menu.fla (61.5

Zedge | Forums: Putting Flash menu to your phone - page 1 - Free

Copy theme file and Flash theme file ( swf file ) to your desktop of PC. 3. We will take an example of one theme and its flash menu file so

Image In Menu Bar :: Forum :: Indexhibit

I have been reading forums about putting image above menu bar, but can't seem .... Is there a way to put an html border around a .swf file?

AddThis User Community • View topic - Modify addthis_share members

I don't know if you can do this with our share/menu API, but you can do ... For more examples of our sharing endpoints, please visit this page: ... User can change the colors of my swf widget, and when it is done I set

FlashMove Forum -

OR to disable right click menu display [swf x=width y=height ... Below is an example of how it will look like. webmaster. You can set your flash to a limit