⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reference.html

📁 基于actionscript3.0的flashLoading控件
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<META http-equiv="Content-Type" content="text/xml; charset=UTF-8">
<link href="style.css" rel="stylesheet" type="text/css">
<link href="as2doc.css" rel="stylesheet" type="text/css">

</head><body framespacing="0" topmargin="6" leftmargin="6" marginheight="6" marginwidth="6">
<p><span class="title">ActionScript Reference</span></p>
<p><span class="packagename">com.bjc.menu</span><br>
</p>
<h2>class BJCDropMenu</h2><p></p><pre class="code">mx.core.UIComponent
  |
  +--<b>com.bjc.menu.BJCDropMenu

</b></pre><br><hr size="1">class <b>BJCDropMenu</b><br>extends UIComponent<p></p><div class="comment">The BJC Drop Menu is a highly customizable component that allows users to create vertical and horizontal two-level menus in Macromedia Flash. The BJC Drop menu is designed to match the Halo-look of Macromedia components.  Users can set the component settings via the component parameters panel. By using the 'Source' parameter you don't need to code ActionScript at all. The menu is created form a very simple XML-file or object.  Set the menu mode to 'Vertical right', 'Vertical left', 'Horizontal up' or 'Horizontal down', set the item padding, item colors, font and text alignment. Select your effects and customize the effect speed and methods.</div><p></p><dl compact><dt><b>Usage:</b></dt><dd><div class="comment"><pre>xmlObject = new XML();
xmlObject.ignoreWhite = true;
xmlObject.onLoad = function()
{
	myBJCMenu.setSource( xmlObject ); // Set the function to call on click
}
xmlObject.load( "menuSource.xml" ); // Load menu source from XML-file
 
myBJCMenu.setCallback( "myCallback" ); // Set the function to call on click
function myCallback( main, sub )

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -