Home
Find the answer to your question
How to add a flash movie to an eBay listing?
Detailed Description
You can embed a flash movie that is hosted in your server or other servers into the Description for your eBay listing as below.
<Description>
<![CDATA[<OBJECT id="MyItemFlashPlayer" ID=2009_10_06_b WIDTH=468 HEIGHT=200>
classid="clsid:153866b9-14da-415e-aa53-0e74d3720e37" codebase="http://www.myhost.com/ " >
<param name="movie" value="http://www.myhost.com/test.swf">
<param name="quality" value="high">
<EMBED src="http://www.myhost.com/test.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="480" height="200">
</EMBED>
</OBJECT>]]>
</Description>