Willie Hickey
|
| Posted: 10/27/2002, 8:21 PM |
|
Any one know how to insert a Flash movie in ASP using codecharge.
Thanks
|
|
|
 |
Randy
|
| Posted: 10/28/2002, 8:22 AM |
|
|
|
|
 |
Randy Lane
|
| Posted: 10/28/2002, 8:23 AM |
|
Yes, create a form where you want it on your page, make it a menu type, Name the form according to your flash movie, don't put any text in the form title box, then in the properties of that form, insert the html with the url to your flash movie.
|
|
|
 |
Randy Lane
|
| Posted: 10/28/2002, 8:34 AM |
|
Insert the following code as an example, modify to your needs, into the header section of that form.
<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>
|
|
|
 |
|