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

📄 animatedgifasset.html

📁 微软数据库开发梦工场多媒体教学-oracle篇.rar,是多媒体教学的
💻 HTML
📖 第 1 页 / 共 2 页
字号:
    <td></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>TRUE 
      </b>The animated GIF is linked to an external file.</font></td>
  </tr>
  <tr>
    <td></td>
    <td></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>FALSE 
      </b>The animated GIF is embedded into the Authorware file.</font></td>
  </tr>
  <tr>
    <td valign="top" align="right" height="112">&nbsp;</td>
    <td valign="top" align="right" height="112"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Example</b>&nbsp;</font></td>
    <td valign="top" height="112"> 
      <p><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">This example 
        sets the animated GIF icon's media to be a linked external file:</font> 
      </p>
      <p><code>SetIconProperty( @"GIF89", #linked, TRUE )</code> </p>
      <p> <br>
        <a name="65543"></a> <font face="Arial, Helvetica, sans-serif"><b>internalPathName</b></font> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right" height="62">&nbsp;</td>
    <td valign="top" align="right" height="62"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Syntax</b></font></td>
    <td valign="top" height="62"><code>SetIconProperty(IconID@"IconTitle", #internalpathname, 
      file) </code> 
      <p> 
      <code>GetIconProperty(IconID@"IconTitle", #internalpathname)</code> 
      </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Type</b></font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">Icon 
      property</font> 
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right" height="54">&nbsp;</td>
    <td valign="top" align="right" height="54"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Description</b>&nbsp;</font></td>
    <td valign="top" height="54"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">This 
      property specifies the linked Animated GIF file to display at the specified 
      icon title. The file parameter can be an absolute path, a relative path, 
      or a URL.</font> 
      <p> <font face="Geneva, Arial, Helvetica, sans-serif" size="-1">The </font><code>internalpathname</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"> 
        property can be tested and set.</font>
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right" height="141">&nbsp;</td>
    <td valign="top" align="right" height="141"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Example</b>&nbsp;</font></td>
    <td valign="top" height="141"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">The 
      following examples show three ways to specify the </font><code>internalpathname 
      </code><font face="Geneva, Arial, Helvetica, sans-serif" size="2">property:</font> 
      <code><br>
      SetIconProperty(@"GIF89", #internalpathname, "sample.gif") <br>
      SetIconProperty(@"GIF89", #internalpathname, "C:\\sample.gif") <br>
      SetIconProperty(@"GIF89", #internalpathname, &#172;<br>
      "http://www.animatedGIF.com/test/sample.gif")</code><br>
      <p> <br>
        <a name="65532"></a> <font face="Arial, Helvetica, sans-serif"><b>pause 
        </b></font> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Syntax</b></font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"></font><code>CallSprite(</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2">IconID@"IconTitle"</font><code>, 
      #pause)</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"></font> 
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Type</b></font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">Xtra 
      function</font> 
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Description</b>&nbsp;</font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">This 
      function freezes the animation for the specified animated GIF. </font> 
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right" height="117">&nbsp;</td>
    <td valign="top" align="right" height="117"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Example</b>&nbsp;</font></td>
    <td valign="top" height="117"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">This 
      script pauses the animation in the sprite icon named "GIF89."</font> 
      <p> 
      <pre>
CallSprite(@"GIF89", #pause)
</pre>
      <p> <br>
        <a name="65552"></a> <font face="Arial, Helvetica, sans-serif"><b>playbackMode</b></font> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right" height="55">&nbsp;</td>
    <td valign="top" align="right" height="55"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Syntax</b></font></td>
    <td valign="top" height="55"> 
      <p><code>SetIconProperty(IconID@"IconTitle", #playbackmode, mode) </code></p>
      <p><code>GetIconProperty(IconID@"IconTitle", #playbackmode) </code></p>
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Type</b></font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">Icon 
      property</font> 
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Description</b>&nbsp;</font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">This 
      property specifies the tempo setting for the animated GIF at the specified 
      icon title. <font face="Geneva, Arial, Helvetica, sans-serif" size="-1">The 
      </font></font><code>playbackmode</code><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><font face="Geneva, Arial, Helvetica, sans-serif" size="2"> 
      property can be tested and set.</font> 
      <p> The mode parameter can be: 
      </font> 
      <p> 
  <tr>
    <td></td>
    <td></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>#normal</b> 
      Plays at the animated GIF's original rate.</font></td>
  </tr>
  <tr>
    <td></td>
    <td></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>#fixed</b> 
      Plays at the frame rate set using either the Animated GIF Xtra Icon Properties 
      dialog box or the </font><code><a href="#65519">fixedRate</a></code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"> 
      property.</font></td>
  </tr>
  <tr>
    <td></td>
    <td></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>#lockstep</b> 
      Plays the animated GIF at the global rate for the Authorware piece.</font></td>
  </tr>
  <tr>
    <td valign="top" align="right" height="105">&nbsp;</td>
    <td valign="top" align="right" height="105"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Example</b>&nbsp;</font></td>
    <td valign="top" height="105"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">The 
      following example shows thow to set the </font><code>playbackmode </code><font face="Geneva, Arial, Helvetica, sans-serif" size="2">property:</font> 
      <code><br>
      SetIconProperty(@"GIF89", #playbackmode,#normal)</code><br>
      <p> <br>
        <a name="65508"></a> <font face="Arial, Helvetica, sans-serif"><b>resume 
        </b></font> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Syntax</b></font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"></font><code>CallSprite(</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2">IconID@"IconTitle"</font><code>, 
      #resume)</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"></font> 
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Type</b></font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">Xtra 
      function</font> 
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Description</b>&nbsp;</font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">This 
      function plays the animation for the specified animated GIF. Use this function 
      to play animations that are paused using the </font><code>pause</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"> 
      function.</font> 
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right" height="108">&nbsp;</td>
    <td valign="top" align="right" height="108"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Example</b>&nbsp;</font></td>
    <td valign="top" height="108"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">This 
      script plays the animation in the sprite icon named "GIF89."</font> <code><br>
      CallSprite(@"GIF89", #resume)</code><br>
      <p> <br>
        <a name="65505"></a> <font face="Arial, Helvetica, sans-serif"><b>rewind 
        </b></font> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Syntax</b></font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"></font><code>CallSprite(</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2">IconID@"IconTitle"</font><code>, 
      #rewind)</code><font face="Geneva, Arial, Helvetica, sans-serif" size="2"></font> 
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Type</b></font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">Xtra 
      function</font> 
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Description</b>&nbsp;</font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">This 
      function resets the specified animated GIF to the first frame.</font> 
      <p> 
    </td>
  </tr>
  <tr>
    <td valign="top" align="right">&nbsp;</td>
    <td valign="top" align="right"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1"><b>Example</b>&nbsp;</font></td>
    <td valign="top"><font face="Geneva, Arial, Helvetica, sans-serif" size="-1">This 
      script rewinds the animation in the sprite icon named "GIF89."</font> 
      <p> 
      <pre>
CallSprite(@"GIF89", #rewind)
</pre>
      <p> 
    </td>
  </tr>
</table>
</body></html>

⌨️ 快捷键说明

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