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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

upload flash

Status
Not open for further replies.

lenelene

Programmer
Dec 10, 2002
57
MY
I have texteditor coding like this url problem is i want to upload flash.The problem is the existing coding only enable to upload image when i click "insert local image".i have admend it and enable it to upload flash but when i click "insert local image" and choose the flash i want, it will straight away include the html coding to display images which is <img src=""> but i will to also make it like ..if its flash,it will paste the coding to display flash ..<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="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="</EMBED>
</OBJECT>



how do i change the coding?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top