navigation
Thomas Brunt's OutFront Hosting
 
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Microsoft MVP
 

Flash/Swish: Embedding Movies in Your FP Web
OutFront News Article: November 15, 2000

Embedding Your Movie in a Table Cell
Can you do this? Why - yes you can. Netscape Navigator 3.0 and Internet Explorer 3.0 will accept the EMBED tag in tables allowing Flash movies to work in table cells when viewed with browser versions 3.0 and above.

As a special consideration, Macromedia suggests that when placing movies in table cells, use pixel values for the width of your cell and avoid using percent values.

Inserting Flash Movies into Your FP HTML
To add the necessary tags to your FrontPage HTML, copy and paste the code below:

<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="100"
HEIGHT="100" CODEBASE="http://active.macromedia.com/flash5/cabs/
swflash.cab#version=5,0,0,0">
<PARAM NAME="MOVIE" VALUE="moviename.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="QUALITY" VALUE="high">

<EMBED SRC="moviename.swf" WIDTH="100" HEIGHT="100" PLAY="true" 
LOOP="true" QUALITY="high" 
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> 
</EMBED>

</OBJECT>


Once you have pasted the code, change the height and width parameters to reflect the height and width parameters of your 
movie.

Then change the "MOVIE" VALUE="moviename.swf" in the above code to the file name of your actual movie file or .swf file in both the "object' and 'embed' tags. The "PLAY", "LOOP" and "QUALITY" values are created and set when you publish your movie.

No Embed Tag
The NOEMBED tag defines content within EMBED content that will be ignored by browsers that can activate the EMBED plug-in application. Only browsers that do not understand the EMBED tag will display the content's of NOEMBED. Because - as stated above- NS and IE 3.0 + browsers understand the EMBED tag, they will ignore the contents of the NOEMBED tag.

Place this code before the closing 'object tag' of your Flash/Swish html:

<NOEMBED> 
<IMG src="moviename.gif" width =??? height=???> 
</NOEMBED> 

</OBJECT>


 


Microsoft Corporation in no way endorses or is affiliated with "OutFront." 
OutFront is published and edited by Thomas Brunt
440 Great Circle Dr., St. Matthews, SC 29135.  803-655-6151
© 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 All Rights Reserved
Click here to view our privacy statement.