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

📄 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 BJCBounceMenu</h2><p></p><pre class="code">mx.core.UIComponent
  |
  +--<b>com.bjc.menu.BJCBounceMenu

</b></pre><br><hr size="1">class <b>BJCBounceMenu</b><br>extends UIComponent<p></p><div class="comment">The BJC Bounce Menu is a highly customizable component that allows users to create vertical and horizontal menus in Macromedia Flash. Users can set the component settings via the component parameters panel and even add items to the component in that way. By using the 'Static items' and 'Static links' you don't need to code ActionScript at all. You can also define the target window for your item links. Item adding is also available via the AS methods of the component. Set the menu mode to 'Vertical' or 'Horizontal', set the item padding, item colors, text sizes and text alignment. Select your effects and customize the effect speed and methods. Create your own item text clips and pointer clips and customize them via the component parameters.</div><p></p><dl compact><dt><b>Usage:</b></dt><dd><div class="comment"><pre>myBJCMenu.setCallback( "myCallback" ); // Set the function to call on click
 
function myCallback( value )
{
	trace( "item" + value ); // This code will run on click
}
 
for( var i=0; i&lt;5; i++ )

⌨️ 快捷键说明

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