Wednesday, March 16, 2005

Playing Flash Files in ASP.NET

Copy the HTML code below and paste it into your HTML

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="550" HEIGHT="400" id="myMovieName">

NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">



1. Change the HEIGHT and WIDTH parameters to match the height and width of the movie dimensions or use percentage values, if desired.
2. Change "moviename.swf" where it appears in the OBJECT and EMBED tags to the name of movie to be played.

No comments: