📄 index.html
字号:
<html>
<head>
<title>SecretPlus Flash Web Menu</title>
<!-- Flash Menu , Flash Web Menu is a powerful, fully-customizable and multi-level menu solution for your web sites or flash navigation. Flash Web Menu is written in Flash which functionally is capable of doing anything in a menu written in DHTML. It is a very easy-to-use menu component which can be configurated simply in an XML file. -->
<meta name="description" content="Flash Menu , Flash Web Menu is a powerful, fully-customizable and multi-level menu solution for your web sites or flash navigation. Flash Web Menu is written in Flash which functionally is capable of doing anything in a menu written in DHTML. It is a very easy-to-use menu component which can be configurated simply in an XML file.">
<meta name="keywords" content="flash,menu,vertical,horizontal,navigation,menus,popup,dropdown,button">
<link href="splogoicon.ico" rel="shortcut icon">
<link href="main.css" rel="stylesheet" type="text/css">
<script src="flashwebmenu.js"></script>
<script src="main.js"></script>
</head>
<body bgColor=white leftMargin="4" topMargin="4" background="bg.gif">
<script>
spyaz1("Flash Web Menu",1);
menu1=flashwebmenu.create('flashwebmenu.xml');
</script>
<div class="group3">
<br>
<span class="header1">What is Flash Web Menu</span>
<p>
Flash Web Menu is an extremely powerful, fully-customizable and multi-level menu solution for your web sites or
flash navigation. Flash Web Menu is the first menu written in Flash which functionally is capable of doing anything in a
menu written in DHTML. It is a very easy-to-use menu component which can be configurated simply in an XML file.
</p>
<p>
Flash Web Menu helps web designers to create professional, pop-up or pulldown transparent menus for web pages or
flash without writing a single line of code ! It does not require the designer to have any HTML or JavaScript or Flash experience.
</p>
<p>
Flash Web Menu can be fully customized by changing the text, font, link, background, border style and so on. The designer can place the
menu to relative position or absolute position, and therefore the menu can be easily located at any place of the web page or flash.
</p>
<p>
Flash Web Menu comes with a Menu Generator that is designed to allow you to create menus easily in a WYSIWYG environment. The Layout and Preview of the menus created can be viewed easily.
</p>
<p>
Flash Web Menu provides pre-defined templates, so the design doesn't need to start from scratch and will be simple and easier.
</p>
With Flash Web Menu any number of multi-level sub-menus may be created. It is not limited to a certain number.
<br><br>
<span class="header1">How to use Flash Web Menu in web page</span>
<br><br>
Supported in the Windows version of Internet Explorer 4+ and Flash 5+
<br><br><b>Step 1 Copying the Needed Files</b>
<br><br>
Files named flashwebmenu.swf and flashwebmenu.js must be copied to your system.
The two files must be in the same directory before they are renamed.
<br>
<br><b>Step 2 Creating the Menu</b>
<br><br>
All the information about the menu which will be created is included in a XML file.
Creating a menu technically means creating a XML file.
However, you do not have to know XML coding to create the menu.
With <a href="MenuGenerator.html" class="link1">MenuGenerator</a> link,
you can setup and create your menu.
The changes or additions you make in the menu generator,
is executed and previewed in real-time in a pop-up browser page when <b>View Menu</b> button is pressed.
The <b>XML Show</b> button displays the XML code for the created menu.
On the window where the XML code is displayed,
the <b>Copy2Clipboard</b> button copies all the XML code to clipboard.
You can copy this XML code to any text editor program (i.e. Notepad) from the clipboard and then the code is saved in ".xml" format.
As you can see, to create the menu, no programs need to be downloaded or installed to your PC. It is so easy.
<br><br>
<b>Step 3 Using the Created Menu in the HTML Document</b>
<br><br>
<div class="tag0"><html></div>
<div class="tag1"><head>
<br><br>
</head><br>
<body>
<br><br><br><br>
</div>
<div class="tag0">
<span class="tagcommand"><!-- SecretPlus Flash Web Menu Begin --></span>
<br><br><script src="flashwebmenu.js"></script>
<br><script>var menu1=flashwebmenu.create("flashwebmenu.xml");</script>
<br><br><span class="tagcommand"><!-- flashwebmenu.xml : Specifies the the URL of the XML file of the created menu --></span>
<br><br><span class="tagcommand"><!-- SecretPlus Flash Web Menu End --></span>
</div>
<div class="tag1"><br><br><br>
</body></div>
<div class="tag0"></html></div>
<br>
<span class="header1">How to use Flash Web Menu in flash</span>
<br><br>
Supported in Flash 5+
<br><br><b>Step 1 Copying the Needed Files</b>
<br><br>File named flashwebmenu.swf must be copied to your system.
<br><br><b>Step 2 Creating the Menu</b><br>
<br>
All the information about the menu which will be created is included in a XML file.
Creating a menu technically means creating a XML file.
However, you do not have to know XML coding to create the menu.
With <a href="MenuGenerator.html" class="link1">MenuGenerator</a> link,
you can setup and create your menu.
The changes or additions you make in the menu generator,
is executed and previewed in real-time in a pop-up browser page when <b>View Menu</b> button is pressed.
The <b>XML Show</b> button displays the XML code for the created menu.
On the window where the XML code is displayed,
the <b>Copy2Clipboard</b> button copies all the XML code to clipboard.
You can copy this XML code to any text editor program (i.e. Notepad) from the clipboard and then the code is saved in ".xml" format.
As you can see, to create the menu, no programs need to be downloaded or installed to your PC. It is so easy.
<br><br><b>Step 3 Using the Created Menu in the Flash</b>
<br><br>
<div class="tag0">
<br>_level0.menulevel=1;
<br><br><span class="tagcommand">/*menulevel:the level number to which the menu will be loaded*/</span>
<br><br>_level0.menuxml="flashmenusample.xml";
<br><br><span class="tagcommand">/*menuxml:the URL of the XML file of the menu*/</span>
<br><br>_level0.menuwidth=800;
<br><br><span class="tagcommand">/*moviewidth:your movie width*/</span>
<br><br>_level0.menuheight=600;
<br><br><span class="tagcommand">/*movieheight:your movie height*/</span>
<br><br>if(eval("_level"+_level0.menulevel)==null){
</div>
<div class="tag1">loadMovieNum ("flashwebmenu.swf", _level0.menulevel);</div>
<div class="tag0">}
<br><br>function menuscript(index){
</div>
<div class="tag1">
<br>if(actionscript=="1"){
<br><br><span class="tagcommand">/*actionscript:1*/</span>
<br><br>}
<br>else if(actionscript=="2"){
<br><br><span class="tagcommand">/*actionscript:2*/</span>
<br><br>}
<br><br><span class="tagcommand">/*...*/</span>
</div>
<div class="tag0">
<br>}
<br><br><span class="tagcommand">/*
<br>actionscript:1 ; the <item href="actionscript:1" /> of the XML code of the menu which will be ran with the "actionscript:1" statement
<br>*/</span>
</div>
</div>
<script>spyaz2();</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -