Tips: Playing Flash Files in ASP.NET

  • Thread starter Thread starter Jignesh Desai
  • Start date Start date
J

Jignesh Desai

Playing Flash Files in ASP.NET
Copy the HTML code below and paste it into your HTML<OBJECT
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://downloa
d.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"WIDTH
="550" HEIGHT="400" id="myMovieName"><PARAM NAME=movie
VALUE="myFlashMovie.swf"> <PARAM NAME=quality VALUE=high> <PARAM
NAME=bgcolor VALUE=#FFFFFF> <EMBED src="myFlashMovie.swf" quality=high
bgcolor=#FFFFFF WIDTH="550" HEIGHT="400" NAME="myMovieName" ALIGN=""
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>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.


Regards,
Jignesh Desai
http://www.jigneshdesai.com
 
Jignesh,
Thanks so much! This was exactly what I was looking for. I was about to post
a message asking this very question.....

Jeffrey.
 
Back
Top