Flash .SWF Format
Flash .SWF Format

Planet Roddy Visual Media Satellite

Copyright © Roddy McKay - 2009 - All Rights Reserved
This is an animation created in Keynote ’08 and exported as a .swf file.
Instructions and code are show below.
When my grand daughter came from Scotland to visit California she couldn’t fly.
Now she can!
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
width="640" height="480"
id="MovieName">
<param name="movie"
value="http://www.mywebsite.com/FlashFolder/FlashFile.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="http://www.mywebsite.com/FlashFolder/FlashFile.swf" quality="high" bgcolor="#ffffff"
width="640" height="480"
name="MovieName" align="" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
Create a folder on your server - FlashFolder.
Upload your flash file to this folder.
The URL of your file is ....
http://www.mywebsite.com/FlashFolder/FlashFile.swf
Where:
www.mywebsite.com is your website URL
FlashFolder is the name of the new folder you created on your server
FlashFile is the name of your file
.swf is the file extension
Copy the code to a text editor [Text Edit.app], substitute your Movie Name and URL and then paste it into a Snippet box in iWeb.
Change the height and width of the frame to suit your movie size.
Change the background color if you want.
Flash Animation using Keynote
iWeb for Musicians E Book
Next Page