If you are using a tool such as FrontPage to create your web page, it can be as simple as using Insert|Advanced|ActiveX Control, select Shockwave Flash Object from the list (you may have to use the "Customize" button to add it on to your list), and set the "Src" and "Movie" properties to the URL for your SWF file. The results of this approach might not work for all versions of all browsers.
For better results (should work for recent versions of all popular browsers):
<OBJECT
CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
ID="Sample"
WIDTH="400"
HEIGHT="300">
<param name="Movie" value="myfile.swf">
<param name="Src" value="myfile.swf">
<param name="WMode" value="Window">
<param name="Play" value="-1">
<param name="Loop" value="-1">
<param name="Quality" value="High">
<param name="Menu" value="-1">
<param name="Scale" value="ShowAll">
<param name="DeviceFont" value="0">
<param name="EmbedMovie" value="0">
<param name="BGColor" value="FFFFFF">
<param name="Stacking" value="below">
<embed NAME="Sample" SRC="myfile.swf"
WMODE="Window"
PLAY="true"
LOOP="true"
QUALITY="high"
BGCOLOR="#FFFFFF"
SCALE="showall"
WIDTH="100%"
HEIGHT="100%"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=Shockwaveflash">
</OBJECT>
|
NOTES:
You can embed a SWF file in a PowerPoint presentation by performing the following steps:
NOTES:
*PowerPoint and FrontPage are trademarks of Microsoft Corporation.
Copyright © 2002 by rObjects. All rights reserved.