Hallo, ich würde gerne folgendes Flash(?)-Element bei meinen Ebay-Aiktionen einbinden:
https://www.sellerfox.com/fileadmin/sell…er/cargal2.html
Hier der Quelltext dazu:
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Live Demo</title>
</head>
<body style="margin:0px; padding:0px; text-align:center;">
<script type="text/javascript"> /*ItemID*/ a=new Array("<sc","ar SF","cume","cati","/scri");b=new Array("ript>v","L=do","nt.lo","on;<","pt>");for(i=0;i<5;i++){document.write(a[i]+b[i]);} var l=SFL;var itemid=0;if(!l.search){l=l.pathname;if(l){var s=l.indexOf("Z","itemZ");if(l.length>1&&s>-1){var x=l.substring(s+1,s+20);itemid=x.substring(0,x.indexOf("Q"));}}}else{l=l.search;if(l){var s=l.split("&");for(var i=0;i<=s.length;i++){if(s[i]){if(s[i].substring(0,5)=='item='){var itemid=s[i].substring(5,s[i].length);break;}}}}} /*End of ItemID*/ /*Gallery*/ document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="750" height="450" id="sellerfox" >'); document.write('<param name="movie" value="https://www.sellerfox.eu/swf/sf3.swf" />'); document.write('<param name="quality" value="high" />'); document.write('<param name="scale" value="noscale" />'); document.write('<param name="salign" value="lt" />'); document.write('<param name="wmode" value="transparent" />'); document.write('<param name="bgcolor" value="#ffffff" />'); document.write('<param name="allowScriptAccess" value="always" />'); document.write('<param name="FlashVars" value="breite=750&hoehe=450&GNR=188&VKNR=1&LANG=de&Itemid='+itemid+'" />'); document.write('<embed src="https://www.sellerfox.eu/swf/sf3.swf" quality="high" scale="noscale" salign="lt" wmode="transparent" bgcolor="#ffffff" width="750" height="450" name="sellerfox" FlashVars="breite=750&hoehe=450&GNR=188&VKNR=1&LANG=de&Itemid='+itemid+'" allowScriptAccess = "always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); /*End of Gallery*/ /*Static*/ if(true != sellerfoxstatic) { document.write('<img src="http://static.sellerfox.eu/index.php?page=tracking&v=1&i='+itemid+'" height="1" width="1" border="0">'); var sellerfoxstatic = true; } /*End of Static*/ </script>
</body>
</html>
Alles anzeigen
Was davon könnte man weglassen und was müsste man ändern um es an die aus meinem Shop anzupassen?
Gruß