Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I put a flash movie on a web form?

Status
Not open for further replies.

InsideEdge

Instructor
Apr 5, 2005
35
US
Hi how do I put a flash movie on a web form?
 
Try to add this code in the HTML view.

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="swflash.cab#version=5,0,0,0";
WIDTH="550" HEIGHT="400" id="temp" ALIGN="" VIEWASTEXT>
<PARAM NAME="movie" VALUE="Flash.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="bgcolor" VALUE="#FFFFFF">
<EMBED src="Flash.swf" quality="high" bgcolor="#FFFFFF" WIDTH="550" HEIGHT="400" NAME="temp"
ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE=" </OBJECT>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top