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=%26quot;banner%26quot;
width=%26quot;468%26quot; height=%26quot;60%26quot; id=%26quot;yourbanner%26quot;%26gt;
%26lt;param name=%26quot;movie%26quot; value=%26quot;yourbanner.swf%26quot; /%26gt;
%26lt;param name=%26quot;quality%26quot; value=%26quot;high%26quot; /%26gt;
%26lt;param name=%26quot;bgcolor%26quot; value=%26quot;#ffffff%26quot; /%26gt;
%26lt;embed src=%26quot;http:\\www.site.com\ yourbanner.swf%26quot;
quality=%26quot;high%26quot; bgcolor=%26quot;#ffffff%26quot;
width=%26quot;468%26quot; height=%26quot;60%26quot; name=%26quot;yourbanner%26quot; align=%26quot;center%26quot; type=%26quot;application/x-shockwave-flash%26quot; pluginspage=%26quot;http://www.adobe.com/shockw...
%26lt;/embed%26gt;
%26lt;/object%26gt;
%26lt;/html%26gt;
%26lt;/body%26gt;
No comments:
Post a Comment