twitter




Sunday, October 11, 2009

How can I host Flash on a web site I own? And then embed it into ebay as a store banner?

I have a flash images I want to use on ebay, I am new to Flash and I have no Idea where to begin. i would like to be able to host many banners and sell them on ebay. Charging a hosting price to customers. Can I get some suggestions please. Any answers would help. Thanks
How can I host Flash on a web site I own? And then embed it into ebay as a store banner?
you will have to embed it into the auction HTML:





for a standard banner (468 x 60)


After you have exported the swf, embed it into the auction:





%26lt;html%26gt;


%26lt;body%26gt;


%26lt;object classid="banner"


width="468" height="60" id="yourbanner"%26gt;


%26lt;param name="movie" value="yourbanner.swf" /%26gt;


%26lt;param name="quality" value="high" /%26gt;


%26lt;param name="bgcolor" value="#ffffff" /%26gt;


%26lt;embed src="http:\\www.site.com\ yourbanner.swf"


quality="high" bgcolor="#ffffff"


width="468" height="60" name="yourbanner" align="center" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockw...


%26lt;/embed%26gt;


%26lt;/object%26gt;


%26lt;/html%26gt;


%26lt;/body%26gt;


No comments:

Post a Comment