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

📄 properties.html

📁 基于actionscript3.0的flashLoading控件
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">
<title>AdvancedLoaderPro Userguide</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/advloader.css" rel="stylesheet" type="text/css">
<link href="css/help_pc.css" rel="stylesheet" type="text/css">

</head>

<body>
<h1 class="title">Parameters Panel </h1>
<table width="95%" border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999">

  <tr bgcolor="#DEDEDE">
    <th width="22%"> <p><b><font color="#000000">Property</font></b></p></th>
    <th width="48%"> <p><font color="#000000"><b>Description </b></font></p></th>
    <th width="30%"> <p><font color="#000000"><b>Example</b></font></p></th>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>Autofeeder File</td>
    <td>The name of and path to your autofeeder file. The parameter is only required when using the autofeeder option. Paths entered in this parameter should be relative to the location of the browser window when viewing your swf (this is usually the same as the location of your html file).</td>
    <td>autofeeder.php</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Autofeeder Folder</td>
    <td>The name of and path to the folder on your server that the autofeeder file should load from. The parameter is only required when using the autofeeder option. Paths entered in this parameter should be relative to the location of the browser window when viewing your swf (this is usually the same as the location of your html file).</td>
    <td>images/slideshow</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>File Types</td>
    <td>The types of images that should be made part of the slideshow by the autofeeder file. The autofeeder file will ignore any file with an extension that is not in this list. The parameter is only required when using the autofeeder option.</td>
    <td>jpg, swf</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Caption Format</td>
    <td>The date format (y for year, m for month, d for day) to be used by the autofeeder file when generating captions automatically. The caption generated will be the date the file was uploaded. The parameter is only required when using the autofeeder option.</td>
    <td>y/m/d</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>XML File</td>
    <td>The XML file to create a slideshow from. This is not required when using the autofeeder option and will overwrite the arrays options. Paths entered in this parameter should be relative to the location of the browser window when viewing your swf (this is usually the same as the location of your html file).</td>
    <td>slideshow.xml</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Source</td>
    <td>A list of images to build the slideshow from. Images can be specified as library linkage identifiers or for external files, as file paths and names. Paths entered in this parameter should be relative to the location of the browser window when viewing your swf (this is usually the same as the location of your html file).</td>
    <td>image1.jpg, image2.jpg, image3.jpg</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>Links</td>
    <td>A list of URLs for the images in the slideshow to link to. The first URL in the list relates to the first URL in the Source parameter. This parameter is only used when using the Arrays option.</td>
    <td>http://www.flashloaded.com/, http://www.fontsforflash.com/, http://www.flashloaded.com/</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Captions</td>
    <td>A list of captions for the relating to the images in the Source parameter. This parameter is only used when using the Arrays option.</td>
    <td>This is image 1, This is image 2, This is image 3</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>onComplete Effect</td>
    <td>The effect used as the image appears after it has loaded.</td>
    <td>Slide Down</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>onUnload Effect</td>
    <td>The effect used when the image dissappears before it is unloaded.</td>
    <td>Slide Down</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>Effect Strength</td>
    <td>The strength of the onComplete Effect and onUnload Effect. The higher the value the stronger the effect. Only applies to some effects. This parameter accepts values from 0 to 100.</td>
    <td>10</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Effect Speed</td>
    <td>The speed of the onComplete Effect and onUnload Effect. The higher the value, the higher the speed. This parameter accepts values from 0 to 100.</td>
    <td>50</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>Overlap Effects</td>
    <td>If set to true the next image in the slideshow will be loaded before the previous image is unloaded and the onComplete Effect will play at the same time as the onUnload Effect. If set to false the next image in the slideshow will wait for the previous image to be unloaded before loading and the onComplete Effect will play after the onUnload Effect has finished.</td>
    <td>false</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Random Display</td>
    <td>Determines whether the images in the slideshow should be displayed in a random order or not.</td>
    <td>false</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>Slideshow Time</td>
    <td>Specifies the number of seconds each image in the slideshow should be displayed for before unloading.</td>
    <td>5</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Caption Textfield</td>
    <td>The instance name of the textfield that the slideshow's captions should be displayed in.</td>
    <td>captionTF</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>Scale Content</td>
    <td>Determines how the slideshow images should be made to fit the size of the AdvancedLoaderPro component.</td>
    <td>Scale to fit</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Disable Button</td>
    <td>Disables the hit area of the component.</td>
    <td>false</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>Scale Hotspot</td>
    <td>Determines whether the hitarea of the component should scale along with the images onRollOver.</td>
    <td>false</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>onRollOver Effect</td>
    <td>The effect to be played when the mouse rolls over the component's hitarea.</td>
    <td>Eased</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>onRollOver Zoom</td>
    <td>The amount to scale the content when the mouse rolls over the component's hitarea.</td>
    <td>120</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Show Preloader</td>
    <td>Determines whether or not to display a preloader for external images.</td>
    <td>true</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>Preloader Color</td>
    <td>Specifies the color of the preloader bar.</td>
    <td>#FF0099</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Preloader Text Color</td>
    <td>Specifies the color of the preloader text.</td>
    <td>#FF0099</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>Show Preload %</td>
    <td>Determines whether to show the percentage loaded as text below the preloader bar.</td>
    <td>true</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Preloader Width</td>
    <td>Specifies the maximum width of the preloader.</td>
    <td>100</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>Mask</td>
    <td>The linkage identifier of a clip to mask the component with.</td>
    <td>maskclip</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>Target</td>
    <td>The target window of the component when linking to URLs.</td>
    <td>_blank</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>enabled</td>
    <td>Determines whether the component is enabled or not.</td>
    <td>true</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>visible</td>
    <td>Determines the visibility of the component.</td>
    <td>true</td>
  </tr>

  <tr bgcolor="#F8F8F8">
    <td>minHeight</td>
    <td>Determines the minimum height of the component.</td>
    <td>0</td>
  </tr>

  <tr bgcolor="#FFFFFF">
    <td>minWidth</td>
    <td>Determines the minimum width of the component.</td>
    <td>0</td>
  </tr>

</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

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