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

📄 flash_button2.asp@output=print

📁 W3Schools tutorial..web designing
💻 ASP@OUTPUT=PRINT
字号:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Flash Button 2</title>
 
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />

<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />

<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

</head>
<body>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>


<h1>Flash Button 2</h1>

<a href="flash_button.asp"><img alt="home" border="0" src="../images/btn_previous.gif" width="100" height="20" /></a>
<a href="flash_animation.asp"><img alt="next" border="0" src="../images/btn_next.gif" width="100" height="20" /></a>

<hr />

<h2>Example</h2>

<p>In this example you will learn how to create your own button and add a URL to it so
it becomes a link.</p>

<p><a target="_blank" href="tryit.asp@filename=tryhtml_button2">Example</a></p>

<p><b>Step 1<br />
</b>Choose Insert &gt; New Symbol from the top menu.
</p>
<p><b>Step 2<br />
</b>Name the symbol &quot;button&quot;,
choose Button from the Behavior list and click OK. In the Timeline area, you
will now see the four states of a button: up, over, down, hit.
</p>
<p><b>Step 3<br />
</b>Select the Rectangle tool, pick a light red Fill Color and draw a rectangle
in the work area.&nbsp;
</p>
<p><b>Step 4<br />
</b>Select the Text tool, pick a dark Fill Color and write &quot;Click Me&quot;
over the rectangle.&nbsp;
</p>
<p><b>Step 5<br />
</b>Select the Arrow tool and place the text in the middle of the
rectangle.&nbsp;
</p>
<p><b>Step 6<br />
</b>Add a keyframe to the Over State in the Timeline.&nbsp;The Over State
indicates what should happen when you mouse over the button.
</p>
<p><b>Step 7<br />
</b>Select the Rectangle, change the Fill color to a light green.&nbsp;
</p>
<p><b>Step 8<br />
</b>Choose Edit &gt; Edit Movie to go back to the movie.
</p>
<p><b>Step 9<br />
</b>Choose Window &gt; Library to locate the button. Drag the button into the
work area.&nbsp;
</p>
<p>
<b>Step 10<br />
</b>Right click on the image. Choose Actions from the pop-up menu.
</p>
<p>
<b>Step 11<br />
</b>In the Object Actions box click on the + sign. Choose Basic Actions &gt; Get
URL.
</p>
<p>
<b>Step 12<br />
</b>Enter a full URL in the URL field (like http://www.w3schools.com).
</p>
<p>
<b>Step 13<br />
</b>Choose target in the Window field. Close the Object Actions box.
</p>
<p>
<b>Step 14<br />
</b>Choose Control &gt; Test Movie from the top menu to test your Flash movie.
</p>
<hr />
<a href="flash_button.asp"><img alt="home" border="0" src="../images/btn_previous.gif" width="100" height="20" /></a>
<a href="flash_animation.asp"><img alt="next" border="0" src="../images/btn_next.gif" width="100" height="20" /></a>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>

</body>
</html>

⌨️ 快捷键说明

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