Graphics Reference
In-Depth Information
8. The controls allow the viewer to play, back up, stop, or view the
movie from any point, just as the preview
controls worked, similar to a VCR. The
playback controls also include an icon with
the letter i (for information). This is where
you can include information about the
movie, your company, or yourself. Click the
i icon to display the default information. To
customize the information in this box or to
change the look of all of the playback con-
trols, see Chapter 13.
9. When the movie is finished, you can use the playback controls to
view the movie again or you can simply close the browser window.
Your movie is stored in the folder you specified as an SWF file. There's
also another file in that folder with the same name as your movie but
with the extension .htm. This is your HTML output. Although this
isn't a topic on writing HTML, you can see that the coding is fairly
simple. It calls the Flash player and points to the SWF file you created.
Figure 3-14. Display the project
information window.
<!-- saved from url=(0013) -->
<!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=utf-8">
<title>HarryFranck_navigation</title>
</head>
<body>
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.adobe.com/pub/shockwave/cabs/flash/swflash
.cab#version=6,0,29,0" width="862" height="650" ID="Captivate1">
<param name="movie" value="HarryFranck_navigation.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="loop" value="0">
<embed src="HarryFranck_navigation.swf" width="862" height="650"
loop="0" quality="high" pluginspage="http:
//www.adobe.com/go/getflashplayer"
type="application/x-shockwave-flash" menu="false"></embed>
</object>
 
Search WWH ::




Custom Search