swf

S

Steve H

1. Open your web and drag your SWF file into a web folder.
2. Create a blank page for the SWF and save it to the same
folder as the SWF with the following code:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>YOUR TITLE</title>
</head>

<body bgcolor="#000000">

<p>
<object id="flashplayer" classid="clsid:D27CDB6E-AE6D-11cf-
96B8-444553540000"
width="320" height="240"
codebase="http://download.macromedia.com/pub/shockwave/cabs
/flash/swflash.cab#version=6,0,0,0" type="application/x-
oleobject">

<param name="movie" value="YOUR MOVIE FILENAME.swf">

<embed src="YOUR MOVIE FILENAME.swf" quality="high"
width="320" height="240"
name="movie" align=" "
type=application/x-shockwave-flash
pluginspage=http://www.macromedia.com/go/getlfashplayer">

</object>
</p>


</body>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top